Closed
Bug 183589
Opened 23 years ago
Closed 22 years ago
debug builds: PR_Assert() in SocketConnectContinue (so we abort()!) when using pop
Categories
(MailNews Core :: Networking: POP, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 133238
People
(Reporter: sspitzer, Assigned: sspitzer)
Details
more than once in my debug build I've gotten to the PR_Assert() here:
http://lxr.mozilla.org/mozilla/source/nsprpub/pr/src/io/prsocket.c#295
294 if ((out_flags & (PR_POLL_WRITE | PR_POLL_EXCEPT | PR_POLL_ERR)) == 0) {
295 PR_ASSERT(out_flags == 0);
I'm using pop.
here's the stack
NTDLL! 77f97704()
SocketConnectContinue(PRFileDesc * 0x05cdaa30, short 1) line 295 + 37 bytes
pl_DefConnectcontinue(PRFileDesc * 0x03aaec70, short 1) line 200 + 23 bytes
PR_ConnectContinue(PRFileDesc * 0x03aaec70, short 1) line 188 + 17 bytes
nsSocketTransport::doConnection(short 1) line 1006 + 21 bytes
nsSocketTransport::Process(short 1) line 542 + 13 bytes
nsSocketTransportService::Run(nsSocketTransportService * const 0x01656bcc) line
532 + 13 bytes
nsThread::Main(void * 0x0119d3c0) line 120 + 26 bytes
_PR_NativeRunThread(void * 0x0119d4c0) line 433 + 13 bytes
_threadstartex(void * 0x0119d738) line 212 + 13 bytes
KERNEL32! 77e887dd()
| Assignee | ||
Updated•23 years ago
|
Component: Mail Database → Networking: POP
Comment 1•23 years ago
|
||
Seth, could you print the value of 'out_flags' in the debugger?
Is it 1?
This is most likely a duplicate of bug 133238.
| Assignee | ||
Comment 2•22 years ago
|
||
sorry for the delay, wtc.
yes, out flags is 1.
I'll mark it a dup. thanks.
*** This bug has been marked as a duplicate of 133238 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•