When building using Ant on Redhat 7.1 (and maybe some other
linux/unix distros) you may get a Segmentation Fault. This is
caused by glibc-2.2.x not correctly handling initial thread
stack sizes larger than 6mb.
To solve this run the following before running Ant:
ulimit -s 2048 (bash)
limit stacksize 2048 (tcsh)

btw, the seg fault is not caused by Ant but by xerces (the xml
parser).


Matt




_________________________________________________________________
Join the world�s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


_______________________________________________
devl mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/devl

Reply via email to