openjdk team mailing list archive
-
openjdk team
-
Mailing list archive
-
Message #04768
[Bug 663909] Re: JVM will SIGSEGV compiling Barracudamvc, in jregex
Testing with openjdk-7 (from openjdk PPA) gives the same result.
ie crashes with SIGSEGV (and more precisely from the hs_err file, a
SIG_MAPERR error).
Also wanted to mention that that the source
for the Pretokenizer class exists in the "jregex/Term.java" source file, and can be found here :
http://sourceforge.net/projects/jregex/files/jregex/jregex-1.2_01/jregex1.2_01-src.jar/download
--
JVM will SIGSEGV compiling Barracudamvc, in jregex
https://bugs.launchpad.net/bugs/663909
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in ubuntu.
Status in “openjdk-6” package in Ubuntu: New
Bug description:
Compiling the barracudamvc framework (svn co svn://svn.forge.objectweb.org/svnroot/barracudamvc/Barracuda2/trunk), I consistently get a SIGSEGV.
Problem occurs always at the same point, calling a method in jregex library : jregex.Pretokenizer.next()V (1064 bytes)
Using sun-java6-jdk, things work fine.
Procedure to reproduce:
svn co svn://svn.forge.objectweb.org/svnroot/barracudamvc/Barracuda2/trunk BarracudaMVC
cd BarracudaMVC/WEB-INF/bin
ant clean jars
After failure, re-running ant jars (without the clean target) will complete the build.
References