Closed
Bug 616748
Opened 13 years ago
Closed 12 years ago
"ASSERTION: LoadObject was reentered" moving <applet>
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, testcase)
Attachments
(2 files)
###!!! ASSERTION: about to crash due to bug 136927: '!mPreventInstantiation || (mContent && mContent->GetCurrentDoc()->GetDisplayDocument())', file c:/Users/jruderman/mozilla-central/layout/generic/nsObjectFrame.cpp, line 678 ###!!! ASSERTION: LoadObject was reentered?: '!mInstantiating', file c:/Users/jruderman/mozilla-central/content/base/src/nsObjectLoadingContent.cpp, line 1185 Plugin check says my Java is up-to-date: Java Deployment Toolkit 6.0.220.4 NPRuntime Script Plug-in Library for Java(TM) Deploy 1.6.0.22 Java(TM) Platform SE 6 U22 Next Generation Java Plug-in 1.6.0_22 for Mozilla browsers 1.6.0.22
Reporter | ||
Comment 1•13 years ago
|
||
To get this log, I disabled the JS JITs and ran: XPCOM_MEM_LEAK_LOG=2 XPCOM_DEBUG_BREAK=stack firefox jj.html 2>&1 | tee a.txt
![]() |
||
Comment 2•13 years ago
|
||
The first assert there is the real issue; the other is just a corollary.
Reporter | ||
Comment 3•12 years ago
|
||
WFM on trunk. Likely fixed along with bug 136927.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
Updated•2 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•