[Bug 119315] New: digikam crashes when viewing a photo

classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

[Bug 119315] New: digikam crashes when viewing a photo

Oliver Dörr
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=119315         
           Summary: digikam crashes when viewing a photo
           Product: digikam
           Version: 0.8.1-svn
          Platform: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: crash
          Priority: NOR
         Component: Image Editor
        AssignedTo: digikam-devel kde org
        ReportedBy: oliver doerr-privat de


Version:           0.8.1-svn (using KDE 3.4.2 Level "b" , SUSE 10.0)
Compiler:          Target: i586-suse-linux
OS:                Linux (i686) release 2.6.13-15-default

I've got some photos that could the image editor from digikam not display. Everytime i'll try it the application crashes. All i see is the followuing output from stdout/stderr.

Findings for /jukebox/fotos/2005-12/IMG_5273.JPG:
Make   is "Canon"
Model  is "Canon PowerShot A80"
Ungültige Adresse        (<- means invalid address)
digikam: WARNING: Running dcraw command : dcraw -c -q -2 -w -a '/jukebox/fotos/2005-12/IMG_5273.JPG'
/jukebox/fotos/2005-12/IMG_5273.JPG: Cannot decode Canon PowerShot A80 JPEG images.
digikam: WARNING: Not a raw digital camera image.
***** Imlib2 Developer Warning ***** :
        This program is calling the Imlib call:

        imlib_image_get_data_for_reading_only();

        With the parameter:

        image

        being NULL. Please fix your program.
*** glibc detected *** double free or corruption (!prev): 0x085abe18 ***


Any help wpuld be nice
Oliver
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 119315] digikam crashes when viewing a photo

Gilles Caulier
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=119315         




------- Additional Comments From caulier.gilles free fr  2005-12-31 17:57 -------

JPEG file cannot be decoding using dcraw. It's strange because image file to load is parsed in this order : JPEG, RAW, PNG, TIFF, etc...

I can reproduce this problem here with my jpeg files. Are you sure that you have a fresh checkout of svn ? Are you sure that your JPEG files aren't corrupted ? Can you put online your file to testing ?

Gilles Caulier
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 119315] digikam crashes when viewing a photo

Oliver Dörr
In reply to this post by Oliver Dörr
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=119315         




------- Additional Comments From oliver doerr-privat de  2005-12-31 18:06 -------
and here is one of the files...

Oliver

BTW: Happy new year ;-)


Gilles Caulier wrote:
[bugs.kde.org quoted mail]
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 119315] digikam crashes when viewing a photo

Oliver Dörr
In reply to this post by Oliver Dörr
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=119315         




------- Additional Comments From oliver doerr-privat de  2005-12-31 18:19 -------
Hi Gilles,

i've made a checkout a few hours ago and installed it. So it should be a fresh one. Of course i'm not sure whether my JPEG files are corrupt. It's no problem to look at them with other applications like konqueror and gimp.

I don't know where testing is and so i will send you the file to your mail adress.

Oliver
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 119315] digikam crashes when viewing a photo

Gilles Caulier
In reply to this post by Oliver Dörr
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=119315         




------- Additional Comments From caulier.gilles free fr  2006-01-01 10:01 -------
SVN commit 493015 by cgilles:

Digikam 0.9.0 from stable : fix RAW file support backported from trunk. Removed static dcraw_parse method depency and added an image file format analys in imlibinterface to prevent any loading order problem with dcraw.
CCBUG: 119315
CCMAIL: digikam-devel kde org

 M  +1 -0      kioslave/Makefile.am  
 M  +8 -8      kioslave/digikamthumbnail.cpp  
 M  +152 -84   utilities/imageeditor/imlibinterface.cpp   [POSSIBLY UNSAFE: popen,scanf]
 M  +13 -0     utilities/imageeditor/imlibinterface.h
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 119315] digikam crashes when viewing a photo

Oliver Dörr
In reply to this post by Oliver Dörr
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=119315         




------- Additional Comments From oliver doerr-privat de  2006-01-01 12:34 -------
Hi Gilles,

this fixed that issue.

Thanks
Oliver
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 119315] digikam crashes when viewing a photo

Gilles Caulier
In reply to this post by Oliver Dörr
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=119315         
caulier.gilles free fr changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From caulier.gilles free fr  2006-01-01 12:49 -------
*** Bug has been marked as fixed ***.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel