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?

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.

Charlie

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

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

Reply via email to