Summary: | Konqueror crashes when opening this image: http://upload.wikimedia.org/wikipedia/commons/2/29/AbortionLawsMap.png | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Joseph Landry <joseph.landry> |
Component: | khtml | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | finex, james |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Joseph Landry
2006-03-28 10:37:33 UTC
libpng warning: Setting negative gamma to zero libpng warning: Setting gamma=0 Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1235142976 (LWP 19093)] 0xb6b0f0a9 in png_init_read_transformations () from /usr/lib/libpng12.so.0 (gdb) bt #0 0xb6b0f0a9 in png_init_read_transformations () from /usr/lib/libpng12.so.0 #1 0xb6b03d6c in png_read_start_row () from /usr/lib/libpng12.so.0 #2 0xb6b09835 in png_read_update_info () from /usr/lib/libpng12.so.0 #3 0xb70d6f0f in my_jpeg_destination_mgr::my_jpeg_destination_mgr () from /usr/share/qt3/lib/libqt-mt.so.3 #4 0xb70d742b in my_jpeg_destination_mgr::my_jpeg_destination_mgr () from /usr/share/qt3/lib/libqt-mt.so.3 #5 0xb6de687d in QImageIO::read () from /usr/share/qt3/lib/libqt-mt.so.3 #6 0xb6093e92 in khtml::CachedImage::data (this=0x8345b20, _buffer=@0x846507c, eof=true) at loader.cpp:795 #7 0xb609556e in khtml::Loader::slotFinished (this=0x8326528, job=0x84656a8) at loader.cpp:1096 #8 0xb60957ad in khtml::Loader::qt_invoke (this=0x8326528, _id=2, Same crash here. If I set the gamma to a non-negative value, it opens in konq. The file (with negative gamma) opens fine in kuickshow and kolourpaint. It doesn't crash here.. Bug in libpng/Qt? Doesn't crash here any more either. SVN r548320 No crash that I can detect either. I recommend closing this as it appears to work in 4.0.3, and by a comment above, I presume at least 3.5.9 Using Gentoo Linux ~x86 (testing in gentoo lingo). KDE and the majority of packages compiled using gcc 4.3.0. Doesn't crash to me too. Tested 3.5.9 and 4.1 (trunk r802881). |