Closed Bug 334080 Opened 19 years ago Closed 19 years ago

crashes due to null mBodyContent in nsImageDocument::CheckOverflowing [@ nsStyleContext::GetStyleData]

Categories

(Core :: DOM: Core & HTML, defect, P1)

defect

Tracking

()

RESOLVED FIXED
mozilla1.8.1alpha1

People

(Reporter: dbaron, Assigned: dbaron)

References

Details

(4 keywords, Whiteboard: [patch])

Crash Data

Attachments

(2 files)

One of the top crashes for Firefox 1.5.0.2 (and 1.5.0.1, I think) is two related stacks in nsImageDocument. On Windows, they show up with the top slightly garbled: nsStyleContext::GetStyleData [c:/builds/tinderbox/Fx-Mozilla1.8.0/WINNT_5.2_Depend/mozilla/layout/style/nsStyleContext.cpp, line 248] nsImageDocument::HandleEvent [c:/builds/tinderbox/Fx-Mozilla1.8.0/WINNT_5.2_Depend/mozilla/content/html/document/src/nsImageDocument.cpp, line 566] nsEventListenerManager::HandleEventSubType [c:/builds/tinderbox/Fx-Mozilla1.8.0/WINNT_5.2_Depend/mozilla/content/events/src/nsEventListenerManager.cpp, line 1684] nsEventListenerManager::HandleEvent [c:/builds/tinderbox/Fx-Mozilla1.8.0/WINNT_5.2_Depend/mozilla/content/events/src/nsEventListenerManager.cpp, line 1785] nsGlobalWindow::HandleDOMEvent [c:/builds/tinderbox/Fx-Mozilla1.8.0/WINNT_5.2_Depend/mozilla/dom/src/base/nsGlobalWindow.cpp, line 1601] PresShell::FireResizeEvent [c:/builds/tinderbox/Fx-Mozilla1.8.0/WINNT_5.2_Depend/mozilla/layout/base/nsPresShell.cpp, line 3111] nsTimerImpl::Fire [c:/builds/tinderbox/Fx-Mozilla1.8.0/WINNT_5.2_Depend/mozilla/xpcom/threads/nsTimerImpl.cpp, line 394] nsAppStartup::Run [c:/builds/tinderbox/Fx-Mozilla1.8.0/WINNT_5.2_Depend/mozilla/toolkit/components/startup/src/nsAppStartup.cpp, line 151] main [c:/builds/tinderbox/Fx-Mozilla1.8.0/WINNT_5.2_Depend/mozilla/browser/app/nsBrowserApp.cpp, line 61] or nsStyleContext::GetStyleData [c:/builds/tinderbox/Fx-Mozilla1.8.0/WINNT_5.2_Depend/mozilla/layout/style/nsStyleContext.cpp, line 248] nsImageDocument::OnStartContainer [c:/builds/tinderbox/Fx-Mozilla1.8.0/WINNT_5.2_Depend/mozilla/content/html/document/src/nsImageDocument.cpp, line 508] imgRequest::OnStartContainer [c:/builds/tinderbox/Fx-Mozilla1.8.0/WINNT_5.2_Depend/mozilla/modules/libpr0n/src/imgRequest.cpp, line 458] imgRequest::OnDataAvailable [c:/builds/tinderbox/Fx-Mozilla1.8.0/WINNT_5.2_Depend/mozilla/modules/libpr0n/src/imgRequest.cpp, line 886] ProxyListener::OnDataAvailable [c:/builds/tinderbox/Fx-Mozilla1.8.0/WINNT_5.2_Depend/mozilla/modules/libpr0n/src/imgLoader.cpp, line 893] nsMediaDocumentStreamListener::OnDataAvailable [c:/builds/tinderbox/Fx-Mozilla1.8.0/WINNT_5.2_Depend/mozilla/content/html/document/src/nsMediaDocument.cpp, line 115] nsDocumentOpenInfo::OnDataAvailable [c:/builds/tinderbox/Fx-Mozilla1.8.0/WINNT_5.2_Depend/mozilla/uriloader/base/nsURILoader.cpp, line 374] nsStreamListenerTee::OnDataAvailable [c:/builds/tinderbox/Fx-Mozilla1.8.0/WINNT_5.2_Depend/mozilla/netwerk/base/src/nsStreamListenerTee.cpp, line 97] nsHttpChannel::OnDataAvailable [c:/builds/tinderbox/Fx-Mozilla1.8.0/WINNT_5.2_Depend/mozilla/netwerk/protocol/http/src/nsHttpChannel.cpp, line 4195] ... However, on Linux, I saw (from 1.5.0.1) a slightly better stack for the latter, which I'll attach with more detailed analysis. I got enough out of the raw stack data and compared to the disassembly of the release build to get local variables, and from this determined that the crash is due to mBodyContent (or at least |content|) being null in CheckOverflowing, which is called from OnStartContainer (in this case) or HandleEvent at the lines indicated in the Windows stacks. ResolveStyleFor handles a null input and returns null, but then CheckOverflowing dereferences that result.
Flags: blocking1.8.1?
Flags: blocking1.8.0.3?
Attached patch patchSplinter Review
Null check the result of QIing mBodyContent just like the one other use in this file.
Assignee: general → dbaron
Status: NEW → ASSIGNED
Attachment #218494 - Flags: superreview?(bzbarsky)
Attachment #218494 - Flags: review?(bzbarsky)
Attachment #218494 - Flags: approval1.8.0.3?
Attachment #218494 - Flags: approval-branch-1.8.1?(bzbarsky)
Priority: -- → P1
Whiteboard: [patch]
Target Milestone: --- → mozilla1.8.1alpha1
Attachment #218494 - Flags: superreview?(bzbarsky)
Attachment #218494 - Flags: superreview+
Attachment #218494 - Flags: review?(bzbarsky)
Attachment #218494 - Flags: review+
Attachment #218494 - Flags: approval-branch-1.8.1?(bzbarsky) → approval-branch-1.8.1+
Checked in to trunk.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Fix checked in to MOZILLA_1_8_BRANCH.
Keywords: fixed1.8
Flags: blocking1.8.0.3? → blocking1.8.0.3+
Comment on attachment 218494 [details] [diff] [review] patch approved for 1.8.0 branch, a=dveditz for drivers
Attachment #218494 - Flags: approval1.8.0.3? → approval1.8.0.3+
Fix checked in to MOZILLA_1_8_0_BRANCH.
Keywords: fixed1.8.0.3
*** Bug 337644 has been marked as a duplicate of this bug. ***
*** Bug 336280 has been marked as a duplicate of this bug. ***
*** Bug 337703 has been marked as a duplicate of this bug. ***
I've checked the 1504 candidate build against the urls listed in the bugs dup'd against this bug. no crashes.
Crash Signature: [@ nsStyleContext::GetStyleData]
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: