Closed
Bug 303511
Opened 19 years ago
Closed 15 years ago
XBLcrash [@PL_DHashTableOperate | SetOrRemoveObject]
Categories
(Core :: XBL, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: harig.in, Unassigned)
Details
(Keywords: crash, Whiteboard: [needs stack evaluated for usefulness - xbl])
Crash Data
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b4) Gecko/20050803 Firefox/1.0+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b4) Gecko/20050803 Firefox/1.0+ Sorry. I couldn't add any more info. The talkback Id is here. perhaps it may help. [TB8077557E] Reproducible: Didn't try Steps to Reproduce: None.
Comment 1•19 years ago
|
||
Talkback data TB8077557E: 0x00000000 PL_DHashTableOperate [c:/builds/tinderbox/Fx-Trunk/WINNT_5.2_Depend/mozilla/xpcom/ds/pldhash.c, line 490] SetOrRemoveObject [c:/builds/tinderbox/Fx-Trunk/WINNT_5.2_Depend/mozilla/content/xbl/src/nsBindingManager.cpp, line 288] nsBindingManager::SetAnonymousNodesFor [c:/builds/tinderbox/Fx-Trunk/WINNT_5.2_Depend/mozilla/content/xbl/src/nsBindingManager.cpp, line 556] nsGenericElement::UnbindFromTree [c:/builds/tinderbox/Fx-Trunk/WINNT_5.2_Depend/mozilla/content/base/src/nsGenericElement.cpp, line 1900] nsDocument::Destroy [c:/builds/tinderbox/Fx-Trunk/WINNT_5.2_Depend/mozilla/content/base/src/nsDocument.cpp, line 4899] DocumentViewerImpl::Destroy [c:/builds/tinderbox/Fx-Trunk/WINNT_5.2_Depend/mozilla/layout/base/nsDocumentViewer.cpp, line 1398] nsSHEntry::~nsSHEntry [c:/builds/tinderbox/Fx-Trunk/WINNT_5.2_Depend/mozilla/xpfe/components/shistory/src/nsSHEntry.cpp, line 108]
Component: General → XBL
Keywords: crash
Product: Firefox → Core
Summary: Firefox crash - → Firefox crash [@PL_DHashTableOperate]
Version: unspecified → Trunk
dunno it does sound like .ops was probably null which implies something was destroyed already.
Updated•15 years ago
|
Assignee: xbl → nobody
QA Contact: ian → xbl
Comment 7•15 years ago
|
||
Boris or timeless, is the stack in comment 1 useful? If not, let's close this bug as incomplete.
Summary: Firefox crash [@PL_DHashTableOperate] → XBLcrash [@PL_DHashTableOperate]
Whiteboard: [needs stack evaluated for usefulness - xbl]
well, having more stack would be able to explain if we're really in xpcom shutdown past when the binding manager gets cleaned up. we've used the stack for as much as it can provide. it probably means nsSHEntry got freed too late in shutdown (i.e. life cycle issue).
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
Updated•15 years ago
|
Summary: XBLcrash [@PL_DHashTableOperate] → XBLcrash [@PL_DHashTableOperate | SetOrRemoveObject]
| Assignee | ||
Updated•13 years ago
|
Crash Signature: [@PL_DHashTableOperate | SetOrRemoveObject]
You need to log in
before you can comment on or make changes to this bug.
Description
•