-
Notifications
You must be signed in to change notification settings - Fork 61
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
SIGTRAP leaks when using backquotes and object allocation profiler #62
Comments
Oh .. and the C backtrace is
|
Oof. I think its safe to say the allocation profiler is completely broken at this point. /cc #46 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The whole interpreter aborts with SIGTRAP when using the object allocation profiler. Simply creating the following bla.rb file
and running
triggers it on my machine (Debian unstable, ruby version)
The text was updated successfully, but these errors were encountered: