NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: bin/60150: named(8) crashes at startup on NetBSD/i386 11.0_RC2
The following reply was made to PR bin/60150; it has been noted by GNATS.
From: Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>
To: christos%zoulas.com@localhost
Cc: gnats-bugs%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost, tsutsui%ceres.dti.ne.jp@localhost
Subject: Re: bin/60150: named(8) crashes at startup on NetBSD/i386 11.0_RC2
Date: Sat, 4 Apr 2026 23:16:02 +0900
christos@ wrote:
> Great, thank you for finding the underlying cause, two questions:
> 1. Does anything need to be done with vax and sun2 that don't
> use jemalloc?
Ah, I didn't notice it.
At least /usr/lib/libjemalloc.a of NetBSD/vax 10.1 doesn't
provide mallocx() and variants, so I'm afraid HAVE_JEMALLOC
won't work on such ports.
But it's too compilcated for me to understand what
src/external/bsd/jemalloc.old/include/jemalloc/jemalloc.h
stub provides..
> 2. Should we fix the custom shim that removes the power of 2
> assumption so that it works anyway?
I'm afraid this is the only option for forthcoming NetBSD 11.0.
(affects only i386? I don't know sizeof(max_align_t) values on
other ports)
Thanks,
---
Izumi Tsutsui
Home |
Main Index |
Thread Index |
Old Index