Bugzilla – Bug 104382
SIGSEGV in KPowersave
Last modified: 2007-06-05 11:04:21 UTC
When "YaST2 Power-Management-Modul starten" from the context menu of KPowersave's tray icon is selected, the application exits with a SEGV. Selecting YaST2 Power management from the YaST menu works as expected. The backtrace will be attached. Test System: FSC AMILO Pro8010, Intel Centrino 915 chipset (Pentium M 1.73GHz)
Created attachment 45898 [details] Backtrace of SEGV
hmm, introduced by seife. fix is: --- src/kpowersave.cpp +++ src/kpowersave.cpp @@ -60,6 +60,7 @@ kpowersave::kpowersave() : KSystemTray(0, "kpowersave"), DCOPObject("KPowersaveIface") { myDebug ("kpowersave::kpowersave"); + yast2 = 0L; new_screen = new screen(); pdaemon = new pDaemon(); current_settings = new settings();
i'm on vacation, Danny will fix this. Thanks for spotting the bug.
fixed usage off KProcess within kpowersave and closed some related memoryleaks. Please test again in beta2.
Works perfectly with beta2. Thanks for fixing...