Why is Ruby throwing a Segmentation fault on only my system, and only in this Rails application?
问题 I'm not exactly sure how to properly debug this but have tried a few different approaches that have chewed up time, but not solved the problem. At least 4 other people in my office can execute this code on identical machines with the same version of ruby and rubygems installed with no error. Here is the code that I'm executing: status = Open4::popen4( "swfmill simple stdin stdout" ) do | pid, stdin, stdout, stderr | stdin.write( config ) stdin.close bytes = stdout.read errors = stderr.read