Closed
Bug 667624
Opened 14 years ago
Closed 14 years ago
Crash when trying to optimize zero-sized image
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 619048
People
(Reporter: marcia, Assigned: joe)
References
()
Details
(Keywords: crash, reproducible)
Crash Data
Site culled from crash stats.
https://crash-stats.mozilla.com/report/index/30ff5a83-8cc6-4fc6-9cbf-2705a2110627
Frame Module Signature [Expand] Source
0 XUL imgFrame::Optimize modules/libpr0n/src/imgFrame.cpp:249
1 XUL mozilla::imagelib::RasterImage::DecodingComplete modules/libpr0n/src/RasterImage.cpp:1110
2 XUL mozilla::imagelib::Decoder::Finish modules/libpr0n/src/Decoder.cpp:148
3 XUL mozilla::imagelib::RasterImage::ShutdownDecoder modules/libpr0n/src/RasterImage.cpp:2226
4 XUL mozilla::imagelib::imgDecodeWorker::Run modules/libpr0n/src/RasterImage.cpp:2722
5 XUL mozilla::imagelib::RasterImage::SourceDataComplete modules/libpr0n/src/RasterImage.cpp:1341
6 XUL imgRequest::OnStopRequest modules/libpr0n/src/imgRequest.cpp:916
7 XUL nsStreamListenerTee::OnStopRequest netwerk/base/src/nsStreamListenerTee.cpp:71
8 XUL nsHttpChannel::OnStopRequest netwerk/protocol/http/nsHttpChannel.cpp:4205
9 XUL nsInputStreamPump::OnStateStop netwerk/base/src/nsInputStreamPump.cpp:578
10 XUL nsInputStreamPump::OnInputStreamReady netwerk/base/src/nsInputStreamPump.cpp:403
11 XUL nsInputStreamReadyEvent::Run xpcom/io/nsStreamUtils.cpp:114
12 XUL nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:617
13 XUL NS_ProcessPendingEvents_P obj-firefox/x86_64/xpcom/build/nsThreadUtils.cpp:195
14 XUL nsBaseAppShell::NativeEventCallback widget/src/xpwidgets/nsBaseAppShell.cpp:130
15 XUL nsAppShell::ProcessGeckoEvents widget/src/cocoa/nsAppShell.mm:422
16 CoreFoundation CoreFoundation@0x4e400
17 CoreFoundation CoreFoundation@0x4c5f8
18 firefox XPCOMGlueLoadXULFunctions xpcom/glue/standalone/nsGlueLinkingOSX.cpp:194
Reporter | ||
Comment 1•14 years ago
|
||
STR:
1. Load http://www.heritagehumanesociety.org/
2. Crash
Reporter | ||
Comment 2•14 years ago
|
||
Loads fine using Mozilla/5.0 (Windows NT 5.1; rv:7.0a1) Gecko/20110627 Firefox/7.0a1, https://crash-stats.mozilla.com/report/list?signature=imgFrame::Optimize shows it is Mac and Linux only.
Assignee | ||
Comment 3•14 years ago
|
||
Yep, I see this! Hooray for reproducible testcases!
Assignee: nobody → joe
Comment 4•14 years ago
|
||
isn't this a dupe of bug 619048 ?
Reporter | ||
Comment 5•14 years ago
|
||
Looks like it may be, but I am not sure why it didn't get picked up as a dupe when I was filing the bug as that bug did not come up in the list.
(In reply to comment #4)
> isn't this a dupe of bug 619048 ?
Assignee | ||
Updated•14 years ago
|
Summary: Firefox Crash @ imgFrame::Optimize → Crash when trying to optimize zero-sized image
Assignee | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•