You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@velocity.apache.org by Craig Taylor <ct...@quarry.com> on 2001/10/10 13:01:49 UTC

ant test core dump

Hi,

I'm very new to velocity, in fact I'm just trying to install it and configure 
it properly. Anyways when I run the "ant test" in the build directory, I get 
a core dump when it reaches the anakia: (everything up until that point is 
fine)

>>test-anakia:
>>    [echo] Running Anakia tests...
>>   [anakia] Transforming into: 
/usr/local/velocity-1.2-rc1/test/anakia/results
/usr/local/jakarta-ant-1.4/bin/ant: line 134:  2890 Segmentation fault      
(core dumped) $JAVACMD -classpath "$LOCALCLASSPATH" -Dant.home="${ANT_HOME}" 
$ANT_OPTS org.apache.tools.ant.Main "$@"

I also get core dumps when I run the examples:
>>./example2.sh: line 15:  3905 Segmentation fault      (core dumped) java 
-cp $_VELCP Example2

If anyone has any ideas, I really appreciate the help,

Thanks,

Craig

-- 
"If you show me I may forget,
If you tell me I may remember,
If you involve me I will understand". --Proverb

Re: ant test core dump

Posted by Bojan Smojver <bo...@binarix.com>.
Try reading this:

http://developer.java.sun.com/developer/bugParade/bugs/4466587.html

Bojan

Craig Taylor wrote:
> 
> Hi,
> 
> I'm very new to velocity, in fact I'm just trying to install it and configure
> it properly. Anyways when I run the "ant test" in the build directory, I get
> a core dump when it reaches the anakia: (everything up until that point is
> fine)
> 
> >>test-anakia:
> >>    [echo] Running Anakia tests...
> >>   [anakia] Transforming into:
> /usr/local/velocity-1.2-rc1/test/anakia/results
> /usr/local/jakarta-ant-1.4/bin/ant: line 134:  2890 Segmentation fault
> (core dumped) $JAVACMD -classpath "$LOCALCLASSPATH" -Dant.home="${ANT_HOME}"
> $ANT_OPTS org.apache.tools.ant.Main "$@"
> 
> I also get core dumps when I run the examples:
> >>./example2.sh: line 15:  3905 Segmentation fault      (core dumped) java
> -cp $_VELCP Example2
> 
> If anyone has any ideas, I really appreciate the help,
> 
> Thanks,
> 
> Craig
> 
> --
> "If you show me I may forget,
> If you tell me I may remember,
> If you involve me I will understand". --Proverb