lsof crashes in Arm Optimized Routines

From: Ronald Klop <ronald-lists_at_klop.ws>
Date: Mon, 14 Nov 2022 20:53:53 UTC
Hi,

See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267760 : Segmentation fault in lsof.
Program received signal SIGSEGV, Segmentation fault.                                                                              
Invalid permissions for mapped object.                                                                                            
memcpy () at /home/ronald/dev/freebsd/src/contrib/arm-optimized-routines/string/aarch64/memcpy.S:175                              
175             stp     D_l, D_h, [dst, 64]!
I also remembered this change: https://cgit.freebsd.org/src/log/contrib/arm-optimized-routines?showmsg=1 about Arm Optimized Routines.

Could this be related? What can I do to help debug this?

Regards,

Ronald.