Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

websocket segmentation fault #407

Open
lreisoliveira opened this issue Apr 14, 2016 · 2 comments
Open

websocket segmentation fault #407

lreisoliveira opened this issue Apr 14, 2016 · 2 comments

Comments

@lreisoliveira
Copy link

Ubuntu 15.10
Ruby -v: 2.3.0
Rails -v: 4.2.6
Rvm -v: 1.27.0


Whe I run

WebsocketRails['channer'].trigger('event', 'content')

occurs

/.rvm/gems/ruby-2.3.0/gems/eventmachine-1.2.0.1/lib/eventmachine.rb:202: [BUG] Segmentation fault at 0x00000000000000

I Tried

Reinstall ruby: NOT resolved
Reinstall rails: NOT resolved
Upgrade to ruby latest version ruby: NOT resolved
Upgrade to rails latest version: NOT resolved

The code was runs

WTF is that?

@dyakubovich
Copy link

I have the same problem

@lreisoliveira
Copy link
Author

@kubaaa

I solved after to install:

gem 'eventmachine', '1.0.9'
gem 'faye-websocket', '0.10.0'

nyamadori added a commit to kut-tktlab/poj that referenced this issue Jun 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants