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



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