Crash when manually added folder contains *.avi?

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

Crash when manually added folder contains *.avi?

Thies Eggers
Hi!

I just updated to 0.8.1 (KDE 3.5, SuSE 9.2). When I pointed DK to my old
picture folder and it started building the new database it crashed. Then
I started from the scratch creating a new folder for my pictures and
copied folder by folder in and then restarted DK.
But when I add a folder which contains a AVI file, DK crashes while
finding non-existing albums. Any ideas ?!?

Here is what I get from the shell:

TiE@Tux:~> digikam
digikam: ScanLib: Finding non-existing Albums: 4 ms
KCrash: Application 'digikam' crashing...
TiE@Tux:~>

Cheers, Thies

--
Thies Eggers          Tel: +46 (0)63 133 418
Önevägen 40 C         GSM: +46 (0)76 83 633 83
S - 83251 Frösön      URL: http://www.teggers.net
Sweden
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Crash when manually added folder contains *.avi?

Gilles Caulier
Le Vendredi 27 Janvier 2006 00:33, Thies Eggers a écrit :
> Hi!
>
> I just updated to 0.8.1 (KDE 3.5, SuSE 9.2). When I pointed DK to my old
> picture folder and it started building the new database it crashed. Then
> I started from the scratch creating a new folder for my pictures and
> copied folder by folder in and then restarted DK.
> But when I add a folder which contains a AVI file, DK crashes while
> finding non-existing albums. Any ideas ?!?


Any gdb backtrace please ?


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

Re: Crash when manually added folder contains *.avi?

Thies Eggers
Hi!

Gilles Caulier said the following on 27/01/06 06:10:
>
> Any gdb backtrace please ?
>

Attached is the KDE Crash Handler Output. I will provide more from gdb
after I've installed gdb and applied it with digikam.

Best regards,
Thies

--
Thies Eggers          Tel: +46 (0)63 133 418
Önevägen 40 C         GSM: +46 (0)76 83 633 83
S - 83251 Frösön      URL: http://www.teggers.net
Sweden

Using host libthread_db library "/lib/tls/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 1103095072 (LWP 5595)]
[KCrash handler]
#7  0x419d2da2 in exif_data_load_data () from /usr/lib/libexif.so.10
#8  0x419d30d4 in exif_data_new_from_data () from /usr/lib/libexif.so.10
#9  0x409e5fe6 in KExifData::readFromData () from /opt/kde3/lib/libkexif.so.1
#10 0x401b5b1a in Digikam::readJPEGMetaData ()
   from /opt/kde3/lib/libdigikam.so.0
#11 0x40119d0a in ScanLib::storeItemInDatabase ()
   from /opt/kde3/lib/libdigikam.so.0
#12 0x4011a688 in ScanLib::allFiles () from /opt/kde3/lib/libdigikam.so.0
#13 0x4011b686 in ScanLib::findMissingItems ()
   from /opt/kde3/lib/libdigikam.so.0
#14 0x4011c006 in ScanLib::startScan () from /opt/kde3/lib/libdigikam.so.0
#15 0x400b68b2 in AlbumManager::setLibraryPath ()
   from /opt/kde3/lib/libdigikam.so.0
#16 0x0804a680 in main ()

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

Re: Crash when manually added folder contains *.avi?

Thies Eggers
In reply to this post by Gilles Caulier


Gilles Caulier said the following on 27/01/06 06:10:
>
> Any gdb backtrace please ?
>

See attached file.

/TiE

--
Thies Eggers          Tel: +46 (0)63 133 418
Önevägen 40 C         GSM: +46 (0)76 83 633 83
S - 83251 Frösön      URL: http://www.teggers.net
Sweden

TiE@Tux:~> gdb digikam
GNU gdb 6.2.1
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i586-suse-linux"...Using host libthread_db library "/lib/tls/libthread_db.so.1".

(gdb) run
Starting program: /opt/kde3/bin/digikam
[Thread debugging using libthread_db enabled]
[New Thread 1103095072 (LWP 5820)]
digikam: ScanLib: Finding non-existing Albums: 6 ms

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1103095072 (LWP 5820)]
0x419d2da2 in exif_data_load_data () from /usr/lib/libexif.so.10
(gdb) bt
#0  0x419d2da2 in exif_data_load_data () from /usr/lib/libexif.so.10
#1  0x419d30d4 in exif_data_new_from_data () from /usr/lib/libexif.so.10
#2  0x409e5fe6 in KExifData::readFromData () from /opt/kde3/lib/libkexif.so.1
#3  0x401b5b1a in Digikam::readJPEGMetaData ()
   from /opt/kde3/lib/libdigikam.so.0
#4  0x40119d0a in ScanLib::storeItemInDatabase ()
   from /opt/kde3/lib/libdigikam.so.0
#5  0x4011a688 in ScanLib::allFiles () from /opt/kde3/lib/libdigikam.so.0
#6  0x4011b686 in ScanLib::findMissingItems ()
   from /opt/kde3/lib/libdigikam.so.0
#7  0x4011c006 in ScanLib::startScan () from /opt/kde3/lib/libdigikam.so.0
#8  0x400b68b2 in AlbumManager::setLibraryPath ()
   from /opt/kde3/lib/libdigikam.so.0
#9  0x0804a680 in main ()
(gdb) kill
Kill the program being debugged? (y or n) y
(gdb) quit
TiE@Tux:~>
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Crash when manually added folder contains *.avi?

Gilles Caulier
Le Samedi 28 Janvier 2006 15:43, Thies Eggers a écrit :
> Gilles Caulier said the following on 27/01/06 06:10:
> > Any gdb backtrace please ?
>
> See attached file.
>
> /TiE

digkam crash during exif parsing using libkexif. You have only avi files in
your album ? Witch release version you have about 'libkexif' and 'libexif' ?

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

Re: Crash when manually added folder contains *.avi?

Thies Eggers
Gilles Caulier said the following on 28/01/06 14:06:
>
> digkam crash during exif parsing using libkexif. You have only avi files in
> your album ? Witch release version you have about 'libkexif' and 'libexif' ?
>

It's a mixed album; both jpeg and avi.

libexif 0.6.10-2.2
libkexif 0.2.2-3

/TiE

--
Thies Eggers          Tel: +46 (0)63 133 418
Önevägen 40 C         GSM: +46 (0)76 83 633 83
S - 83251 Frösön      URL: http://www.teggers.net
Sweden
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Crash when manually added folder contains *.avi?

Gilles Caulier
Le Samedi 28 Janvier 2006 15:59, Thies Eggers a écrit :

> Gilles Caulier said the following on 28/01/06 14:06:
> > digkam crash during exif parsing using libkexif. You have only avi files
> > in your album ? Witch release version you have about 'libkexif' and
> > 'libexif' ?
>
> It's a mixed album; both jpeg and avi.
>
> libexif 0.6.10-2.2
> libkexif 0.2.2-3
>
> /TiE

Well remove all JPEG files and try again to check if the problem is relevant
of AVI files really...

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

Re: Crash when manually added folder contains *.avi?

Thies Eggers
Gilles Caulier said the following on 28/01/06 14:15:
>
> Well remove all JPEG files and try again to check if the problem is relevant
> of AVI files really...
>

Ok, sorry for the false alarm. It has nothing to do with the AVI files,
but with some of the JPEG files.
There had been some AVIs, some JPG from one camera and some others from
another camera. The latter ones caused the crash. When I try to open
these JPG in Konqueror it crashes too with the following output (in case
you might have a clue from that). But anyway many thanks for getting me
back on the right track!

Have a nice weekend,
Thies


Using host libthread_db library "/lib/tls/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 1096189216 (LWP 5545)]
[KCrash handler]
#7  0x42743da2 in exif_data_load_data () from /usr/lib/libexif.so.10
#8  0x427440d4 in exif_data_new_from_data () from /usr/lib/libexif.so.10
#9  0x426abd2d in ImageUtils::JPEGContent::loadFromData ()
    from /opt/kde3/lib/libgwenviewcore.so.1
#10 0x42698247 in
Gwenview::DocumentJPEGLoadedImpl::DocumentJPEGLoadedImpl ()
    from /opt/kde3/lib/libgwenviewcore.so.1
#11 0x426956ae in Gwenview::DocumentLoadingImpl::imageLoaded ()
    from /opt/kde3/lib/libgwenviewcore.so.1
#12 0x42696118 in Gwenview::DocumentLoadingImpl::qt_invoke ()
    from /opt/kde3/lib/libgwenviewcore.so.1
#13 0x408a8d6e in QObject::activate_signal ()
    from /usr/lib/qt3/lib/libqt-mt.so.3
#14 0x408a8ec3 in QObject::activate_signal_bool ()
    from /usr/lib/qt3/lib/libqt-mt.so.3
#15 0x426a367b in Gwenview::ImageLoader::imageLoaded ()
    from /opt/kde3/lib/libgwenviewcore.so.1
#16 0x426a41d2 in Gwenview::ImageLoader::finish ()
    from /opt/kde3/lib/libgwenviewcore.so.1
#17 0x426a452e in Gwenview::ImageLoader::slotImageDecoded ()
    from /opt/kde3/lib/libgwenviewcore.so.1
#18 0x426a4cbd in Gwenview::ImageLoader::qt_invoke ()
    from /opt/kde3/lib/libgwenviewcore.so.1
#19 0x408a8d6e in QObject::activate_signal ()
    from /usr/lib/qt3/lib/libqt-mt.so.3
#20 0x40bfc1c2 in QSignal::signal () from /usr/lib/qt3/lib/libqt-mt.so.3
#21 0x408c6103 in QSignal::activate () from /usr/lib/qt3/lib/libqt-mt.so.3
#22 0x408cdb23 in QSingleShotTimer::event ()
    from /usr/lib/qt3/lib/libqt-mt.so.3
#23 0x4084602f in QApplication::internalNotify ()
    from /usr/lib/qt3/lib/libqt-mt.so.3
#24 0x40847bf3 in QApplication::notify () from
/usr/lib/qt3/lib/libqt-mt.so.3
#25 0x4058a911 in KApplication::notify () from /opt/kde3/lib/libkdecore.so.4
#26 0x4083a80c in QEventLoop::activateTimers ()
    from /usr/lib/qt3/lib/libqt-mt.so.3
#27 0x407f3496 in QEventLoop::processEvents ()
    from /usr/lib/qt3/lib/libqt-mt.so.3
#28 0x4085dfc1 in QEventLoop::enterLoop () from
/usr/lib/qt3/lib/libqt-mt.so.3
#29 0x4085de06 in QEventLoop::exec () from /usr/lib/qt3/lib/libqt-mt.so.3
#30 0x40847abf in QApplication::exec () from /usr/lib/qt3/lib/libqt-mt.so.3
#31 0x417f2c8c in kdemain () from /opt/kde3/lib/libkdeinit_konqueror.so
#32 0x40018574 in kdeinitmain () from /opt/kde3/lib/kde3/konqueror.so
#33 0x0804e928 in launch ()
#34 0x0804f03c in handle_launcher_request ()
#35 0x0804f5f9 in handle_requests ()
#36 0x0804fe71 in main ()


--
Thies Eggers          Tel: +46 (0)63 133 418
Önevägen 40 C         GSM: +46 (0)76 83 633 83
S - 83251 Frösön      URL: http://www.teggers.net
Sweden
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users