Open
Bug 703322
Opened 14 years ago
Updated 3 years ago
TestFailedCtor invokes exit() for cleanup
Categories
(Core :: IPC, defect)
Tracking
()
NEW
People
(Reporter: nmatsakis, Unassigned)
References
Details
The TestFailedCtor test case is currently disabled in the cross-thread case because, after its ctor fails, the child process invokes exit() to cleanup. In the cross-thread case this brings down both the parent and the child.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•