|
Bugzilla – Full Text Bug Listing |
| Summary: | SIGSEGV in KPowersave | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Alexander Schaefer <aschaefer> |
| Component: | KDE | Assignee: | Danny Kukawka <dkukawka> |
| Status: | VERIFIED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | kde-maintainers |
| Version: | Beta 1 | ||
| Target Milestone: | --- | ||
| Hardware: | i386 | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | Backtrace of SEGV | ||
|
Description
Alexander Schaefer
2005-08-12 12:57:10 UTC
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... |