Closed
Bug 22160
Opened 25 years ago
Closed 25 years ago
AIX coredumps in nsHTTPChannel::Suspend
Categories
(Core :: Networking, defect, P1)
Tracking
()
VERIFIED
WORKSFORME
M13
People
(Reporter: jdunn, Assigned: jdunn)
References
Details
Building from the tip, AIX is coredumping in nsHTTPChannel::Suspend
because mRequest is NULL. If I turn on logging
(NSPR_LOG_MODULES=nsHTTPProtocol:5) I see that early on that (nsHTTPChannel)
this = 0x206f2198, yet when Suspend is called it is 0x206f21a0 (off by 8 bytes)
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•