ruby crashes on me fairly regularly while working on a rails app. It happens after a file has changed and the guard gem fires up some tests. It appears to be happening when running rubycritic via guard:
I can confirm having the same issue. It's intermediate but reproducible, and affects both 2.4.0 and 2.4.1 versions.
The setup is simple:
OS X (macOS 10.12.5 with latest patches)
XCode command line tools (also latest)
rbenv with ruby-install (installed via Homebrew)
The guard Ruby gem is installed and run using fsnotify events to trigger builds, and it would randomly crash Ruby interpreter. Sometimes at the very beginning, sometimes after running a while.
Since I test against multiple Ruby versions, I can confirm that this does not happen on 2.2.6 and 2.3.3, only 2.4.x family is affected.
If you can modify MRI source code, please try to change RGENGC_CHECK_MODE in gc.c to 2 and run your program on your modified MRI again.
It will inserts many assertions and it may help.