Re: [PATCH] Fwd: JNI segfault while running Java tests

2020-08-16 Thread Nathan Hartman
On Sun, Aug 16, 2020 at 9:11 AM Daniel Shahaf wrote: > > Nathan Hartman wrote on Sun, 16 Aug 2020 00:47 -0400: > > On Fri, Aug 14, 2020 at 9:08 AM Daniel Sahlberg > > wrote: > > > Just a kind ping on this patch. I realise I mark the subject of the > > > original message so maybe it went under th

Re: [PATCH] Fwd: JNI segfault while running Java tests

2020-08-16 Thread Daniel Shahaf
in the other thread [1]. > > Thanks again, > Nathan > > [1] "JNI segfault while running Java tests" started by James McCoy on > 2020/08/08 archived at: > https://lists.apache.org/thread.html/rff3fa5ea97267adf36cc9daa3be01392e53fbc8050a91df4bbac01d8%40%3Cdev.subversion.apache.org%3E

Re: [PATCH] Fwd: JNI segfault while running Java tests

2020-08-15 Thread Nathan Hartman
to me. Although I don't have the setup to observe the crash, I studied the code and I agree with the analysis (yours and Alexandr's) in the other thread [1]. Thanks again, Nathan [1] "JNI segfault while running Java tests" started by James McCoy on 2020/08/08 archived at: https://li

[PATCH] Fwd: JNI segfault while running Java tests

2020-08-14 Thread Daniel Sahlberg
. 2020 kl 23:10 Subject: Re: JNI segfault while running Java tests To: Nathan Hartman Cc: Subversion Development Den sön 9 aug. 2020 kl 15:28 skrev Daniel Sahlberg < daniel.l.sahlb...@gmail.com>: > Den sön 9 aug. 2020 15:14Nathan Hartman skrev: > >> On Sat, Aug 8, 2020 at 1

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

Re: JNI segfault while running Java tests

2020-08-10 Thread Alexandr Miloslavskiy
On 09.08.2020 23:10, 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.

Re: JNI segfault while running Java tests

2020-08-09 Thread Daniel Sahlberg
Den sön 9 aug. 2020 kl 15:28 skrev Daniel Sahlberg < daniel.l.sahlb...@gmail.com>: > Den sön 9 aug. 2020 15:14Nathan Hartman skrev: > >> On Sat, Aug 8, 2020 at 1:23 PM James McCoy wrote: >> >>> On Sat, Aug 08, 2020 at 10:35:14AM -0400, James McCoy wrote: >>> > The Debian builds for 1.14.0 recent

Re: JNI segfault while running Java tests

2020-08-09 Thread Daniel Sahlberg
Den sön 9 aug. 2020 15:14Nathan Hartman skrev: > On Sat, Aug 8, 2020 at 1:23 PM James McCoy wrote: > >> On Sat, Aug 08, 2020 at 10:35:14AM -0400, James McCoy wrote: >> > The Debian builds for 1.14.0 recently started crashing while running the >> > Java tests. This is pretty far out of my expert

Re: JNI segfault while running Java tests

2020-08-09 Thread Nathan Hartman
On Sat, Aug 8, 2020 at 1:23 PM James McCoy wrote: > On Sat, Aug 08, 2020 at 10:35:14AM -0400, James McCoy wrote: > > The Debian builds for 1.14.0 recently started crashing while running the > > Java tests. This is pretty far out of my expertise, so hopefully > > someone can help out. I don't k

Re: JNI segfault while running Java tests

2020-08-08 Thread James McCoy
On Sat, Aug 08, 2020 at 10:35:14AM -0400, James McCoy wrote: > The Debian builds for 1.14.0 recently started crashing while running the > Java tests. This is pretty far out of my expertise, so hopefully > someone can help out. > > I've attached the hs_err file. > > The tests used to pass with Op

JNI segfault while running Java tests

2020-08-08 Thread James McCoy
The Debian builds for 1.14.0 recently started crashing while running the Java tests. This is pretty far out of my expertise, so hopefully someone can help out. I've attached the hs_err file. The tests used to pass with OpenJDK 11.0.7+10 and we recently got an update to 11.0.8+10. I'm trying to