Version: (using KDE KDE 3.3.2) Installed from: Gentoo Packages Compiler: gcc-3.3.5-r1 OS: Linux Every time I start Digikam-0.7.2 it crashes. when I start it from Konsole it says: digikam: WARNING: [void AlbumFolderView::loadAlbumState()] Failed to open albumtreestate.bin The splash screen is shown and "Loading Cameras" and then it crashes each time. I've recompilote digikam libgphoto2 gphoto2 and the other dependencies. Installing Digikam 0.6.2 works fine. But 0.7.2 doesn't. The KDE-Crashmanager says : (no debugging symbols found)...Using host libthread_db library "/lib/libthread_db.so.1". (no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...[Thread debugging using libthread_db enabled] [New Thread 16384 (LWP 29387)] 0x4e2267e8 in waitpid () from /lib/libpthread.so.0 #0 0x4e2267e8 in waitpid () from /lib/libpthread.so.0 #1 0x4ef05124 in ?? () from /usr/kde/3.3/lib/libkdecore.so.4 #2 0x4ee28790 in KCrash::defaultCrashHandler(int) () from /usr/kde/3.3/lib/libkdecore.so.4 On my other PC I installed Digikam 0.7.2 too and it works fine. I am using Gentoo on both PCs. Thanks a lot
sounds like a broken installation. compile with a debugging support and send the full backtrace.
how can I compile with a debugging support
compile like normal, only add the option --enable-debug=full to the ./configure command.
I am using Gentoo so the .configure ist generated automatically when I do "emerge digikam". So I did "USE="debug" EXTRA_ECONF="--enable-debug=full" emerge digikam" When I start Digikam now the KDE-Crash-Manager shows the same thing-no changes. Thanks
Please ensure that "nostrip" is in your FEATURES. (copied from http://amarok.kde.org/wiki/index.php/Installation_HowTo)
I did recompile with nostrip but no changes. Perhaps it's because of my use-flags? USE="divx4linux i8x0 win32codecs real dvdread pic X -gtk -gnome sdl alsa arts jack kde qt xine pda usb ppds foomaticdb gimpprint cupssse sse2 mmx dvd cdr gimpprint samba wifi mplayer sdk"
compile from source (without using gentoo ebuilds) and send us a backtrace. thanks
everything works fine now thank you I recompiled my Gentoo installation
thanks for letting us know