<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
efpost schrieb:
<blockquote cite="mid44F3506F.6050807@web.de" type="cite">
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
Caulier Gilles schrieb:
  <blockquote cite="mid200608282056.16965.caulier.gilles@kdemail.net"
 type="cite">
    <pre wrap="">Le Lundi 28 Août 2006 17:56, Duncan Hill a écrit :
  </pre>
    <blockquote type="cite">
      <pre wrap="">efpost wrote:
    </pre>
      <blockquote type="cite">
        <pre wrap="">I can't give any specific error messages, because the crash just evokes
the KDE-Crashmanager with Signal 11 (SIGSEGV). Back trace is not
possible.
      </pre>
      </blockquote>
      <pre wrap="">For the compiled version, use this:

./configure  --enable-debug=full

Then invoke digikam from the command line.  a) you'll get console
output, and b) you'll get a full core in the kde crash handler.
_______________________________________________

    </pre>
    </blockquote>
    <pre wrap=""><!---->
Look in HACKING file. There are instructions to report a backtrace using GDB

Gilles Caulier
_______________________________________________

  </pre>
  </blockquote>
I did. But entering "gdb digikam" into console gives <br>
  <br>
bash: gdb: command not found.<br>
  <br>
Udo<br>
  <br>
</blockquote>
----------------------------<br>
<br>
Sorry,<br>
I had to install gdb first (never used a debugger before)<br>
<br>
Now I have the following backtrace from kde crah handler. Situation was
type 1 of my first post (clean start into existing database directory)<br>
<br>
<br>
Using host libthread_db library "/lib/tls/libthread_db.so.1".<br>
[Thread debugging using libthread_db enabled]<br>
[New Thread -1241233728 (LWP 26873)]<br>
[KCrash handler]<br>
#5  0xb60e62ad in mallopt () from /lib/tls/libc.so.6<br>
#6  0xb60e6942 in free () from /lib/tls/libc.so.6<br>
#7  0xb628a4e1 in operator delete () from /usr/lib/libstdc++.so.6<br>
#8  0xb62661ed in std::string::_Rep::_M_destroy ()<br>
   from /usr/lib/libstdc++.so.6<br>
#9  0xb6268d58 in std::basic_string<char,
std::char_traits<char>, std::allocator<char>
>::~basic_string () from /usr/lib/libstdc++.so.6<br>
#10 0xb7e4541b in Digikam::DMetadata::convertCommentValue (<br>
    exifDatum=@0x815b134) at dmetadata.cpp:1006<br>
#11 0xb7e460f1 in Digikam::DMetadata::getImageComment (this=0xbf827488)<br>
    at dmetadata.cpp:850<br>
#12 0xb7ce8dab in Digikam::ScanLib::storeItemInDatabase
(this=0xbf8277e8, <br>
    albumURL=@0xbf827528, filename=@0xbf827574, albumID=2) at
scanlib.cpp:397<br>
#13 0xb7ce9308 in Digikam::ScanLib::allFiles (this=0xbf8277e8, <br>
    directory=@0xbf827680) at scanlib.cpp:350<br>
#14 0xb7ce941a in Digikam::ScanLib::allFiles (this=0xbf8277e8, <br>
    directory=@0xbf827720) at scanlib.cpp:355<br>
#15 0xb7ce9fea in Digikam::ScanLib::findMissingItems (this=0xbf8277e8)<br>
    at scanlib.cpp:191<br>
#16 0xb7cea56f in Digikam::ScanLib::startScan (this=0xbf8277e8)<br>
    at scanlib.cpp:91<br>
#17 0xb7c8af92 in Digikam::AlbumManager::setLibraryPath
(this=0x8128fc0, <br>
    path=@0xbf8279e8) at albummanager.cpp:289<br>
#18 0x0804a85c in main (argc=-1209025432, argv=0xb61b0420) at
main.cpp:243<br>
<br>
<br>
Appreciate your help.<br>
Udo<br>
<br>
</body>
</html>