Closed
Bug 597471
Opened 14 years ago
Closed 10 months ago
XPCShellEnvironment crashes when the parent quits while the child is running tests
Categories
(Core :: IPC, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: jdm, Unassigned)
Details
While trying to add a timeout to the xpcshell in bug 597064, I've come across the following assertion. The parent times out ahead of the child and immediately quits, which the child sees as message that's processed in _do_main() in head.js. Therefore, the child ends up destructing XPCShellEnvironment and its associated JS context in the middle of executing JS code.
Updated•2 years ago
|
Severity: normal → S3
Updated•10 months ago
|
Status: NEW → RESOLVED
Closed: 10 months ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•