-
-
Notifications
You must be signed in to change notification settings - Fork 903
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
[BUG] Segmentation fault #203
Comments
using
|
Thanks for the report! Can you also provide the output of:
|
I've reproduced. Investigating. |
Here is a much simpler example that causes the crash:
|
or even:
|
Ugh. I see the problem. Dude, this sucks. |
unlinking children within Node#content= to prevent freeing memory out from under living Ruby objects. Closed by 982a43f. |
Sorry is this fix released on any version? I'm getting this error when trying to parse the response from http://gdata.youtube.com/feeds/api/videos?q=ruby on Gems/1.8/gems/nokogiri-1.4.1/lib/nokogiri/xml/sax/parser.rb:108: [BUG] Segmentation fault ruby 1.8.7 (2009-06-12 patchlevel 174) [i686-darwin10.2.0] |
This particular bug won't be released until 1.4.2. You can grab one of our nightly builds and try that though. But judging by your error message, you're experiencing a different bug. Would you mind opening a new ticket with steps to reproduce your error? Make sure to include a script that crashes along with the output of |
Ok, I'll try with a nightly build, and open a new ticket if that doesn't work. Thanks. |
trying this code just crashes:
just execute in irb:
The text was updated successfully, but these errors were encountered: