Closed
Bug 330081
Opened 20 years ago
Closed 16 years ago
crashes due to bad baseProto->BindingURI() [@ nsQueryInterface::operator()]
Categories
(Core :: XBL, defect)
Core
XBL
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: dbaron, Unassigned)
References
Details
(Keywords: crash, topcrash)
Crash Data
The following stack is a topcrash (not at the top of the list) for Fx 1.5.0.1:
nsQueryInterface::operator() [c:/builds/tinderbox/Fx-Mozilla1.8.0/WINNT_5.2_Depend/mozilla/xpcom/build/nsCOMPtr.cpp, line 47]
nsXBLService::GetBinding [c:/builds/tinderbox/Fx-Mozilla1.8.0/WINNT_5.2_Depend/mozilla/content/xbl/src/nsXBLService.cpp, line 859]
nsXBLService::GetBinding [c:/builds/tinderbox/Fx-Mozilla1.8.0/WINNT_5.2_Depend/mozilla/content/xbl/src/nsXBLService.cpp, line 913]
nsXBLService::GetBinding [c:/builds/tinderbox/Fx-Mozilla1.8.0/WINNT_5.2_Depend/mozilla/content/xbl/src/nsXBLService.cpp, line 988]
nsXBLService::LoadBindings [c:/builds/tinderbox/Fx-Mozilla1.8.0/WINNT_5.2_Depend/mozilla/content/xbl/src/nsXBLService.cpp, line 590]
nsCSSFrameConstructor::ConstructFrameInternal [c:/builds/tinderbox/Fx-Mozilla1.8.0/WINNT_5.2_Depend/mozilla/layout/base/nsCSSFrameConstructor.cpp, line 7667]
...
nsCSSFrameConstructor::ContentInserted [c:/builds/tinderbox/Fx-Mozilla1.8.0/WINNT_5.2_Depend/mozilla/layout/base/nsCSSFrameConstructor.cpp, line 9151]
PresShell::InitialReflow [c:/builds/tinderbox/Fx-Mozilla1.8.0/WINNT_5.2_Depend/mozilla/layout/base/nsPresShell.cpp, line 2829]
nsXULDocument::StartLayout [c:/builds/tinderbox/Fx-Mozilla1.8.0/WINNT_5.2_Depend/mozilla/content/xul/document/src/nsXULDocument.cpp, line 2173]
nsXULDocument::ResumeWalk [c:/builds/tinderbox/Fx-Mozilla1.8.0/WINNT_5.2_Depend/mozilla/content/xul/document/src/nsXULDocument.cpp, line 3201]
nsXULDocument::EndLoad [c:/builds/tinderbox/Fx-Mozilla1.8.0/WINNT_5.2_Depend/mozilla/content/xul/document/src/nsXULDocument.cpp, line 746]
XULContentSinkImpl::DidBuildModel [c:/builds/tinderbox/Fx-Mozilla1.8.0/WINNT_5.2_Depend/mozilla/content/xul/document/src/nsXULContentSink.cpp, line 408]
Comments vary widely; the only patterns I noticed are that a bunch mention gmail and a bunch mention printing to PDF.
| Reporter | ||
Comment 2•20 years ago
|
||
See also bug 320045; perhaps this is a duplicate.
| Reporter | ||
Updated•20 years ago
|
Flags: blocking1.8.0.3?
| Reporter | ||
Updated•20 years ago
|
Severity: normal → critical
| Reporter | ||
Updated•20 years ago
|
OS: Windows XP → All
Hardware: PC → All
Comment 3•20 years ago
|
||
Looks like this is missing 1.8.0.3, try 1.8.0.4
Flags: blocking1.8.0.4+
Flags: blocking1.8.0.3?
Flags: blocking1.8.0.3-
Updated•20 years ago
|
Flags: blocking1.8.0.4+ → blocking1.8.0.4?
Comment 4•20 years ago
|
||
Would love a fix for 1.8.0.x but won't block on it.
Flags: blocking1.8.0.5? → blocking1.8.0.5-
| Reporter | ||
Updated•19 years ago
|
Summary: crashes due to bad baseProto->BindingURI() [@ nsQueryInterface::operator] → crashes due to bad baseProto->BindingURI() [@ nsQueryInterface::operator()]
Comment 5•18 years ago
|
||
There are similar reports on trunk, but they appear to have trickled away...
http://crash-stats.mozilla.com/report/list?range_unit=weeks&version=Firefox%3A3.0b3pre&range_value=2&signature=nsQueryInterface%3A%3Aoperator%28%29%28nsID+const%26%2C+void%2A%2A%29
This is currently number 18 for Firefox 2.0.0.11.
Updated•16 years ago
|
Assignee: xbl → nobody
QA Contact: ian → xbl
Comment 6•16 years ago
|
||
These crashes are pretty much gone in Firefox 3.0+.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
| Assignee | ||
Updated•15 years ago
|
Crash Signature: [@ nsQueryInterface::operator()]
You need to log in
before you can comment on or make changes to this bug.
Description
•