I'm working on a page with a dozen of HTML5 videos playing one after another and randomly get this "Aw, Snap! Error code: 11".
Everything works fine on other browsers, but I can't find any information on this specific error code 11 on Chrome. I tried debugging it on Mac with the following but no error showed up:
log stream --level debug --predicate 'processImagePath contains "Google"'
Do you have please any idea of what Code 11 means in order to narrow my research ?
Error code 11 in Chrome usually refers to an issue with the graphics card or driver. The error message "Aw, Snap!" usually indicates a crash in the renderer process, which could be due to a hardware acceleration problem.
You may want to try updating your graphics card driver and disabling hardware acceleration in Chrome's settings to see if that resolves the issue. You could also try running Chrome in incognito mode or with a clean profile to see if any extensions or settings are causing the issue.