[Bug 802] New: Undeterministic fatal error when clojure-contrib build using Maven3
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Tue Oct 11 04:00:24 PDT 2011
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=802
Summary: Undeterministic fatal error when clojure-contrib build
using Maven3
Product: IcedTea
Version: unspecified
Platform: all
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: IcedTea6
AssignedTo: unassigned at icedtea.classpath.org
ReportedBy: jwhiting at redhat.com
Created an attachment (id=588)
--> (http://icedtea.classpath.org/bugzilla/attachment.cgi?id=588)
Dump file created by the runtime.
Hi,
When building the clojure-contrib project using Maven the build stopped due to
a fatal error.
This bug report is purely for your information and I don't expect it to be
fixed because it is not repeatable on my system.
Steps I had taken:
1) The clojure-contrib project was checked out from GitHub.
2) Executed a Maven build on the master branch. That did not compile due to
incomplete Maven dependencies. That error is NOT the cause of this bug report.
3) Using git changed branch to the 1.2.x branch.
4) Executed Maven build on the new branch. Maven compiles the code. The maven
plugin has been configured to call clojure test cases.
During step 4 the java runtime stopped executing due to a fatal error.
The next thing I tried was a repeat of step 4. The second attempt at
compilation of the clojure-contrib project succeeded without a fatal error.
The significant things I have noticed is in the dump file generated by java
runtime after fatal error are:
a) The PermGen space was at 99%.
b) The second significant thing is the VM Arguments shows the vm was processing
tests called by clojure.
The fatal error occured when the 'clojure.contrib.test-jmx' test was called.
An attachment has been included showing the console output.
The file detailed in the VM Arguments is attached to the bug report.
Output from the testing of the jvm during the compilation (and tests) is also
attached as a file.
--
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the distro-pkg-dev
mailing list