eventmachine-win32

URL
http://rubyeventmachine.com
Author(s)
Francis Cianfrocca
Summary
Ruby/EventMachine socket engine library- binary gem for Win32

Add your comment ↓

Comments

eventmachine-win32 (1.9.1p0) is Failing
for Eric Monti (Mac OSX, over 2 years ago)

Getting the same thing here.

Just installed binary realease of ruby 1.9.1p0

gem install eventmachine (got 0.12.8)

and

gem install eventmachine -v 0.12.0

both result in segfault.

eventmachine-win32 (1.9.1p0) is Failing
for Patrick Daryll Glandien (Windows, over 3 years ago)

After installing EventMachine with `gem install eventmachine' and including it in the application with ``require 'eventmachine'", Ruby segfaults with the following message:

---
C:/ruby/lib/ruby/gems/1.9.1/gems/eventmachine-0.12.6-x86-mswin32-60/lib/rubyeventmachine.so: [BUG] Segmentation fault
ruby 1.9.1p0 (2009-01-30 revision 21907) [i386-mswin32]

-- control frame ----------
c:0011 p:-10595218 s:0028 b:0028 l:000027 d:000027 TOP
c:0010 p:---- s:0026 b:0026 l:000025 d:000025 CFUNC :require
c:0009 p:0146 s:0022 b:0022 l:000021 d:000021 TOP C:/ruby/lib/ruby/gems/1.9.1/gems/eventmachine-0.12.6-x86-mswin32-60/lib/eventmachine.rb:66
c:0008 p:---- s:0020 b:0020 l:000019 d:000019 FINISH
c:0007 p:---- s:0018 b:0018 l:000017 d:000017 CFUNC :require
c:0006 p:0035 s:0014 b:0014 l:000013 d:000013 TOP C:/Users/root/Documents/Aptana Studio/spitfyre/server.rb:4
c:0005 p:---- s:0012 b:0012 l:000011 d:000011 FINISH
c:0004 p:---- s:0010 b:0010 l:000009 d:000009 CFUNC :require
c:0003 p:0011 s:0006 b:0006 l:0006d4 d:00072c EVAL spitfyre.rb:1
c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
c:0001 p:0000 s:0002 b:0002 l:0006d4 d:0006d4 TOP
---------------------------
-- Ruby level backtrace information-----------------------------------------
C:/ruby/lib/ruby/gems/1.9.1/gems/eventmachine-0.12.6-x86-mswin32-60/lib/eventmachine.rb:66:in `require'
C:/ruby/lib/ruby/gems/1.9.1/gems/eventmachine-0.12.6-x86-mswin32-60/lib/eventmachine.rb:66:in `<top (required)>'
C:/Users/root/Documents/Aptana Studio/spitfyre/server.rb:4:in `require'
C:/Users/root/Documents/Aptana Studio/spitfyre/server.rb:4:in `<top (required)>'
spitfyre.rb:1:in `require'
spitfyre.rb:1:in `<main>'

[NOTE]
You may encounter a bug of Ruby interpreter. Bug reports are welcome.
For details: http://www.ruby-lang.org/bugreport.html
---

I will now try building Ruby myself (I used the binary version before) and building eventmachine myself aswell.

Add your comment




Yes No