Bug 156651

Summary: klauncher segfault when unplugging power cable
Product: [Unmaintained] kdelibs Reporter: julien.bibollet
Component: generalAssignee: kdelibs bugs <kdelibs-bugs-null>
Status: RESOLVED WORKSFORME    
Severity: crash    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description julien.bibollet 2008-01-25 16:14:15 UTC
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,
Comment 1 julien.bibollet 2008-01-28 08:32:51 UTC
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.
Comment 2 David Faure 2008-01-28 16:11:08 UTC
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.