<!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 Alarig,</p>
<p>this was indeed a problem (and there was some more to fix) and if I
haven’t missed anything (but it now looks OK for me), here is a fixed
version: <a
href="https://gitlab.nic.cz/labs/bird/-/commit/2e14832d36c83b2ab5b7fb28b701de554fa5fdd9"
class="uri">https://gitlab.nic.cz/labs/bird/-/commit/2e14832d36c83b2ab5b7fb28b701de554fa5fdd9</a></p>
<p>If you could check that it works for you as well, it would be very
helpful.</p>
<p>Thank you for your report!<br />
Maria</p>
<p>On Tue, Dec 31, 2024 at 10:05:12AM +0100, Alarig Le Lay via
Bird-users wrote:</p>
<blockquote>
<p>I read the coredump (and the source code) with a fresh cup of coffee,
and acted accordingly:</p>
<p>The error is there: Program terminated with signal SIGSEGV,
Segmentation fault. #0 0x000055861e8cb989 in bgp_rte_recalculate
(table=0x55861fe0a250, net=0x55861fe1b320, new_stored=0x7f13aaedd070,
old_stored=0x0, old_best_stored=0x0) at proto/bgp/attrs.c:2696</p>
<p>Which corresponds to the deterministic med:
https://gitlab.nic.cz/labs/bird/-/blob/v3.0.0/proto/bgp/attrs.c?ref_type=tags#L2696
int old_suppressed = old ? !!(old->pflags & BGP_REF_SUPPRESSED) :
0;</p>
<p>To be used there:
https://gitlab.nic.cz/labs/bird/-/blob/v3.0.0/proto/bgp/attrs.c?ref_type=tags#L2455
n = new->pflags & BGP_REF_SUPPRESSED; o = old->pflags &
BGP_REF_SUPPRESSED;</p>
<p>So I commented it and now bird starts: rr3 ~ # grep med
/etc/bird.conf med metric on; #deterministic med on; med metric on;
#deterministic med on;</p>
<p>On Mon 30 Dec 2024 22:35:02 GMT, Alarig Le Lay wrote:</p>
<blockquote>
<p>Hello David,</p>
<p>Here is the coredump:
https://herbizarre.swordarmor.fr/garbage/core-bird.29074.rr3.swordarmor.fr.1735592879
And here is the config:
https://herbizarre.swordarmor.fr/garbage/bird.conf.29074.rr3.swordarmor.fr.1735592879</p>
<p>I compiled bird3 with the two previous patches of this ML:</p>
<ul>
<li>Applying bird-3.0.0-nest-rt-table.c.patch …</li>
<li>Applying bird-3.0.0-proto-lock.patch …</li>
</ul>
<p>And I enabled the debug:</p>
<p>./configure –prefix=/usr –build=x86_64-pc-linux-gnu
–host=x86_64-pc-linux-gnu –mandir=/usr/share/man
–infodir=/usr/share/info –datadir=/usr/share –sysconfdir=/etc
–localstatedir=/var/lib –datarootdir=/usr/share
–docdir=/usr/share/doc/bird-3.0.0
–htmldir=/usr/share/doc/bird-3.0.0/html –libdir=/usr/lib64
–localstatedir=/var –enable-client –enable-debug –disable-libssh</p>
<p>So I have a different trace in dmesg (I supposed that it’s due to
having debug symbols): [1305799.952226] bird[29075]: segfault at 8 ip
000055861e8cb989 sp 00007f13ab6e0b40 error 4 in
bird[55861e7ed000+15c000] [1305799.952251] Code: 89 c7 e8 13 80 ff ff 89
85 6c ff ff ff 48 8b 45 c0 48 89 c7 e8 2d f3 ff ff 89 85 70 ff ff ff 48
83 7d b0 00 74 18 48 8b 45 b0 <0f> b6 00 0f b6 c0 83 e0 01 85 c0
74 07 b8 01 00 00 00 eb 05 b8 00</p>
<p>Regarding the setup, I don’t think that it’s that unconventional, but
it’s a RR outside of the network (it’s on my own network which is pretty
much experimental, so I experiment). I noticed that I never removed the
OSPF from the kernel filters until now, but even with ‘export none’ I
still get the crash.</p>
<p>So I then tried to enable all the debug options: rr3 ~ # grep debug
/etc/bird.conf debug protocols all; debug channels all; debug tables
all;</p>
<p>And here are the logs: https://paste.swordarmor.fr/raw/Owej</p>
<p>I hope it’s useful, don’t hesitate to ask me if you need anything
else.</p>
<p>Happy new year to you too! Alarig</p>
<p>On Mon 30 Dec 2024 16:49:41 GMT, David Petera wrote:</p>
<blockquote>
<p>Hello Alarig,</p>
<p>thanks for reporting!</p>
<p>The coredump and config would be much appreciated, so I can try
to<br />
reproduce it. Also would you say there is something unconventional about
the said<br />
setup that might be causing the problem?</p>
<p>Thanks in advance and happy new year,</p>
<p>David</p>
<p>On 12/19/24 19:16, Alarig Le Lay via Bird-users wrote:</p>
<blockquote>
<p>Hello Maria,</p>
<p>I thought that I had the same bug, but it seems that it’s a different
one as I applied the patch but I still got a segfault at startup.</p>
<p>[342115.227497] bird[19396]: segfault at 8 ip 00005642c37062db sp
00007fc784295ca0 error 4 in bird[5642c366e000+f0000] [342115.227524]
Code: 39 10 0f 85 e3 8c f6 ff 48 8b 90 b0 01 00 00 8b 8a 10 01 00 00 89
4c 24 24 85 c9 0f 84 d6 00 00 00 4d 85 ff 0f 84 e0 00 00 00 <41>
0f b6 44 24 08 89 c2 83 e2 01 4d 85 ed 75 15 83 c8 01 41 88 44</p>
<p>I can generate a coredump and share my configuration if needed.</p>
<p>Alarig</p>
<p>[…]</p>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<p>–<br />
Maria Matejka (she/her) | BIRD Team Leader | CZ.NIC, z.s.p.o.</p>
</body>
</html>