[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: JavaHL segfault on svn-x64-ubuntu-gcc buildbot

From: Philip Martin <philip_at_codematters.co.uk>
Date: Wed, 25 Jun 2014 13:45:29 +0100

Philip Martin <philip.martin_at_wandisco.com> writes:

> Philip Martin <philip.martin_at_wandisco.com> writes:
>
>> I'm getting a SEGV in the JVM and it varies from run to run, two
>> examples at the end. I tried r1603298 and r1603297 and those also SEGV.
>
> Looks like I made a mistake when building the older versions. I am now
> seeing the SEGV with r1603306 but not with r1603305 or earlier versions.

Adding -Xcheck:jni to the java invocation gives:

/usr/lib/jvm/java-7-openjdk-amd64/bin/java -Xcheck:jni -Xbatch "-Dtest.rootdir=/home/pm/sw/subversion/obj/subversion/bindings/javahl/test-work" "-Dtest.srcdir=/home/pm/sw/subversion/obj/../src/subversion/bindings/javahl" "-Dtest.rooturl=" "-Dtest.fstype=" "-Djava.library.path=subversion/bindings/javahl/native/.libs:/usr/local/subversionx/lib" -classpath "subversion/bindings/javahl/classes:/home/pm/sw/subversion/obj/../src/subversion/bindings/javahl/src:/usr/share/java/junit4.jar" "-Dtest.tests=" org.apache.subversion.javahl.RunTests
.........................................
.........FATAL ERROR in native method: Using JNIEnv in the wrong thread
        at org.apache.subversion.javahl.util.ResponseChannel.nativeWrite(Native Method)
        at org.apache.subversion.javahl.util.ResponseChannel.write(ResponseChannel.java:48)
        at org.apache.subversion.javahl.BasicTests$Tunnel.run(BasicTests.java:4004)
Aborted

-- 
Philip
Received on 2014-06-25 14:45:59 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.