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
Nokogiri 1.4.0 segfaults when calling add_namespace
irb(main):001:0> require 'rubygems';require 'nokogiri'; puts Nokogiri::VERSION; Nokogiri::XML.parse('').add_namespace('foo', 'bar') 1.4.0 (irb):1: [BUG] Segmentation fault ruby 1.8.7 (2008-08-11 patchlevel 72) [x86_64-linux]
The text was updated successfully, but these errors were encountered:
Nokogiri::XML::Document should not define add_namespace().
Closed by e16be12
Sorry, something went wrong.
No branches or pull requests
Nokogiri 1.4.0 segfaults when calling add_namespace
irb(main):001:0> require 'rubygems';require 'nokogiri'; puts Nokogiri::VERSION; Nokogiri::XML.parse('').add_namespace('foo', 'bar')
1.4.0
(irb):1: [BUG] Segmentation fault
ruby 1.8.7 (2008-08-11 patchlevel 72) [x86_64-linux]
The text was updated successfully, but these errors were encountered: