Skip to content

Instantly share code, notes, and snippets.

@ckoehler
Created May 18, 2010 02:29
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 ckoehler/404529 to your computer and use it in GitHub Desktop.
Save ckoehler/404529 to your computer and use it in GitHub Desktop.
ruby(36500,0x105eed000) malloc: *** error for object 0x1012b0e00: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
Program received signal SIGABRT, Aborted.
0x00007fff8073bdce in select$DARWIN_EXTSN ()
(gdb) bt
#0 0x00007fff8073bdce in select$DARWIN_EXTSN ()
#1 0x000000010060ad3e in _SelectDataSelect (v=0x7fff5fbfddc0) at em.cpp:725
#2 0x0000000100112aaf in rb_thread_blocking_region ()
#3 0x000000010060b219 in EventMachine_t::_RunSelectOnce (this=0x100784000) at em.cpp:737
#4 0x000000010060ea0a in EventMachine_t::Run (this=0x100784000) at em.cpp:455
#5 0x00000001006026bd in evma_run_machine () at cmain.cpp:90
#6 0x0000000100615859 in t_run_machine_without_threads (self=<value temporarily unavailable, due to optimizations>) at rubymain.cpp:185
#7 0x00000001000fd024 in vm_call_cfunc ()
#8 0x00000001000fe8f0 in vm_call_method ()
#9 0x00000001000ff83c in vm_exec_core ()
#10 0x0000000100104ad3 in vm_exec ()
#11 0x0000000100106a40 in vm_call0 ()
#12 0x00000001000fe1e8 in rb_funcall2 ()
#13 0x000000010005e193 in rb_class_new_instance ()
#14 0x00000001000fd024 in vm_call_cfunc ()
#15 0x00000001000fe8f0 in vm_call_method ()
#16 0x00000001000ff83c in vm_exec_core ()
#17 0x0000000100104ad3 in vm_exec ()
#18 0x0000000100106583 in rb_vm_invoke_proc ()
#19 0x000000010002e44e in rb_exec_end_proc ()
#20 0x000000010002e565 in ruby_finalize_0 ()
#21 0x000000010002ea79 in ruby_cleanup ()
#22 0x000000010002ecab in ruby_run_node ()
#23 0x0000000100000ecf in main ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment