Closed
Bug 345688
Opened 19 years ago
Closed 1 year ago
Assertion "Failed to get the script language"
Categories
(Core :: DOM: Core & HTML, defect, P5)
Tracking
()
RESOLVED
INVALID
People
(Reporter: alfred.peng, Unassigned)
References
Details
Attachments
(2 files)
Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9a1) Gecko/20060722 Minefield/3.0a1
During startup, the following assertions show in the console.
###!!! ASSERTION: Failed to get the script language: 'Error', file nsDOMScriptObjectFactory.cpp, line 187
###!!! ASSERTION: Failed to drop the script object: 'Error', file ../../../dist/include/dom/nsDOMScriptObjectHolder.h, line 61
###!!! ASSERTION: Failed to get the script language: 'Error', file nsDOMScriptObjectFactory.cpp, line 187
###!!! ASSERTION: Failed to drop the script object: 'Error', file ../../../dist/include/dom/nsDOMScriptObjectHolder.h, line 61
###!!! ASSERTION: Failed to drop script object: 'Error', file nsXULElement.cpp, line 2484
Reporter | ||
Comment 1•19 years ago
|
||
Reporter | ||
Comment 2•19 years ago
|
||
Is this related to bug 255942?
Comment 3•19 years ago
|
||
Possibly related to bug 341592?
Comment 4•18 years ago
|
||
This bug still happens on trunk (linux), but only when starting up via the profile manager.
OS: SunOS → All
![]() |
||
Updated•18 years ago
|
Blocks: dom-agnostic
Flags: blocking1.9?
Reporter | ||
Comment 5•18 years ago
|
||
This is the debug information on my box. The problem here is that we attempt to get a script-language during shutdown.
The bug should be related to bug 341592 as Gavin pointed out. I've tried the last patch for that bug on my build. The assertion problem is fixed.
In the log for nsDOMScriptObjectFactory.cpp, bz said that the patch caused the leak problem for bug 341700, and backed out it. In my build, the bug still exist. If the patch doesn't work, we need to find out another approach.
Reporter | ||
Updated•18 years ago
|
Attachment #239170 -
Attachment description: The stack causes the crash → The stack causes the assertion
Not blocking for now. If this really is a crash rather than just an assertion then please renominate. All the bugs pointed to in the previous comment are fixed now.
Updated•15 years ago
|
Assignee: general → nobody
QA Contact: ian → general
Comment 8•7 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•2 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•