Version: (using KDE 4.0.0) Installed from: Gentoo Packages Compiler: g++ (GCC) 4.2.2 (Gentoo 4.2.2 p1.0) OS: Linux I recently reinstalled my entire system with KDE 4.0.0 on my gentoo laptop. When I unplug the power cable, kde crashes and returns back to the console with the following message in dmesg: [ 2794.634239] klauncher[30610]: segfault at 00000000000000c9 rip 000000345f021cfb rsp 00007fffd07c9130 error 4. This is my first KDE bug report, and I don't know exactly what other information would be needed, so please ask if you need additional information, or if there is anything I can do. Thanks,
Hum, problem seems to have disappear; do not know exactly what was wrong, but after recompiling every kde-related packages, I'm longer having this problem.
On Friday 25 January 2008, Julien BIBOLLET wrote: > I don't know exactly what other information would be needed The backtrace of the crash, next time :) If a drkonqi window doesn't appear (I guess klauncher is a special case), then you need to ulimit -c unlimited export KDE_DEBUG=1 and open gdb with the core file that the crashing application will have generated.