Hi,
On 23.2.2023 18.18, Chuck Lever III wrote:
Since I cannot reproduce this crash and do not have an m68k
platform available to me, I will need you to continue to
pursue the issue. I'll help as much as I can.
There are multiple m68k emulators that can run m68k Linux. At least
Qemu, WinUAE, Aranym and Hatari.
Of those, Qemu, Aranym & Hatari are available directly from Debian:
* https://packages.debian.org/bookworm/qemu-system-misc
* https://packages.debian.org/bookworm/aranym
* https://packages.debian.org/bookworm/hatari
Crypto in general is very (too) slow on ancient HW which does not have
any crypto instructions or acceleration, so I would avoid emulators that
aim for cycle accuracy with old HW (WinUAE & Hatari).
Qemu can be used to test also other platforms than m68k, and its usage
may be easier to automate for your CI than Aranym, so you could try that
(not necessarily starting with m68k).
- Eero