Closed
Bug 559231
Opened 15 years ago
Closed 15 years ago
"ASSERTION: Bad caller!" setting iframe src to javascript: url
Categories
(Core :: XPConnect, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Assigned: mrbkap)
References
Details
(Keywords: assertion, testcase)
Attachments
(3 files)
###!!! ASSERTION: Bad caller!: 'system', file /Users/jruderman/mozilla-central/js/src/xpconnect/src/xpccomponents.cpp, line 3562
| Reporter | ||
Comment 1•15 years ago
|
||
| Reporter | ||
Comment 2•15 years ago
|
||
The testcase has to be loaded as a local file to trigger the bug. Maybe it needs the Firefox-generated error page?
| Assignee | ||
Comment 3•15 years ago
|
||
Bogus assertion: always have to deal with the "no code running" case (it'd be pretty nice if the caps API communicated this instead of picking the basically random principal out of the context's globalObject pointer).
NB: I haven't actually reproduced the assertion, but I'm pretty sure this is the fix.
Updated•15 years ago
|
Attachment #439411 -
Flags: review?(jst) → review+
| Assignee | ||
Comment 4•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•