Re: Java crashes using musl-1.2.5

2025-10-18 Thread Severin Gehwolf
On Wed, 2025-09-24 at 07:42 +1000, David Holmes wrote: > On 23/09/2025 7:02 pm, Severin Gehwolf wrote: > > Hi, > > > > On Thu, 2025-09-11 at 10:59 +1000, David Holmes wrote: > > > Hi, > > > > > > At present we don't really expect statx to work on Musl-C IIUC the code > > > correctly, but Musl-C 1

Re: Java crashes using musl-1.2.5

2025-09-23 Thread David Holmes
On 23/09/2025 7:02 pm, Severin Gehwolf wrote: Hi, On Thu, 2025-09-11 at 10:59 +1000, David Holmes wrote: Hi, At present we don't really expect statx to work on Musl-C IIUC the code correctly, but Musl-C 1.2.5 has added it:  > This release adds extension functions statx so likely our code ne

Re: Java crashes using musl-1.2.5

2025-09-23 Thread Severin Gehwolf
Hi, On Thu, 2025-09-11 at 10:59 +1000, David Holmes wrote: > Hi, > > At present we don't really expect statx to work on Musl-C IIUC the code > correctly, but Musl-C 1.2.5 has added it: > >  > This release adds extension functions statx > > so likely our code needs adjusting to match what is no

Re: Java crashes using musl-1.2.5

2025-09-10 Thread David Holmes
Hi, At present we don't really expect statx to work on Musl-C IIUC the code correctly, but Musl-C 1.2.5 has added it: > This release adds extension functions statx so likely our code needs adjusting to match what is now provided. David On 10/09/2025 10:54 pm, Konstantin Kletschke wrote: He

Java crashes using musl-1.2.5

2025-09-10 Thread Konstantin Kletschke
Hello, I am used to crosscompile openjdk for cortex-a[7|8|9] manually or using buildroot framework without severe Problems. ARM EABIhf 32Bit. However recently I got in contact with a customer's rootfs using musl-1.2.5 instead of musl-1.2.4 which I was used to and had no problems with. Severe deb