I just tried to run some Apps in gdb and noticed that this doesn't work anymore in some cases. If I run kwrite in gdb I get the following: gdb kwrite (gdb) run Starting program: /opt/kde32/bin/brockenboring Can't access /opt/kde32/bin/../lib/kde3/brockenboring.la Program exited with code 01. (gdb) Running kwrite without gdb segfaults. And trying to run klipper gives me this: gdb klipper (gdb) run Starting program: /opt/kde32/bin/klipper ERROR: Communication problem with klipper, it probably crashed. Program exited with code 0377. (gdb) Running klipper without gdb works fine. I just rebuilt everything yesterday from head with --enable-debug. regards, Ralf