Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 2024 19:21:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        java@FreeBSD.org
Subject:   [Bug 279764] java/openjdk8: SIGSEGV (0xb) at pc=0x204806b8, pid=54712, tid=0x000bce23
Message-ID:  <bug-279764-8522-OchDxy3vl8@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-279764-8522@https.bugs.freebsd.org/bugzilla/>
References:  <bug-279764-8522@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D279764

Ronald Klop <ronald@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ronald@FreeBSD.org

--- Comment #2 from Ronald Klop <ronald@FreeBSD.org> ---
I noticed that all i386 builders have errors. All errors are a bit differen=
t,
but seem memory related.
See: https://portsfallout.com/fallout?port=3Ddevel%2Fspark%24

The memory recommendation in the Spark documentation is different from what=
 is
set in /usr/ports/devel/spark/Makefile.

https://archive.apache.org/dist/spark/docs/3.3.4/building-spark.html#settin=
g-up-mavens-memory-usage
shows:
MAVEN_OPTS=3D"-Xss64m -Xmx2g -XX:ReservedCodeCacheSize=3D1g"

The Makefile contains:
.if ${ARCH:Marmv?} || ${ARCH} =3D=3D "i386"
MAKE_ENV+=3D      MAVEN_OPTS=3D"-Xmx1g -XX:ReservedCodeCacheSize=3D1g" \
                JAVA_HOME=3D${JAVA_HOME}
.else
MAKE_ENV+=3D      MAVEN_OPTS=3D"-Xmx2g -XX:ReservedCodeCacheSize=3D2g" \
                JAVA_HOME=3D${JAVA_HOME}
.endif

Could you try setting MAVEN_OPTS for i386 to what is in the Spark documenta=
tion
and try the build again?

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-279764-8522-OchDxy3vl8>