[Bug 193876] openjdk7 dumps core when compiling spark sources
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Sep 24 16:51:57 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193876
--- Comment #3 from Jung-uk Kim <jkim at FreeBSD.org> ---
(In reply to Dmitry Sivachenko from comment #2)
> (In reply to Jung-uk Kim from comment #1)
> > For Java 6 and 7, please try increasing PermGen, i.e.,
> >
> > env MAVEN_OPTS="-XX:MaxPermSize=128m" mvn clean package
> > -Dhadoop.version=2.4.1 -Pyarn -Phadoop-2.4 -Phadoop-provided -DskipTests
>
> I know, it helps, but coredump is not an expected behavior without these
> options?
>
> The same excerpt from documentation claims that without these options you
> should get an error, not coredump.
Correct. In fact, I got the errors with Java 6 and 7 and recommended the
workaround. Basically, I was not able to reproduce the problem on head.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-java
mailing list