Closed
Bug 31962
Opened 25 years ago
Closed 25 years ago
table regression tests failed due to recent regression in necko
Categories
(Core :: Networking, defect, P3)
Tracking
()
VERIFIED
INVALID
People
(Reporter: karnaze, Assigned: warrensomebody)
References
()
Details
I pulled this morning and ran my regression tests in
mozilla\layout\html\tests\table\core (by saying "rtest baseline: on windows) and
got the following error.
###!!! ASSERTION: nsScriptSecurityManager not thread-safe: 'owningThread == NS_C
urrentThread()', file s:\mozilla\xpcom\base\nsDebug.cpp, line 372
When I tried to load the single file
file:///s|/mozilla/layout/html/tests/table/core/misc.html in the debugger using
Viewer, I got the following stack and could not recover.
NTDLL! DbgBreakPoint@0 address 0x77f76148
PR_Assert(const char * 0x0033b824
??_C@_0BJ@LHIK@?$CB?$CCI?1O?5method?5is?5invalid?$CC?$AA@, const char *
0x0033b840 ??_C@_0L@KLDB@priometh?4c?$AA@, int 72) line 448
_PR_InvalidInt16() line 72 + 35 bytes
_PR_MD_PR_POLL(PRPollDesc * 0x0118ee60, int 2, unsigned int 2610055) line 131 +
42 bytes
PR_Poll(PRPollDesc * 0x0118ee60, int 2, unsigned int 2610055) line 115 + 17
bytes
nsSocketTransportService::Run(nsSocketTransportService * const 0x01189154) line
414 + 24 bytes
nsThread::Main(void * 0x0118a680) line 83 + 26 bytes
_PR_NativeRunThread(void * 0x0118f3b0) line 399 + 13 bytes
_threadstartex(void * 0x0118b700) line 212 + 13 bytes
Reporter | ||
Comment 1•25 years ago
|
||
correction - to run the tests invoke "rtest baseline" from
layout\html\tests\table\core on windows after mapping s: drive above mozilla.
Reporter | ||
Comment 2•25 years ago
|
||
This is not the only file affected. When I comment it out, I get the same error
later on.
Reporter | ||
Comment 3•25 years ago
|
||
I'm going to mark this invalid and submit two new bugs to cover it.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•