Re: Bug Report: Unaligned Access in BGP Code on ARMv7 Platforms

2024-12-10 Thread Ondrej Zajicek
On Wed, Dec 11, 2024 at 02:14:39AM +0100, nick wrote: > Thank you! I just ran a quick test and encountered the same crash at the > same line. I’ll have more time to investigate tomorrow and can provide > additional details then. Do you have any other ideas I could try in the > meantime? A part of

Re: Bug Report: Unaligned Access in BGP Code on ARMv7 Platforms

2024-12-10 Thread Ondrej Zajicek
On Tue, Dec 10, 2024 at 09:15:46PM +0100, nick via Bird-users wrote: > I also uploaded the coredumpfile: > https://github.com/PolynomialDivision/coredumpupload/blob/main/bird_coredump Thanks. This seems like an interesting issue. In BIRD, generic net_addr structure is explicitly u64-aligned (to ac

Re: Bug Report: Unaligned Access in BGP Code on ARMv7 Platforms

2024-12-10 Thread nick via Bird-users
Thank you! I just ran a quick test and encountered the same crash at the same line. I’ll have more time to investigate tomorrow and can provide additional details then. Do you have any other ideas I could try in the meantime? Core dump: https://github.com/PolynomialDivision/coredumpupload/tree

Re: Bug Report: Unaligned Access in BGP Code on ARMv7 Platforms

2024-12-10 Thread nick via Bird-users
I also uploaded the coredumpfile: https://github.com/PolynomialDivision/coredumpupload/blob/main/bird_coredump On 12/10/24 8:56 PM, nick via Bird-users wrote: Sorry for the long response time. Here is the requested output: Program received signal SIGBUS, Bus error. 0x00056fc0 in bgp_get_prefi

Re: Bug Report: Unaligned Access in BGP Code on ARMv7 Platforms

2024-12-10 Thread nick via Bird-users
Sorry for the long response time. Here is the requested output: Program received signal SIGBUS, Bus error. 0x00056fc0 in bgp_get_prefix (path_id=0, net=0xb6f0709c, c=0xb6ee9bc0) at proto/bgp/attrs.c:1710 1710    proto/bgp/attrs.c: No such file or directory. (gdb) p sizeof(struct mblock) $1 =

BIRD 2.16

2024-12-10 Thread Ondrej Filip
Dear BIRD Users, we are releasing version 2.16 of BIRD. We added support for ASPA, made filters better, there are also several new handy features in BFD and OSPF, and we massively optimized BMP. Considering out-of tree code, there is TCP-AO which we expect to merge soon, and EVPN support wher