Closed ghost closed 14 years ago
blech. looks terrible. Thanks for the bug report!
I can't reproduce this against libxml2 version 2.7.7. Can you try that version? Also, can you add a sample script to reproduce the problem?
Ah, it seems 2.7.7 was released on the 15th. I'll pull it down, give it a try and post results. Thanks!
I likewise am unable to replicate this issue with LibXML 2.7.7 installed. It seems it was an issue in the library, not Nokigiri. I really appreciate you looking at this. I consider this closed. Cheers!
Great! Thanks! http://ihighfive.com/
This looks to me like a libxml2 error but I can't figure that out for sure and I'm experiencing it via Nokogiri 1.4.1. I'm hoping you can help. When linked against libxml2 2.7.3 Nokogiri successfully parses the page: http://starlite.ru . However, when linked against 2.7.4, 2.7.5, and 2.7.6 it seg faults. It appears to run way off the end of the buffer because it takes a few seconds before crashing. Here is the backtrace in GDB from Nokogiri linked against 2.7.5:
Here is an inspection of the current parameters:
It appears to me that an error has been registered but it just keeps running.
Cheers!