Closed
Bug 987164
Opened 11 years ago
Closed 8 years ago
Sometimes the preallocated process isn't shut down and caused mochitest-2 timeout
Categories
(Core :: IPC, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: cyu, Assigned: cyu)
References
Details
Attachments
(1 file)
1.27 KB,
patch
|
fabrice
:
review+
|
Details | Diff | Splinter Review |
Forked from bug 968604. test_Preallocated.html is not really shutting down the prealloc'd process. See https://bugzilla.mozilla.org/show_bug.cgi?id=968604#c14 for analysis.
Shutting down the test case async reveals another problem: the preallocated process seems not dying after we Close() it. See https://tbpl.mozilla.org/?tree=Try&rev=5d82ded68f39. We need to fix this.
Assignee | ||
Comment 1•11 years ago
|
||
Shutdown failure was fixed in bug 933680.
This recent push passed several consecutive runs. https://tbpl.mozilla.org/?tree=Try&rev=db068131b72f
And reverting the change brings the failure back: https://tbpl.mozilla.org/?tree=Try&rev=b95fd3e6bfec
We can add the test case back now.
Assignee | ||
Comment 2•11 years ago
|
||
Assignee: nobody → cyu
Attachment #8398369 -
Flags: review?(fabrice)
Assignee | ||
Comment 3•11 years ago
|
||
Try push log: https://tbpl.mozilla.org/?tree=Try&rev=da29f3d484a8
Updated•11 years ago
|
Attachment #8398369 -
Flags: review?(fabrice) → review+
Assignee | ||
Comment 4•11 years ago
|
||
I was wrong. The test suite is failing again. I will continue debug the failure.
Comment 5•8 years ago
|
||
Closing as per bug 1311149.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•