Re: BIRD 2.0.7 Segmentation fault when using receive limit

2020-11-19 Thread Ondrej Zajicek
On Wed, Nov 18, 2020 at 09:05:57PM +0100, Pier Carlo Chiodi wrote: > Hi, > > thanks a lot, I've managed to test it and I confirm that works fine. > > Can you confirm whether it will be included in 2.0.8? Yes -- Elen sila lumenn' omentielvo Ondrej 'Santiago' Zajicek (email:

Re: BIRD 2.0.7 Segmentation fault when using receive limit

2020-11-18 Thread Pier Carlo Chiodi
Hi, thanks a lot, I've managed to test it and I confirm that works fine. Can you confirm whether it will be included in 2.0.8? Thanks, Pier Carlo On Sun, 15 Nov 2020 at 16:07, Ondrej Zajicek wrote: > On Sun, Nov 01, 2020 at 02:36:40PM +0100, Pier Carlo Chiodi wrote: > > Hello, was anyone

Re: BIRD 2.0.7 Segmentation fault when using receive limit

2020-11-15 Thread Ondrej Zajicek
On Sun, Nov 01, 2020 at 02:36:40PM +0100, Pier Carlo Chiodi wrote: > Hello, was anyone else able to reproduce this issue? > I've been able to reproduce it also using the code from master. > > I paste some more info here, I hope they'll be useful to troubleshoot it. > > Thanks Hi Sorry for late

Re: BIRD 2.0.7 Segmentation fault when using receive limit

2020-11-01 Thread Ondrej Zajicek
On Sun, Nov 01, 2020 at 02:36:40PM +0100, Pier Carlo Chiodi wrote: > Hello, was anyone else able to reproduce this issue? > I've been able to reproduce it also using the code from master. Hello Thanks for the bugreport and backtrace. Now i have an idea what causes the issue and how to reproduce

Re: BIRD 2.0.7 Segmentation fault when using receive limit

2020-11-01 Thread Pier Carlo Chiodi
received signal SIGSEGV, Segmentation fault. 0x55b5c20d8eb1 in net_format (N=0xcdcdcdcdcdcdcde5, buf=0x7ffc6c8d0570 "", buflen=257) at lib/net.c:82 82 switch (n->n.type) (gdb) (gdb) (gdb) bt #0 0x55b5c20d8eb1 in net_format (N=0xcdcdcdcdcdcdcde5, buf=0x7ffc6c8d05

BIRD 2.0.7 Segmentation fault when using receive limit

2020-10-24 Thread Pier Carlo Chiodi
Hello, I'm getting a "Segmentation fault" error on BIRD 2.0.7 when I use 'receive limit X'. I've got the error when using either 'action block' or 'action disable'. In the same scenario, if I change the config to use 'import limit X' everything works fine. The error happens as soon as

Re: Segmentation fault on 2.0.5

2019-08-14 Thread Radu Anghel
On 13.08.2019 17:45, Maria Jan Matejka wrote: define myvar = false; function something () { if myvar then { return false; } return true; } protocol device DEVICE { } Could this be because of the new filter code or something else? Hello Thanks for bugreport. Yes,

Re: Segmentation fault on 2.0.5

2019-08-13 Thread Maria Jan Matejka
>> define myvar = false; >> >> function something () { >> if myvar then { >> return false; >> } >> >> return true; >> } >> >> protocol device DEVICE { >> >> } >> >> Could this be because of the new filter code or something else? > > Hello > > Thanks for bugreport. Yes, it is

Re: Segmentation fault on 2.0.5

2019-08-10 Thread Ondrej Zajicek
On Sat, Aug 10, 2019 at 02:22:18PM +0300, Radu Anghel wrote: > Hello, > > I recently upgraded BIRD from 2.0.4 to 2.0.5 and with the same (pretty > large) .conf I got Segmentation fault. > > Until today I didn't have time to debug it, but here it goes: > > With this simp

Segmentation fault on 2.0.5

2019-08-10 Thread Radu Anghel
Hello, I recently upgraded BIRD from 2.0.4 to 2.0.5 and with the same (pretty large) .conf I got Segmentation fault. Until today I didn't have time to debug it, but here it goes: With this simple .conf I get seg fault on 2.0.5 while 2.0.4 works as expected. (if I define myvar = true it doesn't

Re: segmentation fault

2019-07-30 Thread Maria Jan Matejka
On 7/30/19 3:01 PM, Илья Шипицин wrote: > are you going to make new release ? Surely, we're just finalizing the new features and fixing last found bugs. It's to be released soon. Maria smime.p7s Description: S/MIME Cryptographic Signature

Re: segmentation fault

2019-07-30 Thread Илья Шипицин
are you going to make new release ? вт, 30 июл. 2019 г. в 15:23, Maria Jan Matejka : > On 7/28/19 6:35 PM, Ondrej Zajicek wrote: > > On Sun, Jul 28, 2019 at 06:58:06PM +0500, Илья Шипицин wrote: > >> hello, > >> > >> I'm running bird git-master > >> > >> ... > >> on SIGHUP sometimes bird crashes

Re: segmentation fault

2019-07-30 Thread Maria Jan Matejka
On 7/28/19 6:35 PM, Ondrej Zajicek wrote: > On Sun, Jul 28, 2019 at 06:58:06PM +0500, Илья Шипицин wrote: >> hello, >> >> I'm running bird git-master >> >> ... >> on SIGHUP sometimes bird crashes >> >> >> (gdb) bt >> #0 _IO_vfprintf_internal (s=0x0, format=0x4ddaf9 "%s <%s> ", >>

Re: segmentation fault

2019-07-28 Thread Ondrej Zajicek
On Sun, Jul 28, 2019 at 06:58:06PM +0500, Илья Шипицин wrote: > hello, > > I'm running bird git-master > > ... > on SIGHUP sometimes bird crashes > > > (gdb) bt > #0 _IO_vfprintf_internal (s=0x0, format=0x4ddaf9 "%s <%s> ", > ap=ap@entry=0x7f9954af06d8) ... > in case someone interested,

segmentation fault

2019-07-28 Thread Илья Шипицин
hello, I'm running bird git-master config (OSPF +BFD): log "/var/log/bird.log" all; debug protocols all; router id X.X.X.X; filter deny_default { if net = 0.0.0.0/0 then reject; else accept; } filter permit_white { if net ~ [ X.X.X.X/32 ,X.X.X.X/32,X.X.X.X/32 ] then

segmentation fault in radv protocol

2018-07-19 Thread Julian Schuh
Hi everyone, while poking around with bird I stumbled upon a reproducible segmentation fault in the radv protocol (I think). I’m using bird 2.0.2 with the following config (simplified for debugging purposes): log syslog all; debug protocols all; protocol device { } protocol radv

Re: BIRD 2.0.1 Segmentation fault when configured with merge paths

2018-01-24 Thread Petko Bordjukov
On Tue, 23 Jan 2018 16:14:28 +0200, Ondrej Zajicek wrote: > Attached patch should fix it. > Hello, It does. Thank you!

Re: BIRD 2.0.1 Segmentation fault when configured with merge paths

2018-01-23 Thread Ondrej Zajicek
On Fri, Jan 19, 2018 at 04:22:24PM +0200, Petko Bordjukov wrote: > Hello, > > Example config file that causes the SEGFAULT: > > router id 192.168.1.1; > > protocol kernel { > merge paths; > ipv6 { > export all; > }; > } Hello Attached patch should fix

Re: BIRD 2.0.1 Segmentation fault when configured with merge paths

2018-01-19 Thread Ondrej Zajicek
On Fri, Jan 19, 2018 at 04:22:24PM +0200, Petko Bordjukov wrote: > Hello, > > Example config file that causes the SEGFAULT: > > router id 192.168.1.1; > > protocol kernel { > merge paths; > ipv6 { > export all; > }; > } > > I am able to provide core dump

BIRD 2.0.1 Segmentation fault when configured with merge paths

2018-01-19 Thread Petko Bordjukov
Hello, Example config file that causes the SEGFAULT: router id 192.168.1.1; protocol kernel { merge paths; ipv6 { export all; }; } Program terminated with signal SIGSEGV, Segmentation fault. #0 0x56445cef23ea in krt_set_merge_paths (cc=0x0, merge=1

Re: BIRD v2.0.0-11-gc36a298 segmentation fault

2017-12-27 Thread Ondrej Zajicek
On Wed, Dec 27, 2017 at 06:20:44PM +0100, Clemens Schrimpe wrote: > The fix came from Ondrej Zajicek, who also -I think- put it back upstream?! No, that fix is just workaround, i did not make yet a proper fix for the upstream. -- Elen sila lumenn' omentielvo Ondrej 'Santiago' Zajicek (email:

Re: BIRD v2.0.0-11-gc36a298 segmentation fault

2017-12-27 Thread Clemens Schrimpe
SA_RESTORER, 0x7f08899e9390}, 8) = 0 >>> rt_sigaction(SIGTSTP, {0x7f0889e45b60, [], SA_RESTORER, 0x7f08899e9390}, >>> {SIG_DFL, [], SA_RESTORER, 0x7f08899e9390}, 8) = 0 >>> rt_sigaction(SIGTTOU, {0x7f0889e45b60, [], SA_RESTORER, 0x7f08899e9390}, >>> {SIG_D

Re: BIRD v2.0.0-11-gc36a298 segmentation fault

2017-12-27 Thread Mike Neo
G_DFL, [], SA_RESTORER, 0x7f08899e9390}, 8) = 0 > rt_sigaction(SIGTTIN, {0x7f0889e45b60, [], SA_RESTORER, 0x7f08899e9390}, > {SIG_DFL, [], SA_RESTORER, 0x7f08899e9390}, 8) = 0 > rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 > rt_sigaction(SIGWINCH, {0x7f0889e45110, [], SA_RESTORER|SA_RESTART, >

Re: BIRD v2.0.0-11-gc36a298 segmentation fault

2017-12-27 Thread Clemens Schrimpe
7:20 GMT+01:00 Michael McConnell <mich...@winkstreaming.com>: >> Try running >> >> strace -f bird -f -u bird -g bird >> >> and providing the last 20 or 30 lines of the output. >> >> -- >> Michael McConnell >> WINK Streaming; >> email: mich...@

BIRD v2.0.0-11-gc36a298 segmentation fault

2017-12-27 Thread Mike Neo
Hi, using up arrow in birdc causes segmentation fault: [image: Obraz w treści 1] *syslog:* Dec 27 16:55:56 r1 kernel: [331700.979873] birdc[15259] segfault at 0 ip 7fab7221ba0b sp 7ffef0ee16c8 error 4 in libreadline.so.6.3[7fab721ed000+3d000] *environment:* Description