Bug 9987 - URL containing .jpg / .png crashes onload if the web server responds with a 404
Summary: URL containing .jpg / .png crashes onload if the web server responds with a 404
Status: RESOLVED DUPLICATE of bug 10202
Alias: None
Product: WebKit
Classification: Unclassified
Component: Images (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords: NeedsReduction
Depends on:
Blocks:
 
Reported: 2006-07-18 05:56 PDT by Alexander Kellett
Modified: 2006-08-16 15:44 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kellett 2006-07-18 05:56:29 PDT
I've got a reproducable, although unfortunately internal, URL to reproduce this, without fail.
If the "Summary" does not explain the issue correctly, and this does not reproduce the backtrace, I can attempt to reduce myself.

0   com.apple.WebCore        	0x01b7e83f WebCore::HTMLImageLoader::image() const + 9 (HTMLImageLoader.h:45)
1   com.apple.WebCore        	0x01bd3492 WebCore::HTMLImageElement::cachedImage() const + 20 (HTMLImageElement.h:66)
2   com.apple.WebCore        	0x01a7ba5e WebCore::ImageTokenizer::finish() + 38 (ImageDocument.cpp:110)
3   com.apple.WebCore        	0x018c9f06 WebCore::Document::finishParsing() + 40 (Document.cpp:1346)
4   com.apple.WebCore        	0x018ab7c8 WebCore::Frame::endIfNotLoading() + 262 (Frame.cpp:699)
5   com.apple.WebCore        	0x018ab7f6 WebCore::Frame::end() + 30 (Frame.cpp:682)
Comment 1 Alexey Proskuryakov 2006-07-18 12:17:41 PDT
Is this a regression?

I've got a completely different crash log trying to open <http://www.apple.com/askjnsdjf.jpg> in TOT.
Comment 2 Alexey Proskuryakov 2006-07-18 13:06:16 PDT
(In reply to comment #1)

That was yesterday's TOT, but now I updated, and cannot reproduce. FWIW.
Comment 3 mitz 2006-08-16 15:44:34 PDT
Bug 10202 has the patch that supposedly fixed this crash.

*** This bug has been marked as a duplicate of 10202 ***