anchao commented on pull request #5645: URL: https://github.com/apache/incubator-nuttx/pull/5645#issuecomment-1055043947
> Did you try my branches without your PR? > I think it should work. Yes, could you try your latest branch? it seems does not work as expected ``` incubator-nuttx$ git log --oneline -5 0689aed6f8 (HEAD, origin/imx6-netknsh) [DO NOT MERGE] sched: Add nfsroot 08d704b888 [DO NOT MERGE] boards: sabre-6quad: Add netknsh d4c97078c3 arch: imx6: Add the pgheap for imx6 d0356bb9ba (tag: nuttx-20220228-182150) arch/risc-v/qemu-rv: Set FS bits in mstatus dcafd95971 sched: group: Fix dataabort when exiting task or pthread if ARCH_ADDRENV=y ``` ``` incubator-nuttx$ qemu-system-arm -net nic -net user,hostfwd=tcp:127.0.0.1:10023-10.0.2.15:23,hostfwd=tcp:127.0.0.1:10021-10.0.2.15:21,hostfwd=tcp:127.0.0.1:15001-10.0.2.15:5001 -M sabrelite -smp 4 -kernel ./nuttx -nographic -m 102 4 ABDGHIJKNOPQ NuttShell (NSH) NuttX-10.2.0 nsh> /mnt/nfs/bin/getprime [ 13.750000] arm_undefinedinsn: Undefined instruction at 0x80202750 [ 13.750000] up_assert: Assertion failed at file:armv7-a/arm_undefinedinsn.c line: 47 task: /mnt/nfs/bin/getprime [ 13.750000] arm_registerdump: R0: 00000000 R1: 00000000 R2: 00000000 R3: 00000000 [ 13.750000] arm_registerdump: R4: 00000000 R5: 00000000 R6: 00000000 FP: 00000000 [ 13.750000] arm_registerdump: R8: 00000000 SB: 00000000 SL: 00000000 R11: 00000000 [ 13.750000] arm_registerdump: IP: 00000000 SP: 80202728 LR: 10801448 PC: 80202750 [ 13.750000] arm_registerdump: CPSR: 80000050 [ 13.750000] arm_dump_stack: IRQ Stack: [ 13.750000] arm_dump_stack: sp: 108472f8 [ 13.750000] arm_dump_stack: base: 108395a0 [ 13.750000] arm_dump_stack: size: 00000800 [ 13.750000] arm_dump_stack: ERROR: IRQ Stack pointer is not within the stack ``` -- 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