Re: Segfault when building openjdk13 with openjdk12

2022-02-03 Thread Abigail G
On Thu, 2022-02-03 at 12:31 -0500, Abigail G wrote: > On Wed, 2022-02-02 at 12:12 +0300, Aleksey Shipilev wrote: > > On 2/2/22 08:53, Abigail G wrote: > > > Whoops, looks like I made the zip wrong, this one should work: > > > https://0x0.st/oHxy.zip > > > > So it looks like a GC crash: > > > > # 

Re: Segfault when building openjdk13 with openjdk12

2022-02-03 Thread Abigail G
On Wed, 2022-02-02 at 12:12 +0300, Aleksey Shipilev wrote: > On 2/2/22 08:53, Abigail G wrote: > > Whoops, looks like I made the zip wrong, this one should work: > > https://0x0.st/oHxy.zip > > So it looks like a GC crash: > > #  SIGSEGV (0xb) at pc=0x7fa2ba719208, pid=29539, tid=29557 > > s

Re: Segfault when building openjdk13 with openjdk12

2022-02-02 Thread Aleksey Shipilev
On 2/2/22 08:53, Abigail G wrote: Whoops, looks like I made the zip wrong, this one should work: https://0x0.st/oHxy.zip So it looks like a GC crash: # SIGSEGV (0xb) at pc=0x7fa2ba719208, pid=29539, tid=29557 siginfo: si_signo: 11 (SIGSEGV), si_code: 1 (SEGV_MAPERR), si_addr: 0x

Re: Segfault when building openjdk13 with openjdk12

2022-02-01 Thread David Holmes
On 2/02/2022 3:53 pm, Abigail G wrote: On Wed, 2022-02-02 at 15:48 +1000, David Holmes wrote: Hi Abigail, On 2/02/2022 3:01 pm, Abigail G wrote: Hello, I'm working on packaging several openjdk versions for Void Linux. When I build jdk13 with jdk12 as the boot jdk, I get a segfault very soon

Re: Segfault when building openjdk13 with openjdk12

2022-02-01 Thread Abigail G
On Wed, 2022-02-02 at 15:48 +1000, David Holmes wrote: > Hi Abigail, > > On 2/02/2022 3:01 pm, Abigail G wrote: > > Hello, > > > > I'm working on packaging several openjdk versions for Void Linux. > > > > When I build jdk13 with jdk12 as the boot jdk, I get a segfault > > very > > soon into the

Re: Segfault when building openjdk13 with openjdk12

2022-02-01 Thread David Holmes
Hi Abigail, On 2/02/2022 3:01 pm, Abigail G wrote: Hello, I'm working on packaging several openjdk versions for Void Linux. When I build jdk13 with jdk12 as the boot jdk, I get a segfault very soon into the build. I am not a java developer, so I'm not quite sure what to make of the log, trace,