Comment 34 for bug 458883

Revision history for this message
Milan Bouchet-Valat (nalimilan) wrote :

OK, this sound more logical.

Any chance you could run the system-tools-backends in gdb to identify the precise source of the error? You should install the debug packages for your version (2.8.2-1) and architecture from
http://ddebs.ubuntu.com/pool/main/s/system-tools-backends/
Then you should run
sudo G_DEBUG="fatal_criticals" gdb system-tools-backends
which will make the program abort on the waring. Then you can type 'ba' to get the trace. Please paste it here - you can then quit using 'q' and 'y'.