From: Tanaka Akira Date: 2013-12-18T23:51:19+09:00 Subject: [ruby-core:59187] Re: [ruby-trunk - Bug #9249] Ruby incorrectly inspects opaque libc jmp_buf for pointers to heap during GC. 2013/12/15 mame (Yusuke Endoh) : > Issue #9249 has been updated by mame (Yusuke Endoh). > > In principle, Boehm GC tries to use, in turn, getcontext, __builtin_unwind_init, and then setjmp. I think they are not supposed to be used for conservative GC. So they may encrypt pointers eventually. -- Tanaka Akira