-
-
Notifications
You must be signed in to change notification settings - Fork 905
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
Macruby "incorrect checksum for freed object" (w/simple test case) #406
Comments
Howdy! This code appears to run fine under MRI (1.8, 1.9) and JRuby (1.5, 1.6). This leads me to think it may be a macruby bug. Can you try reporting it to the macruby team? |
Will do. Cheers, Andre |
I reported to the MacRuby team, and we can't reproduce it in the nightly build -- what will become 0.9. So it's definitely a MacRuby issue, not a Nokogiri one. |
Awesome, thanks so much for following up and letting us know the outcome! And thanks for using Nokogiri! |
Nokogiri on Macruby (0.8) is sporadically crashing with
"incorrect checksum for freed object - object was probably modified after being freed."
It doesn't crash every time I run the test, but if I run it 10 times, I get one or more failures.
Self-contained script to reproduce: https://gist.github.com/797346.
Example crash output:
My Nokogiri info:
I posted this issue to the Nokogiri mailing list here.
The text was updated successfully, but these errors were encountered: