Bug 156651 - klauncher segfault when unplugging power cable
Summary: klauncher segfault when unplugging power cable
Status: RESOLVED WORKSFORME
Alias: None
Product: kdelibs
Classification: Unmaintained
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR crash
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-25 16:14 UTC by julien.bibollet
Modified: 2008-01-28 16:11 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.