We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From rosco [email protected] on the nokogiri-talk mailing list:
require 'nokogiri' require 'open-uri' url = 'http://xiandaipump.en.made-in-china.com/product/DbpngKCrEsWB/China-Industrial-Pump-CDLF-.html' html = open(url) doc = Nokogiri::HTML html doc.css('a').each { |anchor| anchor.replace anchor.inner_html }
Segfault occurs at xml_node.c:1309 and appears to be related to f5bf295
The text was updated successfully, but these errors were encountered:
@tenderlove, can you provide some context around f5bf295? Y U NO WRITE TEST!?
Sorry, something went wrong.
😢 It was to stop valgrind errors. I don't know how to test those! :-P
OK, I'm on it.
I've reproduced this with a small test case. On it!
Test to reproduce issue #643.
aba01a1
bda2bcb
No branches or pull requests
From rosco [email protected] on the nokogiri-talk mailing list:
Segfault occurs at xml_node.c:1309 and appears to be related to f5bf295
The text was updated successfully, but these errors were encountered: