Skip to content

Instantly share code, notes, and snippets.

@gunyarakun
Created December 19, 2012 13:00
Show Gist options
  • Save gunyarakun/4336494 to your computer and use it in GitHub Desktop.
Save gunyarakun/4336494 to your computer and use it in GitHub Desktop.
(gdb) bt
#0 rb_raise (exc=4303856840, fmt=0x1007a2825 "%s") at error.c:1574
#1 0x000000010078f2f2 in rb_cairo_check_status (status=CAIRO_STATUS_NO_MEMORY) at rb_cairo_exception.c:78
#2 0x000000010078bc07 in cr_show_page (self=4303641840) at rb_cairo_context.c:55
#3 0x00000001001354e0 in call_cfunc (func=0x10078bb80 <cr_show_page>, recv=4303641840, len=33146726, argc=2111128, argv=0x100440050) at vm_insnhelper.c:320
#4 0x000000010014028f in vm_call_cfunc [inlined] () at /Users/tasuku/.rvm/src/ruby-1.9.3-p327/vm_insnhelper.c:404
#5 0x000000010014028f in vm_call_method (th=0x7fff5fbfecc0, cfp=0x7fff5fbfecc0, num=33146726, blockptr=0x7fff5fbfecc0, flag=140734799801536, id=4321910752, me=0x1019b1f90, recv=4303641840) at vm_insnhelper.c:534
#6 0x000000010013bef5 in vm_exec_core (th=0x7fff5fbfeda0, initial=4300472056) at insns.def:1018
#7 0x0000000100140bfe in vm_exec (th=0x100304000) at vm.c:1223
#8 0x000000010014135e in rb_iseq_eval_main (iseqval=4328832920) at vm.c:1464
#9 0x0000000100039aaf in ruby_exec_internal (n=0x10204bf98) at eval.c:204
#10 0x000000010003aa92 in ruby_exec_node [inlined] () at /Users/tasuku/.rvm/src/ruby-1.9.3-p327/eval.c:251
#11 0x000000010003aa92 in ruby_run_node (n=0x100304000) at eval.c:244
#12 0x0000000100000edf in main (argc=2, argv=0x7fff5fbff060) at main.c:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment