Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Apr 2019 08:48:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 237640] dns/bind914 aborts with __c11_atomic_load
Message-ID:  <bug-237640-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237640

            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@FreeBSD.org
          Reporter: dinoex@FreeBSD.org
             Flags: maintainer-feedback?(mat@FreeBSD.org)
          Assignee: mat@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=3D/var' '--disable-linux-caps'
'--with-libxml2=3D/usr/local' '--with-readline=3D-L/usr/local/lib -ledit'
'--with-dlopen=3Dyes' '--with-openssl=3D/usr/local'
'--sysconfdir=3D/usr/local/etc/namedb' '--with-dlz-filesystem=3Dyes'
'--disable-dnstap' '--disable-fixed-rrset' '--without-gssapi'
'--with-libidn2=3D/usr/local' '--with-libjson=3D/usr/local' '--disable-larg=
efile'
'--with-lmdb=3D/usr/local' '--disable-native-pkcs11' '--without-python'
'--disable-querytrace' 'STD_CDEFINES=3D-DDIG_SIGCHASE=3D1' '--enable-tcp-fa=
stopen'
'--with-tuning=3Ddefault' '--disable-symtable' '--prefix=3D/usr/local'
'--mandir=3D/usr/local/man' '--infodir=3D/usr/local/share/info/'
'--build=3Damd64-portbld-freebsd11.2' 'build_alias=3Damd64-portbld-freebsd1=
1.2'
'CC=3Dcc' 'CFLAGS=3D-O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -isy=
stem
/usr/local/include -fno-strict-aliasing ' 'LDFLAGS=3D -Wl,-rpath,/usr/local=
/lib
-fstack-protector-strong ' 'LIBS=3D-L/usr/local/lib' 'CPPFLAGS=3D-DLIBICONV=
_PLUG
-isystem /usr/local/includ
compiled by CLANG 4.2.1 Compatible FreeBSD Clang 6.0.0 (tags/RELEASE_600/fi=
nal
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->referen=
ces,
memory_order_acquire) =3D=3D 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

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-237640-7788>