Closed
Bug 443674
Opened 17 years ago
Closed 7 years ago
##!!! ASSERTION: PostCreate failed! This is known to cause inconsistent state for some class types and may even cause a crash in combination with a JS GC. Fix the failing PostCreate ASAP!:
Categories
(Core :: XPConnect, defect)
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: cbook, Unassigned)
References
()
Details
(Keywords: assertion)
Attachments
(1 file, 2 obsolete files)
5.21 KB,
text/plain
|
Details |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9pre) Gecko/2008070118 Minefield/3.0.1pre + new Debug Build on Linux Fedora 9
Steps to reproduce:
-> Install the Webvisum Extension (from http://www.webvisum.com/en/main/download) and login (you need to register a Account)
-> Start Firefox with this Extension installed
-> Go to few sites, as example login into your Gmail Account
-> Close Firefox
--> Assertion
#!!! ASSERTION: PostCreate failed! This is known to cause inconsistent state f
some class types and may even cause a crash in combination with a JS GC. Fix
e failing PostCreate ASAP!: 'Error', file c:/debug/mozilla/js/src/xpconnect/sr
xpcwrappednative.cpp, line 560
Reporter | ||
Comment 1•17 years ago
|
||
Attachment #328176 -
Attachment is obsolete: true
Reporter | ||
Updated•17 years ago
|
Summary: #!!! ASSERTION: PostCreate failed! This is known to cause inconsistent state f some class types and may even cause a crash in combination with a JS GC. Fix e failing PostCreate ASAP! → ##!!! ASSERTION: PostCreate failed! This is known to cause inconsistent state for some class types and may even cause a crash in combination with a JS GC. Fix the failing PostCreate ASAP!:
Attachment #328177 -
Attachment is obsolete: true
Comment 3•17 years ago
|
||
I briefly looked into this yesterday. I saw that we fell into this: http://hg.mozilla.org/mozilla-central/index.cgi/annotate/tip/dom/src/base/nsDOMClassInfo.cpp#l5084 if statement, bailing out of nsDOMConstructorSH::PostCreate. I haven't been able to reproduce the assertion since then, so I'm not exactly sure what's triggering the if statement and I forgot, at the time, to look at the JS call stack.
Comment 4•7 years ago
|
||
Per policy at https://wiki.mozilla.org/Bug_Triage/Projects/Bug_Handling/Bug_Husbandry#Inactive_Bugs. If this bug is not an enhancement request or a bug not present in a supported release of Firefox, then it may be reopened.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•