Hi,
As you suspected, this is the same problem. Your report helps to
confirm my
suspicions. It is the memory handing inside the xpath/node_set
portion of
the extension. I think I have figured out how to solve the problem,
now I just
need an hour to do it. Please bear with me, this is the top
I'm using the XML::Parser to parse XML data passed in as a string. The
parse works fine and my code then goes on to access elements and
attributes in the resulting document. If I use this code outside of the
Ruby on Rails environment, I never have any segfaults and everything
works as expecte