Closed
Bug 1133133
Opened 11 years ago
Closed 10 years ago
crash in mozilla::image::imgFrame::ImageUpdated(nsIntRect const&)
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: MatsPalmgren_bugz, Unassigned)
References
Details
(Keywords: crash, Whiteboard: gfx-noted)
Crash Data
This bug was filed from the Socorro interface and is
report bp-887f5293-4a8c-4908-99bc-f34492150212.
=============================================================
This signature has relatively high volume since v36:
Product Version Percentage Number Of Crashes
Firefox 36.0b6 44.56 % 381
Firefox 36.0b8 12.63 % 108
Firefox 37.0a2 6.08 % 52
Firefox 36.0b7 2.81 % 24
Firefox 38.0a1 2.22 % 19
Firefox 36.0b1 0.94 % 8
Firefox 36.0b5 0.94 % 8
Firefox 36.0b3 0.47 % 4
Firefox 36.0b4 0.47 % 4
Firefox 36.0b2 0.23 % 2
Firefox 35.0.1 0.12 % 1
mozilla::image::imgFrame::ImageUpdated(nsIntRect const&)
mozilla::image::Decoder::PostInvalidation(nsIntRect&)
mozilla::image::nsBMPDecoder::WriteInternal(char const*, unsigned int)
mozilla::image::Decoder::Write(char const*, unsigned int)
mozilla::image::nsICODecoder::WriteToContainedDecoder(char const*, unsigned int)
mozilla::image::nsICODecoder::WriteInternal(char const*, unsigned int)
mozilla::image::Decoder::Write(char const*, unsigned int)
mozilla::image::RasterImage::WriteToDecoder(char const*, unsigned int)
mozilla::image::RasterImage::DecodeSomeData(unsigned int)
mozilla::image::DecodePool::DecodeSomeOfImage(mozilla::image::RasterImage*, mozilla::image::DecodeUntil, unsigned int)
mozilla::image::DecodeWorker::Run()
nsThreadPool::Run()
nsThread::ProcessNextEvent(bool, bool*)
NS_ProcessNextEvent(nsIThread*, bool)
mozilla::ipc::MessagePumpForNonMainThreads::Run(base::MessagePump::Delegate*)
Having not seen (yay!) or reported any real Firefox bugs before I'm a bit new to this.. but I've just been getting this problem.
I have submitted a bug report at https://bugzilla.mozilla.org/show_bug.cgi?id=1155722 detailing how I have discovered it. It's 100% reproducible so I am happy to do any further testing you require.
Updated•10 years ago
|
Crash Signature: [@ mozilla::image::imgFrame::ImageUpdated(nsIntRect const&)] → [@ mozilla::image::imgFrame::ImageUpdated(nsIntRect const&)]
[@ mozilla::image::imgFrame::ImageUpdated]
Comment 3•10 years ago
|
||
Isn't this just the same as bug 1155722, which is fixed? Note that I received a crash report for what looks like the same backtrace on Debian for ESR38.
Comment 5•10 years ago
|
||
Is bug 1238558 a dup? It looks similar and has a test case.
Comment 6•10 years ago
|
||
Quite possible; we certainly don't seem to be having any more reports with this signature.
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: needinfo?(seth)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•