Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCrash in dom/nodes/Element-matches.html #25143
Comments
|
This seems to be the same hang-monitor/backtrace crash as #24984, although the underlying reason it ended up in the hang monitor presumably differs (and is hidden by backtrace crashing). |
|
With my fix to the backtrace crash I get:
So this might be working now, however in one launch I got a "harness timeout" as well. |
|
The underlying crash cause is almost definitely that the test is so slow on my hardware that Servo's hang-monitor kicks in and shuts things down; if your patch is doing it cleanly to give a harness timeout, then that's probably as much of a "fix" as there can be without refactoring the test into multiple smaller test files. |
|
Not reproducing; #25248 has probably taken care of it. Still times out as a slow test for me if I'm running the entire dom/nodes tree, but there's no crash to report. |
This test has a lot of code in common with #25123 so could share a crash cause. This time, however, I was able to get it to crash while gdb was on.