Skip to content

Instantly share code, notes, and snippets.

@jtoy
Created November 3, 2008 06:48
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 jtoy/21816 to your computer and use it in GitHub Desktop.
Save jtoy/21816 to your computer and use it in GitHub Desktop.
macruby debugging!
#0 0x91745aa7 in CFStringGetLength ()
#1 0x00297ea8 in rb_str_split_m ()
#2 0x002be165 in call_cfunc ()
#3 0x002cea93 in vm_call_method ()
#4 0x002c432e in vm_eval ()
#5 0x002ca8ab in vm_eval_body ()
#6 0x002d386d in rb_yield ()
#7 0x001cdfd5 in rb_ary_each ()
#8 0x002cea93 in vm_call_method ()
#9 0x002c432e in vm_eval ()
#10 0x002ca8ab in vm_eval_body ()
#11 0x002cbd8d in vm_call0 ()
#12 0x002e3cea in rb_ruby_to_objc_closure_handler_main ()
#13 0x002e3e3b in rb_ruby_to_objc_closure_handler ()
#14 0x95f17424 in ffi_closure_SYSV ()
#15 0x91c94b03 in -[NSApplication sendAction:to:from:] ()
#16 0x91c94a40 in -[NSControl sendAction:to:] ()
#17 0x91c948c6 in -[NSCell _sendActionFrom:] ()
#18 0x91e39707 in -[NSSearchFieldCell(NSSearchFieldCell_Local) _sendPartialString] ()
#19 0x924a31e3 in __NSFireTimer ()
#20 0x9172eb45 in CFRunLoopRunSpecific ()
#21 0x9172ecf8 in CFRunLoopRunInMode ()
#22 0x95906480 in RunCurrentEventLoopInMode ()
#23 0x95906299 in ReceiveNextEventCommon ()
#24 0x9590610d in BlockUntilNextEventMatchingListInMode ()
#25 0x91bc33ed in _DPSNextEvent ()
#26 0x91bc2ca0 in -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] ()
#27 0x91bbbcdb in -[NSApplication run] ()
#28 0x91b88f14 in NSApplicationMain ()
#29 0x95f171dd in .LCFI1 ()
#30 0x95f17771 in ffi_call ()
#31 0x002e3a20 in rb_bsfunc_call ()
#32 0x002ce6e2 in vm_call_method ()
#33 0x002c432e in vm_eval ()
#34 0x002ca8ab in vm_eval_body ()
#35 0x002cab14 in rb_iseq_eval ()
#36 0x001f6869 in ruby_exec_node ()
#37 0x001f9860 in ruby_run_node ()
#38 0x002de45b in macruby_main ()
#39 0x00001fed in main (argc=1, argv=0xbfffef68) at /Users/jtoy/projects/sanbit/iphone/movies/rubydict/main.m:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment