Closed
Bug 601857
Opened 15 years ago
Closed 15 years ago
"ASSERTION: No scope has this global object" and crash [@ XPCWrappedNativeScope::GetPrincipal]
Categories
(Core :: XPConnect, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
Details
(Keywords: assertion, crash, testcase)
Crash Data
Attachments
(1 file)
|
8.06 KB,
text/plain
|
Details |
In xpcshell:
var sandbox = Components.utils.Sandbox("http://example.com/");
Components.utils.evalInSandbox("(#1=*)", sandbox);
###!!! ASSERTION: No scope has this global object!: 'OKIfNotInitialized', file /home/jruderman/tracemonkey/js/src/xpconnect/src/xpcwrappednativescope.cpp, line 857
Crash [@ XPCWrappedNativeScope::GetPrincipal] with this=0x0
| Reporter | ||
Comment 1•15 years ago
|
||
WFM after the Compartments landing.
Whiteboard: fixed-in-tracemonkey
| Reporter | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Flags: in-testsuite?
Resolution: --- → WORKSFORME
Whiteboard: fixed-in-tracemonkey
| Assignee | ||
Updated•14 years ago
|
Crash Signature: [@ XPCWrappedNativeScope::GetPrincipal]
You need to log in
before you can comment on or make changes to this bug.
Description
•