Borja Marcos
2020-09-01 15:12:39 UTC
Hi,
I had a named process aborting with an assert.
<26>1 2020-08-27T15:52:04.000000+00:00 host named 6520 - - rbt.c:2355: REQUIRE(newbits <= rbt->maxhashbits) failed, back trace
<26>1 2020-08-27T15:52:04.000000+00:00 host named 6520 - - #0 0x43d260 in ??
<26>1 2020-08-27T15:52:04.000000+00:00 host named 6520 - - #1 0x62035a in ??
<26>1 2020-08-27T15:52:04.000000+00:00 host named 6520 - - #2 0x514868 in ??
<26>1 2020-08-27T15:52:04.000000+00:00 host named 6520 - - #3 0x515616 in ??
<26>1 2020-08-27T15:52:04.000000+00:00 host named 6520 - - #4 0x529c7d in ??
<26>1 2020-08-27T15:52:04.000000+00:00 host named 6520 - - #5 0x579df7 in ??
<26>1 2020-08-27T15:52:04.000000+00:00 host named 6520 - - #6 0x645e1c in ??
<26>1 2020-08-27T15:52:04.000000+00:00 host named 6520 - - #7 0x80225e036 in ??
<26>1 2020-08-27T15:52:04.000000+00:00 host named 6520 - - exiting (due to assertion failure)
<6>1 2020-08-27T15:52:04.091803+00:00 host kernel - - - pid 6520 (named), jid 0, uid 53: exited on signal 6
I have a full log of queries (it’s a recursive only server) and I haven’t seen anything unusual before the crash. Unfortunately the
program was stripped, I have recompiled it with debug symbols.
It is bind 9.16.6, built from ports on FreeBSD 11.3.
Any hint on what to look for? Fortunately I have another server running 9.11. It wasn’t affected.
Thanks!
Borja.
I had a named process aborting with an assert.
<26>1 2020-08-27T15:52:04.000000+00:00 host named 6520 - - rbt.c:2355: REQUIRE(newbits <= rbt->maxhashbits) failed, back trace
<26>1 2020-08-27T15:52:04.000000+00:00 host named 6520 - - #0 0x43d260 in ??
<26>1 2020-08-27T15:52:04.000000+00:00 host named 6520 - - #1 0x62035a in ??
<26>1 2020-08-27T15:52:04.000000+00:00 host named 6520 - - #2 0x514868 in ??
<26>1 2020-08-27T15:52:04.000000+00:00 host named 6520 - - #3 0x515616 in ??
<26>1 2020-08-27T15:52:04.000000+00:00 host named 6520 - - #4 0x529c7d in ??
<26>1 2020-08-27T15:52:04.000000+00:00 host named 6520 - - #5 0x579df7 in ??
<26>1 2020-08-27T15:52:04.000000+00:00 host named 6520 - - #6 0x645e1c in ??
<26>1 2020-08-27T15:52:04.000000+00:00 host named 6520 - - #7 0x80225e036 in ??
<26>1 2020-08-27T15:52:04.000000+00:00 host named 6520 - - exiting (due to assertion failure)
<6>1 2020-08-27T15:52:04.091803+00:00 host kernel - - - pid 6520 (named), jid 0, uid 53: exited on signal 6
I have a full log of queries (it’s a recursive only server) and I haven’t seen anything unusual before the crash. Unfortunately the
program was stripped, I have recompiled it with debug symbols.
It is bind 9.16.6, built from ports on FreeBSD 11.3.
Any hint on what to look for? Fortunately I have another server running 9.11. It wasn’t affected.
Thanks!
Borja.