Issue #6484 has been updated by luislavena (Luis Lavena). Status changed from Open to Rejected This is a duplicate of #6352 ---------------------------------------- Bug #6484: Segmentation fault using thin on Windows 7 https://bugs.ruby-lang.org/issues/6484#change-26783 Author: Froggy (Christoph Hannebauer) Status: Rejected Priority: Normal Assignee: Category: Target version: 1.9.3 ruby -v: ruby 1.9.3p194 (2012-04-20) [i386-mingw32] After cloning the git project git.js from https://github.com/danlucraft/git.js and executing rake demo, I receive a Segmentation fault. The output from stderr is attached as well as the output to the console. I am using Windows 7, 64 Bit. I installed Ruby using the RubyInstaller 1.9.3-p194 from http://rubyinstaller.org . I have attached a list of gems I have installed. I installed those directly via gem from the server repository except eventmachine. I used the procedure described in http://snippets.aktagon.com/snippets/289-How-to-install-thin-rack-and-eventmachine-on-Windows-Cygwin to install eventmachine: git clone git://github.com/eventmachine/eventmachine.git cd eventmachine rake gem cd pkg gem install eventmachine-1.0.0.beta.4 -- http://bugs.ruby-lang.org/