Hi All,

i am trying to build a project inside kdevelop, i wanted to run it within the internal debugger although i allready used this debugger before, but now i am having problems with the current software.

In my project i have some static initializers that will launch different threads. there are actually two threads that will be launched, does anybody know if this is a limitation of the kdevelop debugger? that it can not handle more than one thread.

I am launching the debugger and i all i get is in the stack window

No source #1 0xxxx in dl_main() from /lib/ld-linux.so.2

if i run the project with gdb from the command line it is working so only the internal debugger is not working.

Another problem is that with gdb from the command line i am forcing a segmentation fault on each error so that i get a stack but i am not getting anything except the first line where it breaks but this is not very helpful.

i have a dual core machine. suse linux 10.2 kdevelop version 3.5.7

thanks in Advance for any help

Elie