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

Re: JNI segfault while running Java tests

From: James McCoy <jamessan_at_jamessan.com>
Date: Tue, 11 Aug 2020 07:59:16 -0400

On Sun, Aug 09, 2020 at 11:10:42PM +0200, Daniel Sahlberg wrote:
> I have investigated further and I think I have found the issue. A patch is
> attached, basically changing 
>     const String::Contents key(String(m_env, jkey));
> to 
>     const String str(m_env, jkey);
>     const String::Contents key(str);
> in ImmutableMap.for_each.

Thanks! I can confirm that fixes the crash for me, as well.

Cheers,

-- 
James
GPG Key: 4096R/91BF BF4D 6956 BD5D F7B7  2D23 DFE6 91AE 331B A3DB
Received on 2020-08-11 13:59:29 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.