Charlie Savage wrote:
libxml2.so.2.7.1
Red Hat Enterprise Linux AS release 4 (Nahant Update 7)
ruby 1.8.7 (2008-08-11 patchlevel 72) [x86_64-linux]

That is all I have for now. However, the crashing is sporadic and consistent test case may not be possible.
Can I even get a traceback on Segmentation fault ?

What version of libxml-ruby?
libxml-ruby-0.8.3


Traceback - sure. Make sure your version of libxml-ruby and libxml are compiled with debug information. Then enable crash dumps on your linux box. When you see a crash, inspect the crash dump.

Alternatively, run your rails app under gdb (or attach to it with gdb) and set it up to break on an exception.
Thanks, will do that next time.

--
Dmitri Priimak

_______________________________________________
libxml-devel mailing list
libxml-devel@rubyforge.org
http://rubyforge.org/mailman/listinfo/libxml-devel

Reply via email to