-
Notifications
You must be signed in to change notification settings - Fork 29
Memory issue #20
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
Comments
|
By the way, what patch level is this? amq-protocol is tested against most recent releases of nearly every Ruby out there |
Thanks .... will report there. It's the 1.9.3 provided by RVM. ruby 1.9.3p0 (2011-10-30 revision 33570) [x86_64-linux] |
When I have to use CRuby, this is what I use these days. I haven't seen GC issues. If you are using C extensions (including those in the standard library), this may cause side effects on GC if those extensions are not taking special care to use GC barriers. So please mention them in your report to Ruby core team. |
I am getting this error - could not reproduce on 1.9.2-p290 - should I report to you or Ruby?
The text was updated successfully, but these errors were encountered: