I tried running /usr/sbin/sshd from the m68k chroot, and I got this error:
Thread 1 "sshd" received signal SIGSEGV, Segmentation fault.
0x00000000608cf7b3 in static_code_gen_buffer ()
(gdb) bt
#0 0x00000000608cf7b3 in static_code_gen_buffer ()
#1 0x000000006003100a in cpu_tb_exec (itb=<optimized out>, itb=<optimized out>, cpu=0x608bc540 <static_code_gen_buffer+3900464>)
at /tmp/qemu-m68k/accel/tcg/cpu-exec.c:166
#2 cpu_loop_exec_tb (tb_exit=<synthetic pointer>, last_tb=<synthetic pointer>, tb=<optimized out>,
cpu=0x608bc540 <static_code_gen_buffer+3900464>) at /tmp/qemu-m68k/accel/tcg/cpu-exec.c:578
#3 cpu_exec (cpu=cpu@entry=0x62628930) at /tmp/qemu-m68k/accel/tcg/cpu-exec.c:676
#4 0x00000000600338d8 in cpu_loop (env=env@entry=0x62630bc0) at /tmp/qemu-m68k/linux-user/main.c:2931
#5 0x0000000060001599 in main (argc=<optimized out>, argv=0x7fff157b0fb8, envp=<optimized out>)
at /tmp/qemu-m68k/linux-user/main.c:4862
Is there any additional information you need to help debug this?
Jason