Skip to content

Instantly share code, notes, and snippets.

@sander
Created March 18, 2009 18:19
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 sander/81297 to your computer and use it in GitHub Desktop.
Save sander/81297 to your computer and use it in GitHub Desktop.
(gdb) bt
#0 0xb68ce560 in object_instance_new_resolve (context=0xa3229a0,
obj=0xa3c0a60, id=171127372, flags=0, objp=0xbf9824d8) at gi/object.c:392
#1 0xb6877351 in ?? () from /usr/lib/xulrunner-1.9.0.7/libmozjs.so
#2 0xb6877c33 in ?? () from /usr/lib/xulrunner-1.9.0.7/libmozjs.so
#3 0xb6877df9 in ?? () from /usr/lib/xulrunner-1.9.0.7/libmozjs.so
#4 0xb6876149 in ?? () from /usr/lib/xulrunner-1.9.0.7/libmozjs.so
#5 0xb68766ea in ?? () from /usr/lib/xulrunner-1.9.0.7/libmozjs.so
#6 0xb68a1fce in js_ValueToString ()
from /usr/lib/xulrunner-1.9.0.7/libmozjs.so
#7 0xb683f16a in JS_ValueToString ()
from /usr/lib/xulrunner-1.9.0.7/libmozjs.so
#8 0xb700d6a4 in gjs_log (context=0xa3c0a60, obj=0xa3373c0, argc=1,
argv=0xa34017c, retval=0xbf982714) at gjs/context.c:113
#9 0xb686fdb1 in js_Invoke () from /usr/lib/xulrunner-1.9.0.7/libmozjs.so
#10 0xb6863bcc in ?? () from /usr/lib/xulrunner-1.9.0.7/libmozjs.so
#11 0xb686fe00 in js_Invoke () from /usr/lib/xulrunner-1.9.0.7/libmozjs.so
#12 0xb687002f in ?? () from /usr/lib/xulrunner-1.9.0.7/libmozjs.so
#13 0xb68664f3 in ?? () from /usr/lib/xulrunner-1.9.0.7/libmozjs.so
#14 0xb686f67a in ?? () from /usr/lib/xulrunner-1.9.0.7/libmozjs.so
#15 0xb683ba0f in JS_EvaluateUCScriptForPrincipals ()
from /usr/lib/xulrunner-1.9.0.7/libmozjs.so
#16 0xb683ba83 in JS_EvaluateUCScript ()
from /usr/lib/xulrunner-1.9.0.7/libmozjs.so
#17 0xb683dc14 in JS_EvaluateScript ()
from /usr/lib/xulrunner-1.9.0.7/libmozjs.so
#18 0xb700c8d4 in gjs_context_eval (js_context=0xa319478,
script=0xb68f93fc "const Main = imports.ui.main; Main.start();",
script_len=-1, filename=0xb68f9345 "<main>", exit_status_p=0xbf982fd4,
error=0xbf982fd8) at gjs/context.c:555
#19 0xb68e35a2 in gnome_shell_plugin_constructed (object=0x9ff7020)
at gnome-shell-plugin.c:198
#20 0xb77e431e in g_object_newv () from /usr/lib/libgobject-2.0.so.0
#21 0xb77e4812 in g_object_new_valist () from /usr/lib/libgobject-2.0.so.0
#22 0xb77e495e in g_object_new () from /usr/lib/libgobject-2.0.so.0
#23 0x080c0e7c in mutter_plugin_manager_initialize (plugin_mgr=0xa30db38)
at compositor/mutter/mutter-plugin-manager.c:76
#24 0x080bdc24 in clutter_cmp_manage_screen (compositor=0xa30b370,
screen=0xa305800) at compositor/mutter/compositor-mutter.c:1922
#25 0x0807007e in enable_compositor (display=<value optimized out>,
composite_windows=0) at core/display.c:297
#26 0x08074c86 in meta_display_open () at core/display.c:754
#27 0x080809f9 in main (argc=1, argv=0xbf983c24) at core/main.c:709
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment