Closed
Bug 198242
Opened 23 years ago
Closed 1 year ago
TestProtocols ASSERTION: NotificationCallbacks not thread-safe: 'owningThread == NS_CurrentThread()'
Categories
(Core :: Networking, defect, P5)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: timeless, Unassigned)
References
()
Details
(Keywords: assertion, Whiteboard: [necko-would-take])
raistlin (w2k) debug pre darin landing
NS_CheckThreadSafe(void * 0x004123f0, const char * 0x00408d8c) line 533 + 34 bytes
NotificationCallbacks::Release(NotificationCallbacks * const 0x004ab030) line
422 + 77 bytes
nsCOMPtr<nsIInterfaceRequestor>::~nsCOMPtr<nsIInterfaceRequestor>() line 491
nsFileTransport::~nsFileTransport() line 304 + 89 bytes
nsFileTransport::`scalar deleting destructor'(unsigned int 1) + 15 bytes
nsFileTransport::Release(nsFileTransport * const 0x004ac3b0) line 310 + 147 bytes
nsCOMPtr<nsIRunnable>::assign_assuming_AddRef(nsIRunnable * 0x00000000) line 473
nsCOMPtr<nsIRunnable>::assign_with_AddRef(nsISupports * 0x00000000) line 915
nsCOMPtr<nsIRunnable>::operator=(nsIRunnable * 0x00000000) line 585
nsThreadPoolRunnable::Run(nsThreadPoolRunnable * const 0x004adb60) line 913 + 38
bytes
nsThread::Main(void * 0x004adb10) line 121 + 26 bytes
_PR_NativeRunThread(void * 0x004ad8f0) line 433 + 13 bytes
MSVCRTD! beginthreadex + 307 bytes
KERNEL32! CreateFileA + 283 bytes
owningThread 0x004123f0
(void*)eax 0x004ad8f0
I:\build\mozilla\debug-i686-pc-cygwin\dist\bin>testprotocols
file:///i:./testprotocols.exe
Type Manifest File:
I:\build\mozilla\debug-i686-pc-cygwin\dist\bin\components\xpti.dat
Trying to load:
file:///i:./testprotocols.exe
Channel Info:
WARNING: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed, file
i:/build/mozilla/uriloader/exthandler/nsExternalHelperAppService.cpp, line 223
Content-Type: application/x-msdownload
Content-Charset:
Content-Length: 49237
Finished loading: file:///i:./testprotocols.exe Status Code: 0
Time to connect: 0.010 seconds
Time to read: 0.160 seconds.
Read: 49237 bytes.
Throughput: 2458316 bps.
###!!! ASSERTION: NotificationCallbacks not thread-safe: 'owningThread ==
NS_CurrentThread()', file i:/build/mozilla/xpcom/glue/nsDebug.cpp, line 533
Assignee: timeless → cst
Whiteboard: active
Assignee: cst → darin
QA Contact: ashshbhatt → benc
Whiteboard: active
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P5
Updated•19 years ago
|
Assignee: darin → nobody
QA Contact: benc → networking
Version: Other Branch → Trunk
Updated•10 years ago
|
Whiteboard: [necko-would-take]
Comment 1•8 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Updated•3 years ago
|
Severity: minor → S4
Comment 2•1 year ago
|
||
This code doesn't exist anymore.
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•