second (?) bug in 3.0.0
Second bug? :-) bird: 2024-12-18 15:01:29.251 [0001] <INFO> Started bird: 2024-12-18 15:01:34.615 [0001] <BUG> Trying to lock in a bad order: 00007fff17afd6e0 000079af687be298 seems to trigger when peers connect config: router id 10.10.255.254; protocol device { } protocol direct { disabled; } protocol kernel { ipv4 { import none; export none; }; } log stderr all; protocol bgp everything { local as 1000; neighbor range 10.0.0.0/8 external; connect delay time 1; ipv4 {import all; export all; next hop self; import table on;}; }
Oh yes, you hold the silver! Please send us the corefile and binary (off-list), we need to know what triggered this in which order. (Yes, multithreading shenanigans, crazy stuff.) If it's too big, ask for an upload link. Thanks! Maria On 18 December 2024 16:12:56 CET, Job Snijders via Bird-users <bird-users@network.cz> wrote:
Second bug? :-)
bird: 2024-12-18 15:01:29.251 [0001] <INFO> Started bird: 2024-12-18 15:01:34.615 [0001] <BUG> Trying to lock in a bad order: 00007fff17afd6e0 000079af687be298
seems to trigger when peers connect
config:
router id 10.10.255.254; protocol device { } protocol direct { disabled; } protocol kernel { ipv4 { import none; export none; }; }
log stderr all; protocol bgp everything { local as 1000; neighbor range 10.0.0.0/8 external; connect delay time 1; ipv4 {import all; export all; next hop self; import table on;}; }
-- Maria Matejka (she/her) | BIRD Team Leader | CZ.NIC, z.s.p.o.
Hola,
On 18 December 2024 16:12:56 CET, Job Snijders via Bird-users <bird-users@network.cz> wrote:
Second bug? :-)
bird: 2024-12-18 15:01:29.251 [0001] <INFO> Started bird: 2024-12-18 15:01:34.615 [0001] <BUG> Trying to lock in a bad order: 00007fff17afd6e0 000079af687be298
seems to trigger when peers connect
Fixed. Another oversight. Luckily it was enough to just move some things around to not violate the locking order, and now it looks like running. https://gitlab.nic.cz/labs/bird/-/commit/6779e5da698feb9b9e02411859ad81885ba... Thanks for your report! Maria -- Maria Matejka (she/her) | BIRD Team Leader | CZ.NIC, z.s.p.o.
On Fri, Dec 20, 2024 at 11:46:53AM +0100, Maria Matejka wrote:
seems to trigger when peers connect
Fixed. Another oversight. Luckily it was enough to just move some things around to not violate the locking order, and now it looks like running.
https://gitlab.nic.cz/labs/bird/-/commit/6779e5da698feb9b9e02411859ad81885ba...
Thanks for your report!
Your fix seems to work, thank you! Kind regards, Job
participants (2)
-
Job Snijders -
Maria Matejka