Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Ruby 2.1.0 segmentation fault with debugger #114

Closed
nguyenchiencong opened this issue Jan 20, 2014 · 6 comments
Closed

Ruby 2.1.0 segmentation fault with debugger #114

nguyenchiencong opened this issue Jan 20, 2014 · 6 comments

Comments

@nguyenchiencong
Copy link

When run: rails s thin --debugger

sometimes, I have a ruby segmentation fault:

...
[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
For details: http://www.ruby-lang.org/bugreport.html

Aborted (core dumped)

Without the debugger, everything run fine. Any clues?

Rbevn, ruby 2.1.0, rails 3.2.16

Thanks

@cldwalker
Copy link
Owner

Thanks for reporting your issue! This is one of my 15 active issues. Use that link to check how soon your issue will be answered. Don't forget to check your issue against this project's CONTRIBUTING.md. Cheers.

@cldwalker
Copy link
Owner

Full ruby 2 support isn't available on debugger. See #47, #69 and this comment. I'm not actively working on this. Although this issue is unlikely to help get debugger to ruby2, I'll leave it open for any segfault related issues.

@erez-rabih
Copy link

Got the same here.
Mac OS, RVM, Ruby2.1 and debugger 1.6.5

@fotinakis
Copy link

Same here, would love to see support for this.

@erez-rabih
Copy link

Just thought it should be mentioned here that byebug is a drop-in replacement for the debugger gem for ruby 2.x

@cldwalker
Copy link
Owner

Closing since I'm scoping debugger to just 1.9.2 and 1.9.3. For more see #125 (comment)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants