You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to come up with a simple test case to reproduce this (and will update this issue when I have), but the segfault happened on line 326 of nokogiri/xml/node.rb:
key = ['xmlns', nd.prefix].compact.join(':')
The code reproducing this takes a sizable list of nodes (all in the same namespace) and evaluates some xpaths against them to populate attributes of Ruby objects - i.e. foo.bar = xml.xpath("xmlns:bar").first.content .
The text was updated successfully, but these errors were encountered:
I'm trying to come up with a simple test case to reproduce this (and will update this issue when I have), but the segfault happened on line 326 of nokogiri/xml/node.rb:
key = ['xmlns', nd.prefix].compact.join(':')
The code reproducing this takes a sizable list of nodes (all in the same namespace) and evaluates some xpaths against them to populate attributes of Ruby objects - i.e.
foo.bar = xml.xpath("xmlns:bar").first.content
.The text was updated successfully, but these errors were encountered: