Bug #6484
closedSegmentation fault using thin on Windows 7
Description
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
Files
Updated by h.shirosaki (Hiroshi Shirosaki) over 12 years ago
Please see this issue.
https://github.com/eventmachine/eventmachine/issues/319
You will solve it by commenting out line 85 of ext\project.h: #define FD_SETSIZE 1024.
Updated by luislavena (Luis Lavena) over 12 years ago
- Status changed from Open to Rejected
This is a duplicate of #6352