Skip to content

Instantly share code, notes, and snippets.

@migueldeicaza
Created March 5, 2010 05:28
Show Gist options
  • Save migueldeicaza/322472 to your computer and use it in GitHub Desktop.
Save migueldeicaza/322472 to your computer and use it in GitHub Desktop.
(gdb) where
#0 0x98152732 in __kill ()
#1 0x98152724 in kill$UNIX2003 ()
#2 0x981e598d in raise ()
#3 0x981fba44 in abort ()
#4 0x002598f7 in decimalDivSub (pA=0x0, pB=0x4, pclo=0x2f3e20, pchi=0xbfffeb54, pExp=0x0) at decimal.c:1369
#5 0x00259959 in decimalDivSub (pA=0x2f3e20, pB=0x2f041f, pclo=0x542, pchi=0x2f07c4, pExp=0x0) at decimal.c:1384
#6 0x000ce7c8 in mono_remoting_mb_create_and_cache (key=0x664aa0, mb=0x0, sig=0x0, max_stack=0) at marshal.c:2415
#7 0x000ce835 in mono_remoting_mb_create_and_cache (key=0x664aa0, mb=0x0, sig=0x0, max_stack=0) at marshal.c:2415
#8 0x000cea19 in mono_remoting_mb_create_and_cache (key=0x664aa0, mb=0x0, sig=0x0, max_stack=0) at marshal.c:2435
#9 0x000c316b in mono_lookup_pinvoke_call (method=0xbfffed48, exc_class=0x7c73cc, exc_arg=0x664aa0) at loader.c:1354
#10 0x000c3d24 in mono_method_get_param_names (method=0xbfffed48, names=0x7c73cc) at loader.c:1771
#11 0x00433066 in MONO_DEBUGGER__using_debugger ()
#12 0x960a6e96 in -[NSCustomObject nibInstantiate] ()
#13 0x960a6ca4 in -[NSIBObjectData instantiateObject:] ()
#14 0x960a5faa in -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] ()
#15 0x960a4450 in loadNib ()
#16 0x960a3848 in +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] ()
#17 0x960a3759 in +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] ()
#18 0x960a36a4 in +[NSBundle(NSNibLoading) loadNibNamed:owner:] ()
#19 0x960a04a9 in NSApplicationMain ()
#20 0x007c74b6 in MONO_DEBUGGER__using_debugger ()
#21 0x007c7406 in MONO_DEBUGGER__using_debugger ()
#22 0x004a91b6 in MONO_DEBUGGER__using_debugger ()
#23 0x004a9224 in MONO_DEBUGGER__using_debugger ()
#24 0x0000dcc9 in emit_method_code (acfg=0x100241c, cfg=0x0) at aot-compiler.c:2550
#25 0x001c657e in handle_alloc_from_inst (cfg=0x100241c, klass=0x0, data_inst=0xbffff2c8, for_box=0) at method-to-ir.c:2991
#26 0x001c8822 in handle_isinst (cfg=0x100241c, klass=0x471e40, src=0x0) at method-to-ir.c:3144
#27 0x001c7b50 in handle_isinst (cfg=0x100241c, klass=0x0, src=0xbffff518) at method-to-ir.c:3126
#28 0x0009848a in can_access_type (access_klass=0x469e58, member_klass=0x616010) at class.c:8035
#29 0x000986c1 in can_access_type (access_klass=0xbffff408, member_klass=0xbffff4a8) at class.c:8071
#30 0x0009a5ce in mono_type_get_desc (res=0x2, type=0xbffff510, include_namespace=0) at debug-helpers.c:154
#31 0x000025af in ?? ()
#32 0x00002541 in ?? ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment