[Digikam-devel] Include file firstrunUI.h missing, other beginner questions
Peter Heckert
lists at hphsite.de
Thu Apr 6 20:25:51 BST 2006
Gilles Caulier wrote:
> Le Jeudi 6 Avril 2006 00:02, Peter Heckert a écrit :
>> Gilles Caulier wrote:
>>> I cannot reproduce this problem here.
>>>
>>> When kdevelop is frozen, have you any messages from embedded gdb console.
>>> And if you start kdevelop from a console, have you any error messages ?
It is not kdevelop that freezes, it is the digikam app that freezes.
When this happens, then it is gdb that consumes 100% cpu time.
It happens only, when I singlestep over the very first invokation of "new".
> Strange. I recommend you to update to Kdevelop 3.2.2 version.
>
I believe, it is a misbehaviour of gdb.
It doesnt happen, when I set the first breakpoint behind the first "new"
invocation.
So I wrote a dummy "new" invokation
uchar *test = new uchar[0];
at the very beginning of my routine and this avoids the problem. (So I
have my first memory leak *g*.
(possibly I could see the reason for the problem when debugging assembly
code, but I dont know how to do this in gdb)
Anyway, I can avoid the problem and I am up and running now.
peter
More information about the Digikam-devel
mailing list