Skip to content

Instantly share code, notes, and snippets.

@travisbhartwell
Created June 15, 2010 02:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save travisbhartwell/438631 to your computer and use it in GitHub Desktop.
Save travisbhartwell/438631 to your computer and use it in GitHub Desktop.
(gdb) run
Starting program: /usr/bin/nvidia-settings
[Thread debugging using libthread_db enabled]
** (nvidia-settings:3303): CRITICAL **: menu_proxy_module_load: assertion `dbusproxy != NULL' failed
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff52e4eaf in IA__g_main_context_prepare (context=0x7d61f0, priority=<value optimized out>) at /build/buildd/glib2.0-2.24.1/glib/gmain.c:2280
2280 /build/buildd/glib2.0-2.24.1/glib/gmain.c: No such file or directory.
in /build/buildd/glib2.0-2.24.1/glib/gmain.c
(gdb) bt
#0 0x00007ffff52e4eaf in IA__g_main_context_prepare (context=0x7d61f0, priority=<value optimized out>) at /build/buildd/glib2.0-2.24.1/glib/gmain.c:2280
#1 0x00007ffff52e5318 in g_main_context_iterate (context=0x7d61f0, block=<value optimized out>, dispatch=<value optimized out>, self=<value optimized out>) at /build/buildd/glib2.0-2.24.1/glib/gmain.c:2571
#2 0x00007ffff52e5c55 in IA__g_main_loop_run (loop=0x197be30) at /build/buildd/glib2.0-2.24.1/glib/gmain.c:2799
#3 0x00007ffff78f4dc7 in IA__gtk_main () at /build/buildd/gtk+2.0-2.20.1/gtk/gtkmain.c:1219
#4 0x000000000041624d in ?? ()
#5 0x000000000040d358 in ?? ()
#6 0x00007ffff47d9c4d in __libc_start_main () from /lib/libc.so.6
#7 0x000000000040ae09 in ?? ()
#8 0x00007fffffffe1d8 in ?? ()
#9 0x000000000000001c in ?? ()
#10 0x0000000000000001 in ?? ()
#11 0x00007fffffffe4d7 in ?? ()
#12 0x0000000000000000 in ?? ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment