From @eregon: > The last sync of ruby/spec revealed that both YJIT and ZJIT crash with We are killing the stack canary set by intern on > ``` > :"#{(+"\xFF").force_encoding(Encoding::UTF_8)}" > %I[#{(+"\xFF").force_encoding(Encoding::UTF_8)}] > ``` The 2 specs: * https://github.com/ruby/spec/commit/5373e84342925db38160bac60e5576e6b9768a83 * https://github.com/ruby/spec/commit/c27dd750131e430691d59bb329ef824789be99a7
From @eregon:
The 2 specs: