Bugzilla – Bug 141946
powersaved crash
Last modified: 2006-02-17 11:31:03 UTC
# gdb powersaved GNU gdb 6.4 Copyright 2005 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "ppc-suse-linux"...Using host libthread_db library "/lib/tls/libthread_db.so.1". (gdb) r -v 3 Starting program: /usr/sbin/powersaved -v 3 Neither ACPI, nor APM is supported Program received signal SIGSEGV, Segmentation fault. 0x100204c8 in PM_Interface::start (this=0x1004ec08) at powersaved.cpp:442 442 if ( !acpidDied && FD_ISSET(hwEvent_fd, &temp_fd_set)){ (gdb) p hwEvent_fd $2 = -1
Already fixed in newer implementations and only valid for the "no acpi, no apm" case. Therefore lowering severity.
Andreas, can you please test the package from ftp://ftp.suse.com/pub/people/hmacht/10.0/ ?
Seems to work.
Not sure whether it is worth to do a you update for 10.0 for this issue. It is only valid for the no acpi, no apm case and fixed in newer versions...
WE won't update for 10.0.
So this is a WONTFIX I guess.