Re: [PATCH] Fix JavaHL crash in TunnelAgent.CloseTunnelCallback after GC

2020-08-11 Thread Alexandr Miloslavskiy
On 11.08.2020 3:56, James McCoy wrote: Is this superceded by your other patch? No, these are two different patches.

Re: JNI segfault while running Java tests

2020-08-11 Thread James McCoy
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::Content