Comment 4 for bug 867631

Revision history for this message
Eugene San (eugenesan) wrote :

I've tried to follow your instructions, but without success.
Any suggestions?

--------------------------------------------------------------------------------------------------------------
xxx@host:~$ gdb gnome-settings-daemon
GNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08
Copyright (C) 2011 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 "i686-linux-gnu".
For bug reporting instructions, please see:
<http://bugs.launchpad.net/gdb-linaro/>...
Reading symbols from /usr/bin/gnome-settings-daemon...(no debugging symbols found)...done.
(gdb) break gdk_x_error
Function "gdk_x_error" not defined.
Make breakpoint pending on future shared library load? (y or [n])
(gdb) run --sync
Starting program: /usr/bin/gnome-settings-daemon --sync
[Thread debugging using libthread_db enabled]

** (gnome-settings-daemon:15990): WARNING **: Unknown option --sync
[Inferior 1 (process 15990) exited with code 01]
(gdb) bt
No stack.
--------------------------------------------------------------------------------------------------------------