Re: Thread-local storage issues arose again? Firefox frequently crashes on 10.0 aarch64

2024-04-14 Thread Taylor R Campbell
> Date: Sun, 14 Apr 2024 05:15:31 + > From: Emmanuel Dreyfus > > On Sun, Apr 14, 2024 at 02:07:26PM +0900, PHO wrote: > > As I mentioned in > > http://mail-index.netbsd.org/netbsd-users/2024/04/12/msg030915.html, Firefox > > tab processes crash very frequently on NetBSD/aarch64 10.0. Building

Re: Thread-local storage issues arose again? Firefox frequently crashes on 10.0 aarch64

2024-04-14 Thread Taylor R Campbell
> Date: Sun, 14 Apr 2024 14:07:26 +0900 > From: PHO > > As I mentioned in > http://mail-index.netbsd.org/netbsd-users/2024/04/12/msg030915.html, > Firefox tab processes crash very frequently on NetBSD/aarch64 10.0. > Building it with PKG_OPTIONS.firefox+=debug-info revealed that when it > cra

malloc-related SIGSEGV when cross-building i386 on NetBSD-10.0/amd64

2024-04-14 Thread Emmanuel Dreyfus
Hello I cross-build i386 packages on an amd64 machine, using pkg_comp with CFLAHS-m32 in /etc/mk.conf. That worked well on NetBSD-9 but after upgradint to NetBSD-10.0, I get random SIGSEGV. Here are a few backtrace examples: In sed: #0 0xf0d63c00 in je_malloc_tsd_boot0 () from /lib/libc.so.12 #

Re: malloc-related SIGSEGV when cross-building i386 on NetBSD-10.0/amd64

2024-04-14 Thread Taylor R Campbell
> Date: Mon, 15 Apr 2024 00:21:32 + > From: Emmanuel Dreyfus > > I cross-build i386 packages on an amd64 machine, using pkg_comp with > CFLAHS-m32 in /etc/mk.conf. > > That worked well on NetBSD-9 but after upgradint to NetBSD-10.0, I get > random SIGSEGV. Here are a few backtrace examples: