WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
15805
crash reports seen in isLoadingMultipartContent
https://bugs.webkit.org/show_bug.cgi?id=15805
Summary
crash reports seen in isLoadingMultipartContent
Darin Adler
Reported
2007-11-02 14:50:50 PDT
Apple's crash tracer has reports of crashes that look like this:
>#0 com.apple.WebCore 0x95417289 WebCore::DocumentLoader::isLoadingMultipartContent() const + 9
#1 com.apple.WebCore 0x95416eea WebCore::ImageTokenizer::finish() + 138 #2 com.apple.WebCore 0x95658b44 WebCore::FrameLoader::endIfNotLoadingMainResource() + 116 #3 com.apple.WebCore 0x95260053 WebCore::Document::close() + 35 #4 com.apple.WebCore 0x953134cc WebCore::JSHTMLDocumentPrototypeFunction::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&) + 732 I think it's just a simple missing null check. Lets do a speculative fix.
Attachments
patch
(1.25 KB, patch)
2007-11-02 14:53 PDT
,
Darin Adler
mitz: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Darin Adler
Comment 1
2007-11-02 14:53:57 PDT
Created
attachment 17001
[details]
patch
mitz
Comment 2
2007-11-02 15:17:01 PDT
Comment on
attachment 17001
[details]
patch r=me, although I'd keep the ASSERT in hope of some day encountering the bug in a debug build and understanding it.
Darin Adler
Comment 3
2007-11-02 16:22:49 PDT
Committed revision 27379.
David Kilzer (:ddkilzer)
Comment 4
2007-11-29 20:44:02 PST
It would appear this isn't fixed. See
Bug 16097
.
Darin Adler
Comment 5
2007-12-01 09:43:25 PST
More precisely, it appears there's another crash that now happens in the same circumstance now that the first crash is fixed.
Mark Rowe (bdash)
Comment 6
2008-02-05 17:56:42 PST
***
Bug 17187
has been marked as a duplicate of this bug. ***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug