You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a site which we test with Lighthouse in timespan mode. Recently all the tests started to fail with Chrome crashes. Chrome showed error code: STATUS_BREAKPOINT. After some investigation we were able to find the minimal page configuration to reproduce the issue:
<!DOCTYPE html><html><head><metacharset="utf-8"><metaname="viewport" content="initial-scale=1.0" /><style>
@media screen and (min-width: 30em){
.a+.d{}
}
@media screen and (max-width: 30em){
.a{}
}
</style></head><body></body></html>
Steps to reproduce:
Open a page with the html above
Lighthouse in Chrome DevTools and set Timespan mode, Mobile device, Performance category
Start Test
Refresh the page.
Chrome crashes with error code: STATUS_BREAKPOINT
So the conditions to reproduce the issue are the following:
Viewport scale 1.0.
Media queries with max and min width and intersected elements
Enhanced selectors, e.g. .a~.b or .a+.b
Viewport should be rerequested after test start. It can be page refresh or js code which accesses viewport meta tag
The test should be started from the new tab to replicate the issue.
What did you expect?
Chrome doesn't crash in Timespan mode.
What have you tried?
Lighthouse versions: 12.2.2, 12.1.0, 10.0.0
Chrome canary release and latest versions (131.0.6778.86)
Checked Chrome debug logs but haven't found anything relevant
How were you running Lighthouse?
Chrome DevTools
Lighthouse Version
v12.2.2
Chrome Version
131.0.6778.86
Node Version
No response
OS
Windows
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
FAQ
URL
https://jsbin.com/zeqohozira/edit?html,output
What happened?
We have a site which we test with Lighthouse in timespan mode. Recently all the tests started to fail with Chrome crashes. Chrome showed error code: STATUS_BREAKPOINT. After some investigation we were able to find the minimal page configuration to reproduce the issue:
Steps to reproduce:
So the conditions to reproduce the issue are the following:
What did you expect?
Chrome doesn't crash in Timespan mode.
What have you tried?
How were you running Lighthouse?
Chrome DevTools
Lighthouse Version
v12.2.2
Chrome Version
131.0.6778.86
Node Version
No response
OS
Windows
Relevant log output
No response
The text was updated successfully, but these errors were encountered: