-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Page crash in Puppeteer >= 2.6.0 #16243
Comments
Can you please provide a minimum script or other repro steps for this issue |
Sorry it took so long. The bug presented in propriety code, and I needed to create a minimal example. |
I was researching Chrome and Chromium and stumbled upon more information about this bug. |
Well, I just installed Chromium (133) via homebrew on my Mac and no crash there, either.
|
Yeah I can reproduce this on 132.0.6834.57 but not 133.0.6907.0. This looks like a Chrome bug that was fixed recently, I will see if I can confirm anything. |
Ok I did some bisecting and I think I found the patch which fixed it: For posterity, this was my bisect range: Since this appears to be fixed in the latest Chrome I'm going to close this. |
FAQ
URL
cnn.com
What happened?
I was attempting to use puppeteer 23.6.0+ and the latest lighthouse 12.2.1
I ran into an issue where I was getting
If I do not run lighthouse, the process is ok with Puppeteer 2.7.0. Although this error does not happen with lighthouse if puppeteer < 23.6.0.
When I did a deeper debug, I got an error similar to
https://stackoverflow.com/questions/49386692/aw-snap-and-asr-no-room-in-socket-buffer-errors-in-chrome
However, I'm using the flag. "--disable-dev-shm-usage",
What did you expect?
I expected the lighthouse audit to complete correctly without a puppeteer page crash.
What have you tried?
I tried running the process without lighthouse, and it worked.
I also tried running with an earlier version of Puppeteer, which did work with a lighthouse.
How were you running Lighthouse?
node
Lighthouse Version
12.2.1
Chrome Version
130.0.6723.58+
Node Version
20
OS
Linux (Amazon ECS task)
Relevant log output
The text was updated successfully, but these errors were encountered: