Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread
Message: 92447
BY: Phillip Bogle (philbogle)
DATE: 2010-01-27 22:33
SUBJECT: RE: Segmentation fault

 

Try putting GC.disable before your parsing and see if the issue goes away. Libxml/Ruby has cases where it fails to hold references to things that ought to.

(See this thread for one case, though this case is apparently fixed:
http://rubyforge.org/forum/message.php?msg_id=64923)

Re-enable GC after you're done parsing, of course.


Thread View

Thread Author Date
Segmentation faultdan young2010-01-27 20:02
      RE: Segmentation faultPhillip Bogle2010-01-27 22:33
            RE: Segmentation faultAdam Rambousek2010-09-27 14:06

Post a followup to this message