Summary: | Crash after hugin wrote a 60 MB tiff into some digikam-tracked folder | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Andrei ILIE <andrei.ilie> |
Component: | Plugin-DImg-TIFF | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED UPSTREAM | ||
Severity: | crash | CC: | andrei.ilie, axel.krebs, caulier.gilles, mail, quimi.fernandez |
Priority: | NOR | Keywords: | drkonqi |
Version: | 4.2.0 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 7.6.0 | |
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
Andrei ILIE
2013-11-27 16:47:52 UTC
It sound like the file crash thumbnail generator. There is no reason for that. Here i generate panorama file size of 200Mb without any problem. Perhaps you is limited is memory (here 16Gb) Can you share tiff file to try to reproduce the problem ? Gilles Caulier Created attachment 83880 [details]
New crash information added by DrKonqi
digikam (3.5.0) on KDE Platform 4.11.3 using Qt 4.8.5
- What I was doing when the application crashed:
Looks like it's an easily reproductible crash. Just created a panorama using hugin...
-- Backtrace (Reduced):
#6 0x00007ff512c0b5f3 in LZWDecode (tif=0x7ff4b8074a60, op0=<optimized out>, occ0=<optimized out>, s=<optimized out>) at tif_lzw.c:433
#7 0x00007ff512c1a2d9 in TIFFReadEncodedStrip (tif=0x7ff4b8074a60, strip=38, buf=0x7ff4b811e8d0, size=2083200) at tif_read.c:357
#8 0x00007ff51f5b4eaa in Digikam::TIFFLoader::load (this=0x7ff4dad7b320, filePath=..., observer=0x761a2a0) at /usr/src/debug/digikam-3.5.0/core/libs/dimg/loaders/tiffloader.cpp:329
#9 0x00007ff51f58d56e in Digikam::DImg::load (this=this@entry=0x7ff4dad7b490, filePath=..., loadFlagsInt=13, observer=observer@entry=0x761a2a0, rawDecodingSettings=...) at /usr/src/debug/digikam-3.5.0/core/libs/dimg/dimg.cpp:449
#10 0x00007ff51f58e29a in Digikam::DImg::load (this=this@entry=0x7ff4dad7b490, filePath=..., loadMetadata=loadMetadata@entry=false, loadICCData=<optimized out>, loadUniqueHash=loadUniqueHash@entry=false, loadImageHistory=loadImageHistory@entry=false, observer=0x761a2a0, rawDecodingSettings=...) at /usr/src/debug/digikam-3.5.0/core/libs/dimg/dimg.cpp:403
It crash in libtiff... Hugin generate bugous TIFF files ? Can you share a suspected tiff file to reproduce in local. Gilles Caulier digiKam 4.0.0 is out : http://www.digikam.org/node/713 Please check if this entry still valid with this new version. Thanks in advance Gilles Caulier *** Bug 338586 has been marked as a duplicate of this bug. *** As the crash is in Tiff library, please report this file as UPSTREAM to TiffLib project : http://www.remotesensing.org/libtiff/ Gilles Caulier Ok, now I remember that hugin was running in the background when I had the crashes, putting its temporary tiff files in a digikam folder *** Bug 345427 has been marked as a duplicate of this bug. *** Created attachment 95613 [details]
New crash information added by DrKonqi
digikam (4.14.0) on KDE Platform 4.14.6 using Qt 4.8.6
- What I was doing when the application crashed:
I was creating panoramas with Hugin. I think that temporary TIFF files created by Hugin could be crashed Digikam.
-- Backtrace (Reduced):
#7 0x00007fd9218b1c8d in TIFFReadEncodedStrip () from /usr/lib/x86_64-linux-gnu/libtiff.so.5
[...]
#9 0x00007fd929230b49 in Digikam::TIFFLoader::load (this=this@entry=0x7fd8d8cd51a0, filePath=..., observer=observer@entry=0x568a300) at /build/digikam-t8Uelg/digikam-4.14.0/core/libs/dimg/loaders/tiffloader.cpp:531
#10 0x00007fd9292058f6 in Digikam::DImg::load (this=this@entry=0x7fd8d8cd5340, filePath=..., loadFlagsInt=13, observer=observer@entry=0x568a300, rawDecodingSettings=...) at /build/digikam-t8Uelg/digikam-4.14.0/core/libs/dimg/dimg.cpp:453
#11 0x00007fd9292068aa in Digikam::DImg::load (this=this@entry=0x7fd8d8cd5340, filePath=..., loadMetadata=loadMetadata@entry=false, loadICCData=<optimized out>, loadUniqueHash=loadUniqueHash@entry=false, loadImageHistory=loadImageHistory@entry=false, observer=0x568a300, rawDecodingSettings=...) at /build/digikam-t8Uelg/digikam-4.14.0/core/libs/dimg/dimg.cpp:407
#12 0x00007fd9293f0a7c in Digikam::ThumbnailCreator::loadWithDImg (this=this@entry=0x2264640, path=..., profile=profile@entry=0x7fd8d8cd5440) at /build/digikam-t8Uelg/digikam-4.14.0/core/libs/threadimageio/thumbnailcreator.cpp:616
The crash appear in LZW tiff compression decoding. Perhaps your libtiff was complied without LZW support ? Gilles Caulier |