Ruby on Rails Monday, July 11, 2016

I'm using Rails 5 with Puma and it's giving me the following error. If I
uninstalled puma and run my app on webrick than it works fine. Any
suggestion is much appreciated.

=> Booting Puma
=> Rails 5.0.0 application starting in development on
http://localhost:3000
=> Run `rails server -h` for more startup options
dyld: lazy symbol binding failed: Symbol not found:
_rb_data_typed_object_alloc
Referenced from:
/Users/userName/.rvm/gems/ruby-2.3.0/gems/debug_inspector-0.0.2/lib/debug_inspector.bundle
Expected in: flat namespace

dyld: Symbol not found: _rb_data_typed_object_alloc
Referenced from:
/Users/userName/.rvm/gems/ruby-2.3.0/gems/debug_inspector-0.0.2/lib/debug_inspector.bundle
Expected in: flat namespace

Trace/BPT trap: 5

--
Posted via http://www.ruby-forum.com/.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/6bfa201790e34e19d47a3f213a6f37a6%40ruby-forum.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment