qemu-system-arm panic on X86_64
by Pigi_102 from LinuxQuestions.org on (#4ZRQQ)
Hi all,
I'm trying to follow the indication on
https://docs.slackware.com/howtos:ha...cross-compiler, because I would like to try to finish the google-go-lang build as described in another thread.
I've followed everything and on the first try I had an error that had been easily addressed. It was a problem with the vlan keyword on the NETTYPE.
After this I've issued the installer_launch script but after the tipical kernel messages it starts complaining with:
Code:[ 170.107314] Run /init as init process
/etc/rc.d/rc.modules-arm: line 67: 108 Segmentation fault $MP $mod > /dev/null 2>&1
/etc/rc.d/rc.modules-arm: line 67: 109 Segmentation fault $MP $mod > /dev/null 2>&1
/etc/rc.d/rc.modules-arm: line 67: 110 Segmentation fault $MP $mod > /dev/null 2>&1and does this for many lines.
At the end f this errors I get a prompt, but whichever command I issue I get a kernel panic and the only thing I have to do is kill the qemu-system-arm ( from antoher windows ):
Code:[ 934.152688] Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b
[ 934.154074] CPU: 0 PID: 1 Comm: init Not tainted 5.4.18-armv7 #2
[ 934.154891] Hardware name: ARM-Versatile Express
[ 934.156754] [<c030f480>] (unwind_backtrace) from [<c030a8e4>] (show_stack+0x10/0x14)
[ 934.158127] [<c030a8e4>] (show_stack) from [<c09edd48>] (dump_stack+0xb8/0xdc)
[ 934.159417] [<c09edd48>] (dump_stack) from [<c033e708>] (panic+0xe8/0x2fc)
[ 934.160774] [<c033e708>] (panic) from [<c0341a58>] (do_exit+0x1a0/0x9b0)
[ 934.161711] [<c0341a58>] (do_exit) from [<c0342db8>] (do_group_exit+0x58/0xb8)
[ 934.162788] [<c0342db8>] (do_group_exit) from [<c034d144>] (get_signal+0x194/0x61c)
[ 934.164075] [<c034d144>] (get_signal) from [<c030a1f0>] (do_work_pending+0xc4/0x34c)
[ 934.165259] [<c030a1f0>] (do_work_pending) from [<c0301064>] (slow_work_pending+0xc/0x20)
[ 934.166401] Exception stack(0xee095fb0 to 0xee095ff8)
[ 934.167369] 5fa0: b6ef3fd0 00000000 00000019 bec6dc81
[ 934.168653] 5fc0: b6f99e00 b6fb9950 00000001 00000002 00000000 00000000 b6fbc000 001017c8
[ 934.169881] 5fe0: 00101308 bec6dc88 00000001 00000000 60010030 ffffffff
[ 934.171634] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b ]---Is there someone that has addressed this problem ?
Thx
Pigi


I'm trying to follow the indication on
https://docs.slackware.com/howtos:ha...cross-compiler, because I would like to try to finish the google-go-lang build as described in another thread.
I've followed everything and on the first try I had an error that had been easily addressed. It was a problem with the vlan keyword on the NETTYPE.
After this I've issued the installer_launch script but after the tipical kernel messages it starts complaining with:
Code:[ 170.107314] Run /init as init process
/etc/rc.d/rc.modules-arm: line 67: 108 Segmentation fault $MP $mod > /dev/null 2>&1
/etc/rc.d/rc.modules-arm: line 67: 109 Segmentation fault $MP $mod > /dev/null 2>&1
/etc/rc.d/rc.modules-arm: line 67: 110 Segmentation fault $MP $mod > /dev/null 2>&1and does this for many lines.
At the end f this errors I get a prompt, but whichever command I issue I get a kernel panic and the only thing I have to do is kill the qemu-system-arm ( from antoher windows ):
Code:[ 934.152688] Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b
[ 934.154074] CPU: 0 PID: 1 Comm: init Not tainted 5.4.18-armv7 #2
[ 934.154891] Hardware name: ARM-Versatile Express
[ 934.156754] [<c030f480>] (unwind_backtrace) from [<c030a8e4>] (show_stack+0x10/0x14)
[ 934.158127] [<c030a8e4>] (show_stack) from [<c09edd48>] (dump_stack+0xb8/0xdc)
[ 934.159417] [<c09edd48>] (dump_stack) from [<c033e708>] (panic+0xe8/0x2fc)
[ 934.160774] [<c033e708>] (panic) from [<c0341a58>] (do_exit+0x1a0/0x9b0)
[ 934.161711] [<c0341a58>] (do_exit) from [<c0342db8>] (do_group_exit+0x58/0xb8)
[ 934.162788] [<c0342db8>] (do_group_exit) from [<c034d144>] (get_signal+0x194/0x61c)
[ 934.164075] [<c034d144>] (get_signal) from [<c030a1f0>] (do_work_pending+0xc4/0x34c)
[ 934.165259] [<c030a1f0>] (do_work_pending) from [<c0301064>] (slow_work_pending+0xc/0x20)
[ 934.166401] Exception stack(0xee095fb0 to 0xee095ff8)
[ 934.167369] 5fa0: b6ef3fd0 00000000 00000019 bec6dc81
[ 934.168653] 5fc0: b6f99e00 b6fb9950 00000001 00000002 00000000 00000000 b6fbc000 001017c8
[ 934.169881] 5fe0: 00101308 bec6dc88 00000001 00000000 60010030 ffffffff
[ 934.171634] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b ]---Is there someone that has addressed this problem ?
Thx
Pigi