masayuki2009 commented on PR #7318: URL: https://github.com/apache/incubator-nuttx/pull/7318#issuecomment-1280429503
@xiaoxiang781216 `saber-6quad:knsh` has the same issue with this PR. ``` + /home/ishikawa/opensource/QEMU/qemu-7.1/build/qemu-system-arm -semihosting -M sabrelite -m 1024 -smp 4 -kernel ./nuttx -nographic ABDGHIJKNOPQ [ 0.030000] up_assert: Assertion failed at file:init/nx_bringup.c line: 312 task: Idle Task [ 0.030000] up_assert: Assertion failed at file:armv7-a/arm_syscall.c line: 488 task: Idle Task [ 0.030000] arm_registerdump: R0: 00000000 R1: 10815490 R2: 02020000 R3: 00000000 [ 0.030000] arm_registerdump: R4: 10815490 R5: 10814d00 R6: 10814cf0 FP: 10815db0 [ 0.030000] arm_registerdump: R8: 10815db0 SB: 00000000 SL: 00000000 R11: 00000000 [ 0.030000] arm_registerdump: IP: 00000003 SP: 10815d9c LR: 10804411 PC: 108044b8 [ 0.030000] arm_registerdump: CPSR: 6000017f [ 0.030000] arm_dump_stack: IRQ Stack: [ 0.030000] arm_dump_stack: sp: 108142c0 [ 0.030000] arm_dump_stack: base: 10813af0 [ 0.030000] arm_dump_stack: size: 00000800 [ 0.030000] arm_stackdump: 108142c0: 10815c54 10814cf0 fffffff8 10815db0 10815db0 10802e79 00000000 10800bd7 [ 0.030000] arm_dump_stack: User Stack: [ 0.030000] arm_dump_stack: sp: 10815d9c [ 0.030000] arm_dump_stack: base: 1081562c [ 0.030000] arm_dump_stack: size: 000007e8 [ 0.030000] arm_stackdump: 10815d80: 10815db0 00000000 00000000 00000000 00000003 108044b8 6000017f 10804411 [ 0.030000] arm_stackdump: 10815da0: 00000138 10814d9c 17fffff8 10809f7d 00000000 10815de4 10815ddc 10814cf8 [ 0.030000] arm_stackdump: 10815dc0: 00000000 10802e79 00000000 10801467 00000000 10815ddc 00000000 10016400 [ 0.030000] arm_stackdump: 10815de0: 00000000 10811988 1081198e 00000000 00000005 10814dcc 10814dc8 108013eb [ 0.030000] arm_dump_stack: Kernel Stack: [ 0.030000] arm_dump_stack: sp: 10815d9c [ 0.030000] arm_dump_stack: base: 00000000 [ 0.030000] arm_dump_stack: size: 00000c00 [ 0.030000] arm_dump_stack: ERROR: Kernel Stack pointer is not within the stack [ 0.030000] arm_showtasks: PID PRI STACK USED FILLED COMMAND [ 0.030000] arm_showtasks: ---- ---- 2048 420 20.5% irq [ 0.030000] arm_dump_task: 0 0 2024 832 41.1% 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