Closed
Bug 396212
Opened 18 years ago
Closed 18 years ago
Cltsrv test failed on HPUX with 433MB log full of error messages.
Categories
(NSPR :: NSPR, defect, P2)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 386177
4.6.9
People
(Reporter: slavomir.katuscak+mozilla, Assigned: slavomir.katuscak+mozilla)
Details
Attachments
(1 file)
|
877 bytes,
patch
|
wtc
:
review+
|
Details | Diff | Splinter Review |
From nightly tests:
securitytip/20070914.1/charm.2-HP-UXB.11.11_OPT.OBJ
cltsrv./runtests.sh[261]: 22185 Terminated
FAILED
In log there is 9839178x line:
PR_CONNECT_RESET_ERROR(-5961), oserror = 32
Log has 433MB, it's too much.
| Assignee | ||
Comment 1•18 years ago
|
||
Very similar to bug 386177. Maybe the same cause.
Comment 2•18 years ago
|
||
Slavo, this appears to be an exact duplicate of bug 386177.
To put it another way, if there is any evidence that it is NOT a duplicate,
that evidence does not appear in this bug.
Do you have any such evidence?
If not, please mark this bug as a duplicate of that other one.
| Assignee | ||
Updated•18 years ago
|
Priority: -- → P2
| Assignee | ||
Comment 3•18 years ago
|
||
Enabling PR_Assert also in optimized code, without this code doesn't terminate
when expected and that can cause infinite loops.
See also bug 386177.
Attachment #296359 -
Flags: review?(wtc)
| Assignee | ||
Updated•18 years ago
|
Target Milestone: --- → 4.6.9
Comment 4•18 years ago
|
||
Comment on attachment 296359 [details] [diff] [review]
Patch.
r=wtc. Thanks for tracking this down.
Attachment #296359 -
Flags: review?(wtc) → review+
Updated•18 years ago
|
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•