RE: Segmentation fault xerces.jar

2002-01-31 Thread Ylan Segal
Aparently, it is not a xerces problem, but a java machine problem that just manifested itself today. I got it fixed (and I am still investigating...) by typing: ulimit -s 2048 before running ant in the bash shell (on deadrat 7.0). It appers it has something to do with the default stack size

Re: Segmentation fault xerces.jar

2002-01-31 Thread kkonaka
At Thu, 31 Jan 2002 16:55:40 -0600, [EMAIL PROTECTED] wrote: Aparently, it is not a xerces problem, but a java machine problem that just manifested itself today. I got it fixed (and I am still investigating...) by typing: ulimit -s 2048 I did have similar problem on my linux machine