-
Notifications
You must be signed in to change notification settings - Fork 13
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
Too much to ask? Segfault in experimental Ruby Build #6
Comments
Sure strongly-patched rubies are not compatible, internal gc structures must match. |
Do not have time atm, but i'm pretty sure that is because of some field added to objspace_t or similar. |
@Vasfed Thank you! |
Yep, patch does alter objspace structures a bit. |
@Vasfed Thanks! A generator would be awesome. FWIW this implementation is picking up a bit of steam, so if you have some time to patch it, that would be cool. |
This gem causes segfault for me with even simple programs. Ruby version: ruby 1.9.3p362 (2012-12-25 revision 38607) [x86_64-linux] |
@ppawel p362 has no support yet - unfortunately segfault occurs each time something is changed in internal ruby structures (i'm a little busy atm, generator should solve most problems of this kind), try an older revision of ruby |
We're actually running https://github.com/thecodeshop/ruby/tree/tcs-ruby_1_9_3 in production at my day job. Until now I haven't tried to run anything, but I'm getting a segfault around this code: https://github.com/Vasfed/heap_dump/blob/master/ext/heap_dump/heap_dump.c#L1250-L1255 in our Rails app. Any ideas?
The text was updated successfully, but these errors were encountered: