-
Notifications
You must be signed in to change notification settings - Fork 983
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
Infinite recursion (SystemStackError) on load when running with -rdebug with breakpoints #1107
Comments
@native-api thanks for raising this issue and apologies for the slow reply but this took some time to investigate! @olleolleolle @technoweenie this is a curious one. I spent some time reproducing and I noticed the Now, I presume this has something to do with
I won't have time to continue on it today, but if you guys have some spare time at least you have a good starting point 😃 |
Fixed in #1205 🎉 |
Basic Info
Issue description
Whenever I run Ruby with
-rdebug
and set a breakpoint, the interpreter quits withSystemStackError
upon loading Faraday.This makes it impossible to debug any program that uses the library.
Steps to reproduce
(For Ruby 2.5.3 and Faraday 0.17.3, the result is the same)
The text was updated successfully, but these errors were encountered: