On 2021/02/24 15:29, Christian Gut wrote: > > Hi Ports, > > I am using OpenBSD 6.8. I just updated bind from isc-bind-9.16.9v0 to > isc-bind-9.16.11v0. This was the corresponding change in CVS: > https://marc.info/?l=openbsd-ports-cvs&m=161383675808055&w=2 > <https://marc.info/?l=openbsd-ports-cvs&m=161383675808055&w=2> > > After that update, bind segfaults right on startup. Here is the log when > started interactively. It dies silently when started via /etc/rc.d/isc_bind > start. After downgrading to ics-bind-9.16.9v0 it has no problem.
The amd64 -stable package of isc-bind-9.16.11v0 works for me. Please update to 9.16.11v0 again and "pkg_add debug-isc-bind gdb" then run "egdb named" as root and type "run -g -t /var/named -u _bind -U 4", I assume it will crash again and leave you at a gdb prompt, then please do "bt full" and send the result. Maybe you'll get some more information if you use some debug level, maybe -d 2 (or higher if nothing interesting appears before the crash).