The following comment has been added to this issue:
Author: jeff grant
Created: Sat, 13 Sep 2003 6:24 PM
Body:
I have been able to control the generation of the BUS ERROR.
I use Together, which requires me to use 1.3.1, and being human, I tend to forget
which Java I'm using to compile or run things.
As it was, I did a fresh checkout of CVS HEAD and compiled the bootstrap, without
realizing that I was still using 1.3.1. At that time, I got the timeout issue as I
previously described.
I then recompiled the bootstrap using 1.4.1 (after changing the JDK back to 1.4.1),
without running an "ant clean" first, and I got the bus error.
I then did an "ant clean" and recompiled the bootstrap "ant -f build-bootstrap.xml" as
1.4.1, and I don't get a bus error, but I _DO_ still get the timeout issue as
described earlier.
I think that the bus error is only caused when it is compiled with an older version of
the JDK, and then run with the newer one. Which makes sense, as there is an error
involving
javax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactoryImpl, which
is one of the main differences between 1.3 and 1.4, if I remember correctly.
It was also mentioned that the previous poster has only used the downloadable
binaries. It'd be interesting to know if those binaries were compiled with 1.3
instead of 1.4. I bet that is what the cause of the problem is for OSX users.
Now, I have NO idea how to go about fixing it, but at least it's a start.
...jeff
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-816
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MAVEN-816
Summary: The linkcheck plugin seems to hang indefinitely and sometime even crashes
under Mac OS X
Type: Bug
Status: Unassigned
Priority: Major
Time Spent: Unknown
Remaining: Unknown
Project: maven
Components:
plugin-linkcheck
Assignee:
Reporter: Kai Runte
Created: Fri, 12 Sep 2003 4:37 PM
Updated: Fri, 12 Sep 2003 4:37 PM
Environment: Mac OS X 10.2.6, Java(TM) 2 Runtime Environment, Standard Edition (build
1.4.1_01-69.1)
Description:
The linkcheck plugin seems to hang indefinitely and sometime even crashes:
maven-linkcheck-plugin: Not using a proxy
/opt/maven/bin/maven: line 145: 9209 Bus error $JAVACMD $MAVEN_OPTS
-Djavax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactoryImpl
-Djavax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
"-Djava.endorsed.dirs=${MAVEN_ENDORSED}" -classpath
"${MAVEN_HOME}/lib/forehead-${FOREHEAD_VERSION}.jar"
"-Dforehead.conf.file=${MAVEN_HOME}/bin/forehead.conf" "-Dtools.jar=$TOOLS_JAR"
"-Dmaven.home=${MAVEN_HOME}" $MAIN_CLASS $@
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]