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

Stack level too deep with ActiveSupport logger after ~ 475 requests #156

Closed
wintersolutions opened this issue Sep 20, 2016 · 1 comment
Closed

Comments

@wintersolutions
Copy link

wintersolutions commented Sep 20, 2016

When I run my project in development mode with the rails-footnootes gem. I'm getting a SystemStackError: stack level too deep error after ~475 requests to localhost.

This happens with rails 4.2+, 5.0+ and ruby 2.2+. Only workaround is to remove the gem or overwrite ActiveSupport::Logger to not call super on add and close (see http://stackoverflow.com/questions/39596073/stack-level-too-deep-with-activesupport-logger-after-475-requests#comment66514021_39596073).

Relevant files:

@indirect
Copy link
Owner

Happy to reopen and investigate if you can provide reproduction steps, but closing for now since I am not able to reproduce this.

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