RE: XSLT 2.0/Xpath 2.0

2002-12-21 Thread thomas . cherel
Thanks for the answer. I did not look at the Xpath/XSLT 2.0 spec at all and did not know that their scope exploded. Thomas -Original Message- From: David N Bertoni/Cambridge/IBM [mailto:[EMAIL PROTECTED] Sent: Friday, December 20, 2002 11:58 AM To: xalan-c-users@xml.apache.org Subject:

RE: XalanTransformer.transform call hangs after fork()

2002-12-21 Thread Charles Earl
David, C runtime lib problems sound painfully interesting. For the time being, forking the Xalan processing code off to separate child and performing the offending fork from the main seems to work...not quite sure why or if that might cause more problems down the road. I'll post this to list. Than

RE: XalanTransformer.transform call hangs after fork()

2002-12-21 Thread Charles Earl
Dave, After some futzing with gdb, I'm able to pinpoint the following segfault: Program received signal SIGSEGV, Segmentation fault. 0xff0c1a50 in _smalloc () from /lib/libc.so.1 (gdb) bt #0 0xff0c1a50 in _smalloc () from /lib/libc.so.1 #1 0xff0c1a98 in malloc () from /lib/libc.so.1 #2 0xff2f4