Actions
Bug #9566
closed
Psych 2.0.4 segfaults Ruby 2.1.1 on OS X 10.9.1
Bug #9566:
Psych 2.0.4 segfaults Ruby 2.1.1 on OS X 10.9.1
Description
Logs attached.
Files
Actions
Added by mseymour (Mark Seymour) over 11 years ago. Updated over 11 years ago.
Description
Logs attached.
Files
ruby_2014-02-25-133329_Rakka.crash (14.2 KB) ruby_2014-02-25-133329_Rakka.crash | Crash log generated by OS X | mseymour (Mark Seymour), 02/25/2014 05:45 PM | |
yaml_parse.log (4.89 KB) yaml_parse.log | Output generated by `ruby -e 'require "yaml"; YAML.parse "- line";' 2> yaml_parse.log` | mseymour (Mark Seymour), 02/25/2014 05:49 PM |
I've seen this pattern of backtrace, but can't remember which issue was.
Anyway, I can't reproduce it, without rvm.
I also get segfault, both with osx 10.9.1 and 10.9.2. upgrading from ruby 2.1.0 to 2.1.1 will not work because of this. here is my console output showing the segfault:
https://gist.github.com/wasafiri/8c122abc88336a3279bc
and the osx crash log:
https://gist.github.com/wasafiri/9dcb8d4cbc9e86562f5d
It seems to relate this: https://github.com/tenderlove/psych/issues/182
Seems RVM's issue.