routinator busted in 13.1-RC3

From: BulkMailForRudy <crapsh_at_monkeybrains.net>
Date: Wed, 20 Apr 2022 18:31:20 UTC
I had added RPKI rules in our FRR config, upgraded to 13.1 and was 
confused why we had no routes coming via BGP.

Apparently, routinator took a core dump.


#truss /usr/local/etc/rc.d/routinator onestart

[...snip...]

Starting routinator.
write(1,"Starting routinator.\n",21)         = 21 (0x15)
fstatat(AT_FDCWD,"/sbin/limits",0x7fffffffda60,0x0) ERR#2 'No such file 
or directory'
fstatat(AT_FDCWD,"/bin/limits",0x7fffffffda60,0x0) ERR#2 'No such file 
or directory'
fstatat(AT_FDCWD,"/usr/sbin/limits",0x7fffffffda60,0x0) ERR#2 'No such 
file or directory'
fstatat(AT_FDCWD,"/usr/bin/limits",{ mode=-r-xr-xr-x 
,inode=444853,size=27776,blksize=28160 },0x0) = 0 (0x0)
vfork()                         = 2105 (0x839)
wait4(-1,{ SIGNALED,sig=SIGSYS,cored },0x0,0x0)     = 2105 (0x839)
fstatat(AT_FDCWD,"/usr/share/nls/C.UTF-8/libc.cat",0x7fffffffd900,0x0) 
ERR#2 'No such file or directory'
fstatat(AT_FDCWD,"/usr/share/nls/libc/C.UTF-8",0x7fffffffd900,0x0) ERR#2 
'No such file or directory'
fstatat(AT_FDCWD,"/usr/local/share/nls/C.UTF-8/libc.cat",0x7fffffffd900,0x0) 
ERR#2 'No such file or directory'
fstatat(AT_FDCWD,"/usr/local/share/nls/libc/C.UTF-8",0x7fffffffd900,0x0) 
ERR#2 'No such file or directory'
Bad system call (core dumped)
write(2,"Bad system call (core dumped)\n",30)     = 30 (0x1e)

Rudy