masayuki2009 edited a comment on pull request #5645: URL: https://github.com/apache/incubator-nuttx/pull/5645#issuecomment-1067440180
@anchao Did you fix the issue with lm3s6965-ek:qemu-kostest (QEMU) ? It still happens. ``` $ ~/opensource/QEMU/qemu-5.2/build/arm-softmmu/qemu-system-arm -M lm3s6965evb -nographic -device loader,file=./nuttx.bin,addr=0x00000000 -device loader,file=./nuttx_user.bin,addr=0x00020000 ABCDEF stdio_test: write fd=1 stdio_test: Standard I/O Check: printf stdio_test: write fd=2 stdio_test: Standard I/O Check: fprintf to stderr ostest_main: Started user_main at PID=2 ... End of test memory usage: VARIABLE BEFORE AFTER ======== ======== ======== arena 7eb0 7eb0 ordblks 1 2 mxordblk 6320 5b00 uordblks 1b90 1b90 fordblks 6320 6320 user_main: pthread_rwlock test pthread_rwlock: Initializing rwlock ABCDEF up_assert: Assertion failed at file:semaphore/sem_wait.c line: 154 task: Idle Task irq_unexpected_isr: ERROR irq: 3 up_assert: Assertion failed at file:irq/irq_unexpectedisr.c line: 51 task: Idle Task arm_registerdump: R0: 000004c9 R1: 000004c9 R2: 000004c9 R3: 000004c9 arm_registerdump: R4: 000004c9 R5: 000004c9 R6: 000004c9 FP: 000004c9 arm_registerdump: R8: 000004c9 SB: 000004c9 SL: 000004c9 R11: 000004c9 arm_registerdump: IP: 000004c9 SP: 20000b78 LR: 000004c9 PC: 000004c9 arm_registerdump: xPSR: 000004c9 PRIMASK: 0000011d CONTROL: 00000000 arm_registerdump: EXC_RETURN: 000004c9 arm_dump_stack: User Stack: arm_dump_stack: sp: 2000a260 arm_dump_stack: base: 20000790 arm_dump_stack: size: 000003e8 arm_dump_stack: ERROR: User 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