Dear Friends,
thanks for the great work again. Just came back from a trip and immediately tried to compile 0.9.1 Somehow I must have made something terribly wrong: [root@www exiv2-0.13]# digikam terminate called after throwing an instance of 'Exiv2::Error' Abgebrochen [root@www exiv2-0.13]# Could it be that I have remainders of an old exiv hanging in the system? Comments Welcome David _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Hi David,
I have fixed a similar crash into libkexiv2. This shared library have been released to 0.1.1 just before digiKam 0.9.1 final release. Please update and try again. For more info about the bug fix, look here : http://bugs.kde.org/show_bug.cgi?id=141980 Gilles Caulier 2007/3/7, David Preuss <
[hidden email]>: Dear Friends, _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Hi Gilles,
I already used the latest version I think: from ChangeLog 2007-02-20 17:22 cgilles * [r635684] libkexiv2/kexiv2.cpp: libkexiv2 from trunk : sanity check if QByteArray are null size everywhere Feedback welcome... CCBUGS:141980 Also when I compiled with --enable-debug=full I get the same output. Do you have some other suggestions. Thanks, David Gilles Caulier schrieb: > Hi David, > > I have fixed a similar crash into libkexiv2. This shared library have > been released to 0.1.1 just before digiKam 0.9.1 final release. Please > update and try again. > > For more info about the bug fix, look here : > > http://bugs.kde.org/show_bug.cgi?id=141980 > > Gilles Caulier > > 2007/3/7, David Preuss < [hidden email] > <mailto:[hidden email]>>: > > Dear Friends, > > thanks for the great work again. Just came back from a trip and > immediately tried to compile 0.9.1 > > Somehow I must have made something terribly wrong: > > [root@www exiv2-0.13]# digikam > terminate called after throwing an instance of 'Exiv2::Error' > Abgebrochen > [root@www exiv2-0.13]# > > Could it be that I have remainders of an old exiv hanging in the > system? > > Comments Welcome > > David > _______________________________________________ > Digikam-users mailing list > [hidden email] <mailto:[hidden email]> > https://mail.kde.org/mailman/listinfo/digikam-users > > > ------------------------------------------------------------------------ > > _______________________________________________ > Digikam-users mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-users > _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
2007/3/8, David Preuss <[hidden email]>: Hi Gilles, yes, Give me a full GDB backtrace with --enable-debug=full, and try to find witch image crash digiKam during startup. After send me the backtrace and the suspected image. I will try to reproduce the problem here. Gilles Thanks, _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Dear Gilles,
thank you for the input. I tried to do it but maybe I didn't understand. I configured everything with --enable-debug=full and then started digikam again. I got the same output. Then I started from within gdb and got the following output [Thread debugging using libthread_db enabled] [New Thread -1208206688 (LWP 3893)] terminate called after throwing an instance of 'Exiv2::Error' Program received signal SIGABRT, Aborted. [Switching to Thread -1208206688 (LWP 3893)] 0x0063e402 in __kernel_vsyscall () What did I wrong? Can you also give me a hand on what to do if I want to manually clean up the system? What files do I have to delete? I maybe try to remove everything and install from scratch. Last but not least: Thank you soo much for the help (all of you guys, but especially Gilles). I look forward to use my most important software again (I started shaking already ;-)) Thank you David > > Give me a full GDB backtrace with --enable-debug=full, and try to find > witch image crash digiKam during startup. > > After send me the backtrace and the suspected image. I will try to > reproduce the problem here. > _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Dear Gilles,
I found how to make the backtrace; #0 0x00bc2402 in __kernel_vsyscall () #1 0x00ffad40 in raise () from /lib/libc.so.6 #2 0x00ffc591 in abort () from /lib/libc.so.6 #3 0x00fa8489 in __gnu_cxx::__verbose_terminate_handler () from /usr/local/lib/libstdc++.so.6 #4 0x00fa5e15 in __gxx_personality_v0 () from /usr/local/lib/libstdc++.so.6 #5 0x00fa5e52 in std::terminate () from /usr/local/lib/libstdc++.so.6 #6 0x00fa5fba in __cxa_throw () from /usr/local/lib/libstdc++.so.6 #7 0x07b9057b in Exiv2::ExifTags::registerMakerTagInfo () from /usr/lib/libexiv2-0.12.so #8 0x07b8a2b1 in Exiv2::SigmaMakerNote::RegisterMn::RegisterMn () from /usr/lib/libexiv2-0.12.so #9 0x07b8a56b in Exiv2::SigmaMakerNote::RegisterMn::RegisterMn () from /usr/lib/libexiv2-0.12.so #10 0x07ba7dc6 in Exiv2::StringValue::~StringValue$delete () from /usr/lib/libexiv2-0.12.so #11 0x07b3229d in _init () from /usr/lib/libexiv2-0.12.so #12 0x00d66fc3 in call_init () from /lib/ld-linux.so.2 #13 0x00d670d3 in _dl_init_internal () from /lib/ld-linux.so.2 #14 0x00d5990f in _dl_start_user () from /lib/ld-linux.so.2 David _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Ok,
This crash sound like you have multiple version of Exiv2 installed in your computer. The crash sound different than this bug : <a href="http://bugs.kde.org/show_bug.cgi?id=141980" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> http://bugs.kde.org/show_bug.cgi?id=141980 But check if you have more than one libexiv2*.so in /usr/lib/ directory. only the 0.12 release must be installed... Gilles
2007/3/11, David Preuss <[hidden email]>: Dear Gilles, _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Dear Gilles,
<snip> But check if you have more than one libexiv2*.so in /usr/lib/ directory. only the 0.12 release must be installed... </snip> after uninstalling everything, I managed to install digikam. Now I have two new problems: 1. All imageplugins are gone. They are shown in the settings dialog under imageplugins (30 plugins found), but not in the image dialog. Also I cannot find the RAW converter tool anymore in the tools dialog. 2. When I open digikam the fonts are shifting to the top from left to right. Looks like this: gggggghhhhhh eeeeefffff ccccdddd aaabbb Do you have again some helpful hint for me? Thank you very much, David _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Free forum by Nabble | Edit this page |