Good. Yet another step and we should know where the problem really comes
from - it seems to be a D-Bus problem.

Could you try 'sudo G_DEBUG="fatal_criticals" gdb system-tools-backends' again, 
but then do:
break get_destination
run

and when the breakpoint is reached
print dbus_message_get_path (message)
print dbus_message_get_interface (message)
print dbus_message_get_sender (message)
print dbus_message_get_signature (message)
print dbus_message_get_error_name (message)

Then enter 'next' until the program aborts (should take about 10 lines).
If it exceeds 20 lines, then use 'continue' to get to the next message
and repeat the procedure from the above 'print' calls.

-- 
[users-admin] deleting a user doesn't work
https://bugs.launchpad.net/bugs/458883
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-system-tools in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to