GNU gdb (GDB) 6.8.50.20090628-cvs-debian Copyright (C) 2009 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later 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: ... (gdb) break oobs-session.c:308 No source file named oobs-session.c. Make breakpoint pending on future shared library load? (y or [n]) Breakpoint 1 (oobs-session.c:308) pending. (gdb) run Starting program: /usr/bin/users-admin [Thread debugging using libthread_db enabled] (users-admin:3859): GLib-GIO-WARNING **: g_simple_async_result_complete() called from outside main loop! (users-admin:3859): GLib-GIO-WARNING **: g_simple_async_result_complete() called from outside main loop! (users-admin:3859): GLib-GIO-WARNING **: g_simple_async_result_complete() called from outside main loop! Breakpoint 1, oobs_session_get_platform (session=0x80b8128, platform=0x0) at oobs-session.c:308 308 oobs-session.c: No such file or directory. in oobs-session.c (gdb) print priv-->dbus_error.message $1 = 0x8358f48 "Launch helper exited with unknown return code 0" (gdb) continue Continuing. [New Thread 0xb235db70 (LWP 3866)] [Thread 0xb235db70 (LWP 3866) exited] Program exited with code 0377. (gdb)