masayuki2009 commented on PR #7318: URL: https://github.com/apache/incubator-nuttx/pull/7318#issuecomment-1280425895
>Oh, really? rv-virt:knsh64 works with the latest master. @xiaoxiang781216 However, if I merged the 5 commits in this PR to the latest master manually, the same assert happened. ``` + /home/ishikawa/opensource/QEMU/qemu-7.1/build/qemu-system-riscv64 -semihosting -nographic -cpu rv64 -smp 8 -M virt,aclint=on -bios none -kernel ./nuttx ABC[ 0.029000] up_assert: Assertion failed at file:init/nx_bringup.c line: 312 task: Idle Task [ 0.031000] riscv_registerdump: EPC: 0000000080005f0e [ 0.033000] riscv_registerdump: A0: 0000000000000000 A1: 0000000080201540 A2: 0000000010000000 A3: 00000000800154c2 [ 0.035000] riscv_registerdump: A4: 0000000000000001 A5: 0000000000000000 A6: 000000000000006c A7: 0000000000000068 [ 0.037000] riscv_registerdump: T0: 0000000000000030 T1: 0000000000000009 T2: 0000000000000020 T3: 000000000000002a [ 0.038000] riscv_registerdump: T4: 000000000000002e T5: 00000000000001ff T6: 000000000000002d [ 0.041000] riscv_registerdump: S0: 0000000080201540 S1: 0000000080200a68 S2: 0000000080201698 S3: 0000000080206b10 [ 0.043000] riscv_registerdump: S4: 0000000000000000 S5: 0000000000000000 S6: 0000000000000000 S7: 0000000000000000 [ 0.044000] riscv_registerdump: S8: 0000000000000000 S9: 0000000000000000 S10: 0000000000000000 S11: 0000000000000000 [ 0.045000] riscv_registerdump: SP: 0000000080206b00 FP: 0000000080201540 TP: 0000000000000000 RA: 0000000080005f0e [ 0.046000] riscv_dump_stack: IRQ Stack: [ 0.046000] riscv_dump_stack: sp: 80206b10 [ 0.047000] riscv_dump_stack: base: 80200200 [ 0.048000] riscv_dump_stack: size: 00000800 [ 0.049000] riscv_dump_stack: ERROR: IRQ Stack pointer is not within the stack [ 0.051000] riscv_dump_stack: User Stack: [ 0.052000] riscv_dump_stack: sp: 80206b10 [ 0.053000] riscv_dump_stack: base: 80206030 [ 0.053000] riscv_dump_stack: size: 00000bd0 [ 0.054000] riscv_stackdump: 0000000080206b00: 80201540 00000000 80005a7a 00000000 00000138 00000000 800148f8 00000000 [ 0.057000] riscv_stackdump: 0000000080206b20: 00000000 00000000 80200a58 00000000 802016ac 00000000 802016b0 00000000 [ 0.059000] riscv_stackdump: 0000000080206b40: 00000005 00000000 80003f94 00000000 00000005 00000000 800015d2 00000000 [ 0.062000] riscv_stackdump: 0000000080206b60: 802016ac 00000000 00000000 00000000 00016400 00000000 800148b8 00000000 [ 0.064000] riscv_stackdump: 0000000080206b80: 800148c0 00000000 00000000 00000000 00000005 00000000 8000151e 00000000 [ 0.067000] riscv_stackdump: 0000000080206ba0: 80400000 00000000 00400000 00000000 00000000 00000000 00000000 00000000 [ 0.069000] riscv_stackdump: 0000000080206bc0: 00000000 00000000 00000000 00000000 00000000 00000000 80000640 00000000 [ 0.071000] riscv_stackdump: 0000000080206be0: 00000000 00000000 800006ea 00000000 00000000 00000000 8000004c 00000000 [ 0.074000] riscv_dump_stack: Kernel Stack: [ 0.074000] riscv_dump_stack: sp: 80206b10 [ 0.075000] riscv_dump_stack: base: 00000000 [ 0.076000] riscv_dump_stack: size: 00000c00 [ 0.076000] riscv_dump_stack: ERROR: Kernel Stack pointer is not within the stack [ 0.077000] riscv_showtasks: PID PRI STACK USED FILLED COMMAND [ 0.079000] riscv_showtasks: ---- ---- 2048 2040 99.6%! irq [ 0.080000] riscv_dump_task: 0 0 3024 1376 45.5% Idle Task ``` -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org