[MacRuby-devel] [MacRuby] #695: Bitwise operations on Float results in Seg fault
MacRuby
ruby-noreply at macosforge.org
Thu May 6 15:41:06 PDT 2010
#695: Bitwise operations on Float results in Seg fault
-------------------------------+--------------------------------------------
Reporter: niklas@… | Owner: lsansonetti@…
Type: defect | Status: new
Priority: major | Milestone:
Component: MacRuby | Keywords:
-------------------------------+--------------------------------------------
Comment(by martinlagardette@…):
I reproduced on 10.6.3. Here is the backtrace:
{{{
Thread 0 Crashed: Dispatch queue: com.apple.main-thread
0 libSystem.B.dylib 0x00007fff849a6886 __kill + 10
1 libSystem.B.dylib 0x00007fff84a46eae abort + 83
2 miniruby 0x000000010003dd7d rb_bug + 205
(error.c:229)
3 miniruby 0x00000001000b1920 sigbus + 0
(signal.c:378)
4 libSystem.B.dylib 0x00007fff849b880a _sigtramp + 26
5 libobjc.A.dylib 0x00007fff82c3310a objc_msgSend + 22
6 miniruby 0x000000010016f846 nsnumber_or + 38
(NSNumber.m:271)
7 miniruby 0x000000010013b29a rb_vm_dispatch +
6826 (dispatcher.cpp:146)
8 ??? 0x0000000100e4c062 0 + 4309958754
9 miniruby 0x000000010014c6fc rb_vm_run + 348
(vm.cpp:4003)
10 miniruby 0x000000010003ffd9 ruby_run_node +
73 (eval.c:202)
11 miniruby 0x00000001000e6c48 main + 152
(main.cpp:40)
12 miniruby 0x0000000100019628 start + 52
}}}
--
Ticket URL: <http://www.macruby.org/trac/ticket/695#comment:2>
MacRuby <http://macruby.org/>
More information about the MacRuby-devel
mailing list