Segmentation fault xerces.jar

2002-01-31 Thread Ylan Segal
I have sucesfully used the junitreport task in my windoze box, by adding this jars to the ant/lib directory (I am using ant 1.4.1) * jakarta-ant-1.4-optional.jar * xalan.jar * xerces.jar Now, I also use a linux box and this is where I have a problem. I have the same setup and use the same build

RE: Segmentation fault xerces.jar

2002-01-31 Thread Ylan Segal
PROTECTED]] Sent: Thursday, January 31, 2002 1:52 PM To: [EMAIL PROTECTED] Subject: Segmentation fault xerces.jar I have sucesfully used the junitreport task in my windoze box, by adding this jars to the ant/lib directory (I am using ant 1.4.1) * jakarta-ant-1.4-optional.jar * xalan.jar

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