Closed
Bug 397148
Opened 17 years ago
Closed 17 years ago
"Assertion failure: (cx)->requestDepth || (cx)->thread == (cx)->runtime->gcThread" within nsXULTemplateBuilder::InitHTMLTemplateRoot
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Assigned: sayrer)
References
Details
(Keywords: assertion, regression, testcase)
Attachments
(2 files)
(deleted),
application/vnd.mozilla.xul+xml
|
Details | |
(deleted),
patch
|
enndeakin
:
review+
sicking
:
superreview+
sicking
:
approval1.9+
|
Details | Diff | Splinter Review |
I hit this a few times the other night.
Assertion failure: (cx)->requestDepth || (cx)->thread == (cx)->runtime->gcThread, at /Users/jruderman/trunk/mozilla/js/src/jsapi.c:3404
Thread 0 Crashed:
0 JS_Assert + 70 (jsutil.c:60)
1 JS_SetProperty + 83 (jsapi.c:3405)
2 nsXULTemplateBuilder::InitHTMLTemplateRoot() + 875 (nsXULTemplateBuilder.cpp:1372)
...
Assignee | ||
Updated•17 years ago
|
Assignee: nobody → sayrer
Assignee | ||
Comment 1•17 years ago
|
||
This is the only JSAPI usage in XUL templates
Assignee | ||
Updated•17 years ago
|
Attachment #282134 -
Flags: review?(enndeakin)
Updated•17 years ago
|
Attachment #282134 -
Flags: review?(enndeakin) → review+
Assignee | ||
Updated•17 years ago
|
Attachment #282134 -
Flags: superreview?(jonas)
Attachment #282134 -
Flags: approval1.9?
Attachment #282134 -
Flags: superreview?(jonas)
Attachment #282134 -
Flags: superreview+
Attachment #282134 -
Flags: approval1.9?
Attachment #282134 -
Flags: approval1.9+
Assignee | ||
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: xptoolkit.xul → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•