Closed
Bug 155503
Opened 23 years ago
Closed 9 years ago
|TestFileInput directory| asserts a lot
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: timeless, Assigned: timeless)
Details
stop binding, 0
read 3565 bytes
start binding
waiting
running
###!!! ASSERTION: attemping to process events on the wrong thread:
'correctThread', file F:\build\mozilla\xpcom\threads\
nsEventQueue.cpp, line 413
quitting
###!!! ASSERTION: nsReader not thread-safe: 'owningThread ==
NS_CurrentThread()', file f:\build\mozilla\xpcom\glue\nsDeb
ug.cpp, line 533
Break: at file f:\build\mozilla\xpcom\glue\nsDebug.cpp, line 533
I got 3 asserts about event queue's (presumably one for each thread). I should
probably fix this
NTDLL! 77fa018c()
nsDebug::Assertion(const char * 0x004094dc, const char * 0x101268e4, const char
* 0x101268bc, int 533) line 280 + 13 bytes
NS_CheckThreadSafe(void * 0x004124e0, const char * 0x004094dc) line 533 + 34 bytes
nsReader::Release(nsReader * const 0x0046f560) line 186 + 68 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
nsThread::Main(void * 0x0046f370) line 139
_PR_NativeRunThread(void * 0x0046f150) line 433 + 13 bytes
_threadstartex(void * 0x00468510) line 212 + 13 bytes
KERNEL32! 77e96523()
Status: NEW → ASSIGNED
Updated•9 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•