Re: Is chromium-149.0.7827.196 crashing for you guys?

Kirill A. Korinsky <[email protected]>
Newsgroups gmane.os.openbsd.ports
Message-ID <[email protected]>
On Thu, 09 Jul 2026 11:31:21 +0200,
Mikolaj Kucharski <[email protected]> wrote:
> 
> Finally made it work, however I don't know why it was crashing :/
> 
> Cleaned up all cookies related to any Vinted sites without opening
> the page, via:
> 
> 	chrome://settings/content/all?searchSubpage=vinted
> 
> 
> Closed Chromium and cleaned up some dirs:
> 
> 
> ---8<---
> #!/bin/sh
> 
> cd ~/.config/chromium || exit 1
> 
> rm -vf ~/.config/chromium/chrome.core
> rm -vf ~/Downloads/chrome.core
> rm -vf ~/chrome.core
> rm -rf ~/.cache/chromium
> 
> for dir in \
> 	'BrowserMetrics' \
> 	'Default/Application Cache' \
> 	'Default/AutofillAiModelCache' \
> 	'Default/Code Cache' \
> 	'Default/DawnCache' \
> 	'Default/DawnGraphiteCache' \
> 	'Default/DawnWebGPUCache' \
> 	'Default/Extensions/Temp' \
> 	'Default/GPUCache' \
> 	'Default/History Provider Cache' \
> 	'Default/Service Worker' \
> 	'Default/Shared Dictionary/cache' \
> 	'Default/VideoDecodeStats' \
> 	'Default/optimization_guide_hint_cache_store' \
> 	'GPUPersistentCache' \
> 	'GrShaderCache' \
> 	'GraphiteDawnCache' \
> 	'MEIPreload' \
> 	'ShaderCache' \
> 	'WasmTtsEngine' \
> 	'component_crx_cache' \
> 	'extensions_crx_cache'
> do
> 	rm -rvf "$dir"
> done
> --->8---
> 
> 
> Because I did both, maybe cookies where good enough. I am not sure.
> 

Ha!

I had opened it in incognito mode, clicked accept all cookies and...
chromium crashed.

-- 
wbr, Kirill
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.