Ok Milan, this is what i got ;)
ja...@sion:~$ sudo G_DEBUG="fatal_criticals" gdb system-tools-backends
[sudo] password for jaime: 
GNU gdb (GDB) 7.0-ubuntu
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/sbin/system-tools-backends...Reading symbols from 
/usr/lib/debug/usr/sbin/system-tools-backends...done.
(no debugging symbols found)...done.
(gdb) break get_destination
Breakpoint 1 at 0x804b296: file dispatcher.c, line 297.
(gdb) run
Starting program: /usr/sbin/system-tools-backends 
[Thread debugging using libthread_db enabled]

Breakpoint 1, get_destination (message=0x8056940) at dispatcher.c:297
297     dispatcher.c: No such file or directory.
        in dispatcher.c
(gdb) print dbus_message_get_path (message)
$1 = 134572544
(gdb) print dbus_message_get_interface (message)
$2 = 134572576
(gdb) print dbus_message_get_sender (message)
$3 = 134572648
(gdb) print dbus_message_get_signature (message)
$4 = 2529211
(gdb) print dbus_message_get_error_name (message)
$5 = 0
(gdb) next
294     in dispatcher.c
(gdb) next
297     in dispatcher.c
(gdb) next
300     in dispatcher.c
(gdb) next
304     in dispatcher.c
(gdb) next
309     in dispatcher.c
(gdb) next
311     in dispatcher.c
(gdb) next
312     in dispatcher.c
(gdb) next
dispatch_stb_message (dispatcher=<value optimized out>, message=0x8056940, 
    serial=<value optimized out>) at dispatcher.c:425
425     in dispatcher.c
(gdb) next
422     in dispatcher.c
(gdb) next
425     in dispatcher.c
(gdb) next
427     in dispatcher.c
(gdb) next

** CRITICAL **: Could not get a valid destination, original one was: /
aborting...

Program received signal SIGABRT, Aborted.
0x0065a422 in __kernel_vsyscall ()
(gdb)

-- 
[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