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 WPT xhr/sync-no-timeout #24919
Closed
Labels
Projects
Comments
|
Running the test with |
|
The fact that this was a crash for me and not a fail was almost definitely #24984 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This test calls a function that opens an XHR request that will be very slow to respond, then returns. The test output has the line "stack backtrace:" but doesn't go on to actually show me the backtrace, so I can't say as much as I'd like to. I imagine it could be that the XHR request is getting garbage collected early. The crash occurs whether running headlessly or with a window; I'm in Linux Mint (19.2 on a Virtualbox VM) if that could matter.