Closed
Bug 111194
Opened 24 years ago
Closed 24 years ago
Random crash in nsSocketTransport
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 103016
People
(Reporter: hwaara, Assigned: darin.moz)
Details
I don't know how to reproduce, but this crash randomly happens for me:
PrepareAndDispatch(nsXPTCStubBase * 0x0362da40, unsigned int 3, unsigned int *
0x019afe88, unsigned int * 0x019afe78) line 115 + 25 bytes
SharedStub() line 139
nsSocketTransport::OnProgress(nsSocketRequest * 0x03650740, nsISupports *
0x03622944, unsigned int 148) line 1388
nsSocketReadRequest::OnRead() line 2808
nsSocketTransport::doReadWrite(short 1) line 1036 + 14 bytes
nsSocketTransport::Process(short 1) line 517 + 13 bytes
nsSocketTransportService::Run(nsSocketTransportService * const 0x01690364) line
505 + 13 bytes
nsThread::Main(void * 0x01690d50) line 120 + 26 bytes
_PR_NativeRunThread(void * 0x01695ad0) line 413 + 13 bytes
_threadstartex(void * 0x01695980) line 212 + 13 bytes
KERNEL32! bff88f20()
KERNEL32! bff869ef()
KERNEL32! bff868ec()
Comment 1•24 years ago
|
||
This may be a dup of bug 103016 -- it's coming out of a different
nsSocketTransport indication, but both are then dying in PrepareAndDispatch().
Also, the symptoms seem similar (that is, mysterious).
| Assignee | ||
Comment 3•24 years ago
|
||
yeah, this looks very much like a dupe to me as well.
*** This bug has been marked as a duplicate of 103016 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•