Closed
Bug 180155
Opened 23 years ago
Closed 23 years ago
SocketConnectContinue PR_ASSERT(out_flags == 0) failed (out_flags was 1)
Categories
(Core :: Networking, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 133238
People
(Reporter: timeless, Assigned: darin.moz)
Details
(Keywords: assertion)
NTDLL! 77f9f9df()
SocketConnectContinue(PRFileDesc * 0x0359faf0, short 1) line 295 + 30 bytes
pl_DefConnectcontinue(PRFileDesc * 0x03582fc8, short 1) line 200 + 23 bytes
PR_ConnectContinue(PRFileDesc * 0x03582fc8, 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 0x010988d4) line
532 + 13 bytes
nsThread::Main(void * 0x01098348) line 123 + 26 bytes
_PR_NativeRunThread(void * 0x0154cbc0) line 433 + 13 bytes
MSVCRTD! 1020c323()
KERNEL32! 77e92ca8()
PR_ASSERT(out_flags == 0);
out_flags 1
fwiw, nsSocketTransport::doConnection
- this 0x0357f180
|+ nsISocketTransport {...}
|+ nsIDNSListener {...}
|+ mRefCnt {...}
|+ _mOwningThread {...}
| mSocketTimeout 4294967295
| mSocketConnectTimeout 2610055
| mCurrentState eSocketState_WaitConnect
|+ mDNSRequest {...}
|+ mProgressSink {...}
|+ mNotificationCallbacks {...}
|+ mHostName 0x0357f308 "www.mozilla.org"
| mPort 80
| mLastActiveTime 879742353
|+ mListLink {...}
| mMonitor 0x0357f790
|+ mNetAddrList {...}
|+ mNetAddress 0x03594ee8
| mOperation eSocketOperation_ReadWrite
|+ mSecurityInfo {...}
| mProxyPort -1
|+ mProxyHost 0x00000000 ""
| mProxyTransparent 0 ''
| mClosePending 0 ''
| mWasConnected 0 ''
|+ mService 0x010988d0
| mReadWriteState 257
| mSelectFlags 7
| mStatus 2152136711
| mLastOnStatusMsg 2152398855
|+ mSocketFD 0x03582fc8
| mSocketRef 3
| mSocketLock 0
| mSocketTypeCount 0
|+ mSocketTypes 0x0357f360
| mBytesExpected -1
| mBufferSegmentSize 4096
| mBufferMaxSize 16384
| mIdleTimeoutInSeconds 0
|+ mBIS 0x00000000
|+ mBOS 0x00000000
|+ mReadRequest 0x0357fa08
|+ mWriteRequest 0x03580438
| Assignee | ||
Comment 1•23 years ago
|
||
cc'ing wtc in case this assertion means something more to him than misuse of the
NSPR interfaces.
Keywords: assertion
Comment 2•23 years ago
|
||
I think this is a duplicate of bug 133238.
timeless, please confirm.
*** This bug has been marked as a duplicate of 133238 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•