On Sun, 17 Dec 2023 10:13:39 +0100 Jan Stary <h...@stare.cz> wrote: > msyscall f6e75108000 a7000 error > Segmentation fault (core dumped) > > [firefox]20388/413659 pc=f6e7511847b inside f6e8575b000-f6e85766fff: bogus > syscall
I got a crash like this in irssi on powerpc, because the process loaded both libc.so.97.1 and libc.so.98.0 but msyscall(2) allows only one libc to make syscalls. This kind of crash should go away after "pkg_add -u" has new packages that stop using the old libc. --gkoehler