-
Notifications
You must be signed in to change notification settings - Fork 99
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
fatal - machine stack overflow in critical region: #395
Comments
@sposin My hunch is this could only be caused by a C extension somehow. In the Scout agent we have 2 extensions - one that tracks object allocations, and one that reports the amount of memory used. Would you be able to share your Gemfile and Gemfile.lock (you can send it to us at support@ )? |
@dlanderson Sent via email. Thanks! |
This turns out to be an issue with a combination of the See also: mileszs/wicked_pdf#891 Here's a stacktrace I was able to reproduce:
|
We are so far unable to get scout_apm to work. Error is
fatal - machine stack overflow in critical region:
No other backtrace shows in rails server.
scout_apm 4.0.4
ruby 3.0.0
rails 6.0.3.5
What additional information can I provide that would be helpful?
The text was updated successfully, but these errors were encountered: