<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8" />
  <meta name="generator" content="pandoc" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
  <style>
html {
  line-height: 1.2;
  font-family: serif;
  font-size: 0.9em;
  color: black; 
  background-color: white;
}
body {
  margin: 0;
  margin-right: auto;
  max-width: 36em;
  padding: 1em;
  hyphens: auto;
  overflow-wrap: break-word;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
}
@media print {
  body {
    background-color: transparent;
    color: black;
    font-size: 11pt;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3, h4 {
    page-break-after: avoid;
  }
}
p {
  margin: 1em 0;
}
a {
  color: black;
}
a:visited {
  color: black;
}
img {
  max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 1.4em;
}
h5, h6 {
  font-size: 1em;
  font-style: italic;
}
h6 {
  font-weight: normal;
}
ol, ul {
  padding-left: 1.7em;
  margin-top: 1em;
}
li > ol, li > ul {
  margin-top: 0;
}
blockquote {
  margin: 0.5em;
  padding-left: 0.5em;
  border-left: 2px solid #e6e6e6;
  color: #444;
}
code {
  font-family: 'Lucida Console', monospace;
  font-size: 95%;
  margin: 0;
}
pre {
  margin: 1em 0;
  overflow: auto;
  max-width: unset;
  width: fit-content;
}
pre code {
  padding: 0;
  overflow: visible;
  overflow-wrap: normal;
  max-width: unset;
  white-space: pre-wrap;
}
pre code span {
  white-space: pre;
}
.sourceCode {
 background-color: transparent;
 overflow: visible;
}

code.diff span.kw,
code.diff span.dt {
  font-weight: bold;
}

code.diff span.va {
  background-color: rgba(192, 255, 192, 64);
  color: rgb(0, 64, 0);
}

code.diff span.st {
  background-color: rgba(255, 192, 192, 64);
  color: rgb(64, 0, 0);
}

pre.diff {
  background-color: rgb(240, 240, 240);
  padding: 0.4em;
  border: 1pt solid grey;
}

hr {
  background-color: black;
  border: none;
  height: 1px;
  margin: 1em 0;
}
table {
  margin: 1em 0;
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
  display: block;
  font-variant-numeric: lining-nums tabular-nums;
}
table caption {
  margin-bottom: 0.75em;
}
tbody {
  margin-top: 0.5em;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
th {
  border-top: 1px solid black;
  padding: 0.25em 0.5em 0.25em 0.5em;
}
td {
  padding: 0.125em 0.5em 0.25em 0.5em;
}
header {
  margin-bottom: 4em;
  text-align: center;
}
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
q { quotes: "„" "”" "»" "«"; }
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
  </style>
</head>
<body>
<p>Hello Matt,</p>
<p>thanks for this, i’m expecting to check this soon. Do i understand
correctly that this happens when BIRD crashes and leaves routes behind
in the kernel table, and then you re-start? Is there by any chance a
possibility to get the core and/or the config file from you, please?</p>
<p>Thanks!<br />
Maria</p>
<p>On Mon, Oct 06, 2025 at 10:43:52AM -0400, Matt Corallo wrote:</p>
<blockquote>
<p>Thanks for all the work on bird3. It looks like 3.1.4 is much more
stable than past releases, however I still get a crash if I start it
while a routing table that bird is responsible for has stale entries
left over from a past run which crashed. I now see</p>
<p>#0 __pthread_kill_implementation (threadid=<optimized out>,
signo=signo@entry=6, no_tid=no_tid@entry=0) at ./nptl/pthread_kill.c:44
#1 0x00007ffff7dd99ff in __pthread_kill_internal
(threadid=<optimized out>, signo=6) at ./nptl/pthread_kill.c:89 #2
0x00007ffff7d84cc2 in __GI_raise (sig=sig@entry=6) at
../sysdeps/posix/raise.c:26 #3 0x00007ffff7d6d4ac in __GI_abort () at
./stdlib/abort.c:73 #4 0x000055555566044c in bug
(msg=msg@entry=0x555555670ee0 “Assertion ‘%s’ failed at %s:%d”) at
sysdep/unix/log.c:412 #5 0x00005555555ebd92 in rt_next_hop_update_rte
(old=0x7fffc74f2038, new=0x7ffff6a5d160) at nest/rt-table.c:4120 #6
rt_next_hop_update_net (tab=<optimized out>, ni=<optimized out>,
n=<optimized out>) at nest/rt-table.c:4357 #7 rt_next_hop_update
(_tab=<optimized out>) at nest/rt-table.c:4579 #8 0x00005555555ac0a4 in
ev_run_list_limited (l=l@entry=0x5555557da288, limit=4294967294,
limit@entry=4294967295) at lib/event.c:338 #9 0x000055555565d64c in
birdloop_run (_loop=0x5555557da1b0) at sysdep/unix/io-loop.c:1836 #10
0x00005555555ac0a4 in ev_run_list_limited (l=0x5555558cce78,
limit=4294967283, limit@entry=4294967295) at lib/event.c:338 #11
0x000055555565b40f in bird_thread_main (arg=0x5555558cd0d0) at
sysdep/unix/io-loop.c:952 #12 0x00007ffff7dd7b7b in start_thread
(arg=<optimized out>) at ./nptl/pthread_create.c:448 #13
0x00007ffff7e557b8 in <strong>GI</strong>_clone3 () at
../sysdeps/unix/sysv/linux/x86_64/clone3.S:78</p>
</blockquote>
<p>–<br />
Maria Matejka (she/her) | BIRD Team Leader | CZ.NIC, z.s.p.o.</p>
</body>
</html>