[Bug 237640] dns/bind914 aborts with __c11_atomic_load
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Apr 29 08:48:24 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237640
Bug ID: 237640
Summary: dns/bind914 aborts with __c11_atomic_load
Product: Ports & Packages
Version: Latest
Hardware: amd64
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: mat at FreeBSD.org
Reporter: dinoex at FreeBSD.org
Flags: maintainer-feedback?(mat at FreeBSD.org)
Assignee: mat at FreeBSD.org
FreeBSD 1.2 amd64
running bind in dedicated jail without NAT.
Trying to upgrade a running bind912 to bind914.
starting the new version it crashes on start.
I see this on 3 of 5 Instances,
some with base openssl, with openssl or openssl111 from ports.
logfile:
starting BIND 9.14.1 (Stable Release) <id:d4c1008>
built with '--localstatedir=/var' '--disable-linux-caps'
'--with-libxml2=/usr/local' '--with-readline=-L/usr/local/lib -ledit'
'--with-dlopen=yes' '--with-openssl=/usr/local'
'--sysconfdir=/usr/local/etc/namedb' '--with-dlz-filesystem=yes'
'--disable-dnstap' '--disable-fixed-rrset' '--without-gssapi'
'--with-libidn2=/usr/local' '--with-libjson=/usr/local' '--disable-largefile'
'--with-lmdb=/usr/local' '--disable-native-pkcs11' '--without-python'
'--disable-querytrace' 'STD_CDEFINES=-DDIG_SIGCHASE=1' '--enable-tcp-fastopen'
'--with-tuning=default' '--disable-symtable' '--prefix=/usr/local'
'--mandir=/usr/local/man' '--infodir=/usr/local/share/info/'
'--build=amd64-portbld-freebsd11.2' 'build_alias=amd64-portbld-freebsd11.2'
'CC=cc' 'CFLAGS=-O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -isystem
/usr/local/include -fno-strict-aliasing ' 'LDFLAGS= -Wl,-rpath,/usr/local/lib
-fstack-protector-strong ' 'LIBS=-L/usr/local/lib' 'CPPFLAGS=-DLIBICONV_PLUG
-isystem /usr/local/includ
compiled by CLANG 4.2.1 Compatible FreeBSD Clang 6.0.0 (tags/RELEASE_600/final
326565)
compiled with OpenSSL version: OpenSSL 1.0.2r 26 Feb 2019
linked to OpenSSL version: OpenSSL 1.0.2r 26 Feb 2019
compiled with libxml2 version: 2.9.8
linked to libxml2 version: 20908
compiled with libjson-c version: 0.13.1
linked to libjson-c version: 0.13.1
compiled with zlib version: 1.2.11
linked to zlib version: 1.2.11
[...]
found 2 CPUs, using 2 worker threads
using 2 UDP listeners per interface
using up to 4096 sockets
[...]
all zones loaded
running
[...]
zone ******.***.org/IN: sending notifies (serial 20********)
zone ******.***.org/IN: sending notifies (serial 20********)
zone ******.***.org/IN: sending notifies (serial 20********)
[...]socket.c:2601: REQUIRE((uint_fast32_t)__c11_atomic_load(&sock->references,
memory_order_acquire) == 1) failed, back trace
#0 0x439200 in ??
#1 0x6107da in ??
#2 0x63699d in ??
#3 0x4c2c27 in ??
#4 0x4bf758 in ??
all 15 notifies had been logged.
with bind912 I get this line after the last notify:
resolver priming query complete
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list