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

Re: Warnings from the bindings

From: James McCoy <jamessan_at_jamessan.com>
Date: Fri, 30 Mar 2018 08:01:50 -0400

On Fri, Mar 30, 2018 at 09:29:47AM +0200, Branko Čibej wrote:
> On 30.03.2018 00:27, Philip Martin wrote:
> > Philip Martin <philip_at_codematters.co.uk> writes:
> >
> >> +1 to release
> > The swig-pl tests produce warnings for:
> >
> > Warning: unable to close filehandle $out_fh properly: Bad file descriptor at /home/pm/sw/subversion/sign/build/subversion/bindings/swig/perl/native/blib/lib/SVN/Core.pm line 58.
> >
> > Core.pm:58 is a call to apr_terminate() so perhaps pool cleanup is
> > attempting to close a file that has been already closed.
> >
> > The JavaHL tests produce warnings for:
> >
> > WARNING in native method: JNI call made without checking exceptions when required to from CallStaticObjectMethod
> >
> > but it's not clear to me which bit of source code is responsible. There
> > are also warnings for:
> >
> > WARNING: JNI local refs: 33, exceeds capacity: 32
> > at org.apache.subversion.javahl.util.PropLib.unparseExternals(Native Method)
> > at org.apache.subversion.javahl.SVNUtil.unparseExternals(SVNUtil.java:790)
>
> I've never seen either of these warnings and I don't see what could've
> changed on the 1.10.x branch to make them suddenly start appearing.

They're not new. They've been happening for the past 2 years in Debian.
It looks like they popped up when we started building with Java 8.

Cheers,

-- 
James
GPG Key: 4096R/91BF BF4D 6956 BD5D F7B7  2D23 DFE6 91AE 331B A3DB
Received on 2018-03-30 14:02:02 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.