search for: vm_insnhelper

Displaying 2 results from an estimated 2 matches for "vm_insnhelper".

2007 Dec 27
0
[ wxruby-Bugs-16622 ] Calling skip() on CommandEvent causes segfault on OS X 10.5
...src/common/init.cpp:468 #30 0x010085ee in _wrap_App_main_loop () at thread.h:594 #31 0x000ce525 in call_cfunc (func=0x1008500 <_wrap_App_main_loop(int, unsigned long*, unsigned long)>, recv=305859120, len=<value temporarily unavailable, due to optimizations>, argc=0, argv=0xbfffe860) at vm_insnhelper.c:281 #32 0x000d18d0 in vm_call_method (th=0x2007d0, cfp=0x37ff20, num=0, blockptr=0x1, flag=97, id=12240, mn=0x1234adfc, recv=305859120, klass=305859280) at vm_insnhelper.c:371 #33 0x000d5764 in vm_eval (th=0x2007d0, initial=0) at insns.def:1050 #34 0x000d9adc in vm_eval_body (th=0x2007d0) at vm.c...
2009 Jul 14
4
[ActiveRecord::Base].collect {|a,b| ...} weirdness
Hey everyone. My mind has been boggled by an issue I ran into a few hours ago. I am completely lost as to why the following code behaves the way it does and would appreciate any hints from you guys. It would already be super-helpful if others could post their output for the following so that I can figure out whether this is weirdness specific to my setup or a global phenomenon. So far,