Project

General

Profile

Bug #12270

Updated by hsbt (Hiroshi SHIBATA) about 8 years ago

tDiary ( https://github.com/tdiary/tdiary-core )のテストに添付しているパッチを当てて (https://github.com/tdiary/tdiary-core)のテストに添付しているパッチを当てて stackprof を有効にして実行すると最後の results を出力する箇所で SEGV となります。 


 ``` 
 spec/spec_helper.rb:33: [BUG] frame2iseq: unreachable 
 ``` 

 `ruby 2.2.5p292 (2016-03-31 revision 54443) [x86_64-darwin15]` では results がダンプされるので 2.3.0 で発生した regression ではないかと思います。

Back