Skip to content
New issue

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

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

Already on GitHub? # to your account

lazy symbol binding failed: Symbol not found: _rb_vm_make_env_object #5

Open
jmuheim opened this issue Jul 15, 2012 · 7 comments
Open

Comments

@jmuheim
Copy link

jmuheim commented Jul 15, 2012

I added

gem 'pry-stack_explorer'

to my Rails project's Gemfile, and now when doing rails console, I get the following:

macbuech:tttt josh$ rails c
Loading development environment (Rails 3.2.5)
dyld: lazy symbol binding failed: Symbol not found: _rb_vm_make_env_object
  Referenced from: /Users/josh/.rvm/gems/ruby-1.9.3-p0@tttt/gems/binding_of_caller-0.6.7/lib/binding_of_caller.bundle
  Expected in: flat namespace

dyld: Symbol not found: _rb_vm_make_env_object
  Referenced from: /Users/josh/.rvm/gems/ruby-1.9.3-p0@tttt/gems/binding_of_caller-0.6.7/lib/binding_of_caller.bundle
  Expected in: flat namespace

Trace/BPT trap: 5
@maxjustus
Copy link

Happening to me too. I'm using Ruby 1.9.3p125

@koryteg
Copy link

koryteg commented Dec 19, 2012

i had this issue using ruby 1.9.3-p125. changing my ruby version to 1.9.3-p194 fixed it for me.

@rking
Copy link

rking commented Dec 19, 2012

Can either of you try going back up to p125 and then re-doing the gem install binding_of_caller ?

@koryteg
Copy link

koryteg commented Dec 19, 2012

@rking I tried that before and it did not work for me. i was doing a rake db:migrate when it wasnt working for me

@amk-boCO
Copy link

amk-boCO commented Feb 7, 2013

@rking I'm using rbenv and ruby 1.9.-p125. This gem was recently added to our rails project (within the last week) and this issue still exists.

@banister
Copy link
Member

banister commented Feb 7, 2013

@amk-boCO does it happen when you upgrade to the latest ruby patchlevel? p125 is very old by now

@johana-star
Copy link

via this thread @mperham sez: Try gem install eventmachine again.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants