masayuki2009 commented on PR #14063: URL: https://github.com/apache/nuttx/pull/14063#issuecomment-2406438614
@lipengfei28 @xiaoxiang781216 I noticed that qemu-armv8a:netnsh_smp causes the following error after merging this PR. ``` /home/ishikawa/opensource/QEMU/qemu-9.0.0/build/qemu-system-aarch64 -cpu cortex-a53 -smp 4 -nographic -M virt,virtualization=on,gic-version=3 -kernel ./nuttx - Ready to Boot Primary CPU - Boot from EL2 - Boot from EL1 - Boot to C runtime for OS Initialize - Ready to Boot Second CPU - Boot from EL2 - Boot from EL1 - Boot to C runtime for OS Initialize [CPU1] ERROR: Failed to mount procfs at /proc: -12 [CPU1] dump_assert_info: Current Version: NuttX 12.0.0 f68d594420 Oct 11 2024 11:43:04 arm64 [CPU1] dump_assert_info: Assertion failed : at file: nsh_consolemain.c:67 task(CPU1): nsh_main process: nsh_main 0x40294748 [CPU1] up_dump_register: stack = 0x403d3550 [CPU1] up_dump_register: x0: 0x403d3550 x1: 0x2 [CPU1] up_dump_register: x2: 0x0 x3: 0x403e7870 [CPU1] up_dump_register: x4: 0x403d3000 x5: 0x1 [CPU1] up_dump_register: x6: 0x0 x7: 0x1 [CPU1] up_dump_register: x8: 0x403e3418 x9: 0x0 [CPU1] up_dump_register: x10: 0x101010101010101 x11: 0x20 [CPU1] up_dump_register: x12: 0x101010101010101 x13: 0x0 [CPU1] up_dump_register: x14: 0x0 x15: 0x28 [CPU1] up_dump_register: x16: 0x0 x17: 0x1 [CPU1] up_dump_register: x18: 0x0 x19: 0x0 [CPU1] up_dump_register: x20: 0x403d3210 x21: 0x403e7870 [CPU1] up_dump_register: x22: 0x403d2000 x23: 0x0 [CPU1] up_dump_register: x24: 0x403bbbcb x25: 0x340 [CPU1] up_dump_register: x26: 0x0 x27: 0x6 [CPU1] up_dump_register: x28: 0x43 x29: 0x403ebd20 [CPU1] up_dump_register: x30: 0x402887c8 [CPU1] up_dump_register: [CPU1] up_dump_register: STATUS Registers: [CPU1] up_dump_register: SPSR: 0x5 [CPU1] up_dump_register: ELR: 0x4028c94c [CPU1] up_dump_register: SP_EL0: 0x0 [CPU1] up_dump_register: SP_ELX: 0x403ebd10 [CPU1] up_dump_register: EXE_DEPTH: 0x0 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
