Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do i solve error code 5 on google chrome

Development server on Chrome is suddenly not working. It shows error code 5. Here is a screenshot of the error

I tried clearing the cache, restarting the system but nothing worked. Please if anyone has any solution please help

like image 948
Sanvaad Avatar asked Aug 07 '26 05:08

Sanvaad


1 Answers

It seems like this error code is about mem OOM or crash, you can see chromium source code here: https://chromium.googlesource.com/chromium/src.git/+/refs/heads/main/chrome/browser/ui/sad_tab.cc#137 The IDS_SAD_TAB_MESSAGE is define here: https://chromium.googlesource.com/chromium/src.git/+/refs/heads/main/components/new_or_sad_tab_strings.grdp#16

I have met the same case like yours, and I got OOM error in the devtools.

like image 88
Sugar Avatar answered Aug 09 '26 20:08

Sugar



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!