Closed
Bug 13295
Opened 26 years ago
Closed 26 years ago
crash in nsJSUtils::nsConvertObjectToJSVal (document.createElementWithNameSpace)
Categories
(Core :: DOM: Core & HTML, defect, P1)
Tracking
()
VERIFIED
FIXED
M11
People
(Reporter: shaver, Assigned: vidur)
Details
(Keywords: crash)
Attachments
(1 file)
774 bytes,
text/html
|
Details |
Trying to generate a test case for 7997 (alecf's bug, not rods'), I find myself
crashing in
0x4046f88e in nsJSUtils::nsConvertObjectToJSVal (aSupports=0x40091f02,
aContext=0x86a5250, aReturn=0xbfffe788)
at ../../../../dom/src/base/nsJSUtils.cpp:133
133 if (NS_OK == aSupports->QueryInterface(kIScriptObjectOwnerIID,
(void**)&owner)) {
#1 0x4047dd41 in NSDocumentCreateElementWithNameSpace (cx=0x86a5a68,
obj=0x8692d78, argc=2, argv=0x82eb3e8, rval=0xbfffe788)
at ../../../../dom/src/coreDOM/nsJSDocument.cpp:769
I'll attach my test case to this bug.
(Sorry to add to your woes; I was trying to see if I could fix 7997 for joki.)
Reporter | ||
Comment 1•26 years ago
|
||
Reporter | ||
Comment 2•26 years ago
|
||
More data: createElement doesn't crash this way. Also, viewer sees the same
crash pattern, which may make it more pleasant to debug.
Reporter | ||
Comment 3•26 years ago
|
||
``Don't do that, then'' was the resolution, though we should make it not crash.
Reporter | ||
Comment 4•26 years ago
|
||
Crashes are all M11/P1/critical.
![]() |
Assignee | |
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
![]() |
Assignee | |
Comment 5•26 years ago
|
||
document.createElementWithNameSpace() was only implemented for XML documents.
Invoking it now throws a "method not implemented" exception.
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•