Re: ospf6d ls_update segv

2020-05-02 Thread Stuart Henderson
On 2020/05/02 16:48, Stuart Henderson wrote:
> Seeing some of these, including in brand new -current. I think it's triggered
> when another ospf6-speaker in the area restarts.
> 
> ospf6d[1296]: route decision engine exiting
> ospf6d[214]: kernel routing table decoupled
> ospf6d[214]: ospf engine terminated; signal 11
> ospf6d[214]: terminating
> 
> Program terminated with signal SIGSEGV, Segmentation fault.
> #0  add_ls_update (buf=, iface=0xdada9dbfc00, 
> data=0xdada9dbd1c0, len=, 
> older=) at /usr/src/usr.sbin/ospf6d/lsupdate.c:211
> 211 memcpy(lsage, , sizeof(age));
> (gdb) bt
> #0  add_ls_update (buf=, iface=0xdada9dbfc00, 
> data=0xdada9dbd1c0, len=, 
> older=) at /usr/src/usr.sbin/ospf6d/lsupdate.c:211
> #1  ls_retrans_timer (fd=, event=, 
> bula=)
> at /usr/src/usr.sbin/ospf6d/lsupdate.c:493
> #2  0x0dadf8147fbf in event_process_active (base=) at 
> /usr/src/lib/libevent/event.c:333
> #3  event_base_loop (base=0xdada9dc3800, flags=0) at 
> /usr/src/lib/libevent/event.c:483
> #4  0x0dab3c11bf75 in ospfe (xconf=0xdada9db9f00, 
> pipe_parent2ospfe=0xdab3c132230 , 
> pipe_ospfe2rde=0xdab3c132228 , 
> pipe_parent2rde=0xdab3c132238 )
> at /usr/src/usr.sbin/ospf6d/ospfe.c:187
> #5  0x0dab3c11a34d in main (argc=0, argv=0x7f7be018) at 
> /usr/src/usr.sbin/ospf6d/ospf6d.c:234
> 
> Any ideas?
> 
> 

I should add: also seen on one running a snap from Feb 20th so it's not 
super-new.



ospf6d ls_update segv

2020-05-02 Thread Stuart Henderson
Seeing some of these, including in brand new -current. I think it's triggered
when another ospf6-speaker in the area restarts.

ospf6d[1296]: route decision engine exiting
ospf6d[214]: kernel routing table decoupled
ospf6d[214]: ospf engine terminated; signal 11
ospf6d[214]: terminating

Program terminated with signal SIGSEGV, Segmentation fault.
#0  add_ls_update (buf=, iface=0xdada9dbfc00, 
data=0xdada9dbd1c0, len=, 
older=) at /usr/src/usr.sbin/ospf6d/lsupdate.c:211
211 memcpy(lsage, , sizeof(age));
(gdb) bt
#0  add_ls_update (buf=, iface=0xdada9dbfc00, 
data=0xdada9dbd1c0, len=, 
older=) at /usr/src/usr.sbin/ospf6d/lsupdate.c:211
#1  ls_retrans_timer (fd=, event=, 
bula=)
at /usr/src/usr.sbin/ospf6d/lsupdate.c:493
#2  0x0dadf8147fbf in event_process_active (base=) at 
/usr/src/lib/libevent/event.c:333
#3  event_base_loop (base=0xdada9dc3800, flags=0) at 
/usr/src/lib/libevent/event.c:483
#4  0x0dab3c11bf75 in ospfe (xconf=0xdada9db9f00, 
pipe_parent2ospfe=0xdab3c132230 , 
pipe_ospfe2rde=0xdab3c132228 , 
pipe_parent2rde=0xdab3c132238 )
at /usr/src/usr.sbin/ospf6d/ospfe.c:187
#5  0x0dab3c11a34d in main (argc=0, argv=0x7f7be018) at 
/usr/src/usr.sbin/ospf6d/ospf6d.c:234

Any ideas?