Closed
Bug 474312
Opened 17 years ago
Closed 14 years ago
Xpcshell tests fail if GC runs.
Categories
(Core :: XPConnect, defect)
Core
XPConnect
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: andrei, Assigned: igor)
Details
(Whiteboard: [sg:needinfo])
During the landing of the patch for the bug 453432 it was discovered that some tests for http server fail. The further problem investigation showed that the test_request_line_split_in_two_packets.js test fails if there are conditions to trigger GC (GC trigger factor is set to 1600). If the GC trigger factor is set to (uint32) -1 the test does not fail. The original conclusion is that during the test run the GC is triggered and this causes the test to fail. So the additional investigation of problem is required. The bug is marked as a security bug since it can cause GC hazard.
Comment 1•16 years ago
|
||
Andrei, are you still seeing this bug?
I guess we should try running xpcshell tests with gczeal.
Comment 3•14 years ago
|
||
Resolving as incomplete after two years and no response. Andrei, if you can reproduce this problem still, please open the bug again.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INCOMPLETE
Updated•13 years ago
|
Group: core-security
You need to log in
before you can comment on or make changes to this bug.
Description
•