[Goodies-dev] [Bug 4690] xfce4-sensors-plugin crashed with SIGSEGV in free() at every reboot

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Mon Mar 23 20:42:57 CET 2009


http://bugzilla.xfce.org/show_bug.cgi?id=4690





--- Comment #8 from timystery <timystery at arcor.de>  2009-03-23 19:42:55 UTC ---
Hey,

well first of all, you could have tried to simply run the plain binary program
xfce4-sensors which -- who would expect -- links to the very same library with
al lthe hddtemp stuff inside. This executable could be seen in your
installation logs etc.

Anyway, you're right about what breaks it that uninitialized variables couldn't
be free properly with *new* versions of gcc; I didn't have any problems
earlier.

Sorry to tell, moving variable declaration inside C code is *not* a solution
because of 1) variables should be declared at the beginning 2) it would not
resolve your issues when any of the mentioned else if branches would be
entered.

SVN will soon contain initialization to NULL which should work. Thanks to the
guy that pointed that out and thanks to you for reporting and all the efforts
you investigated when submitting the bugs at Debian.

(In reply to comment #7)

-- 
Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Goodies-dev mailing list