Closed thedrow closed 8 years ago
Wow. That's impressive. I assume you're running this via bundler based on the loaded features list? It is doubtful that this is ruby parser itself, but some interaction with your gems the might be causing it. Can you supply your gemfile and, if possible, the file it is running on to reproduce the crash?
I don't know which file is causing the crash. I can supply my Gemfile privately.
FWIW Ruby 2.2.0 had a lot of issues with segfaults. Some of it was because Ruby started garbage collecting symbols in 2.2.0 and some C extensions held references to symbols.
@thedrow where does this stand?
I am not experiencing any segfaults anymore. Should we close this?
Yeah. I think it was your ruby, not ruby_parser or it's dependencies (which really is just ruby, but does involve a C extension for it). Closing. Thanks for the report!
When I run rubycritic I get the following crash report:
Running reek and flog separately works though.