masayuki2009 commented on pull request #5645:
URL: https://github.com/apache/incubator-nuttx/pull/5645#issuecomment-1059071451


   @xiaoxiang781216 @anchao 
   
   I noticed that lm3s6965-ek:qemu-kostest (QEMU) failed with this PR.
   
   ```
   user_main: condition variable test
   cond_test: Initializing mutex
   cond_test: Initializing cond
   cond_test: Starting waiter
   cond_test: Set thread 1 priority to 128
   waiter_thread: Started
   cond_test: Starting signaler
   cond_test: Set thread 2 priority to 64
   thread_signaler: Started
   thread_signaler: Terminating
   cond_test: signaler terminated, now cancel the waiter
   cond_test:   Waiter  Signaler
   cond_test: Loops     32      32
   cond_test: Errors    0       0
   cond_test:
   cond_test: 0 times, waiter did not have to wait for data
   cond_test: 0 times, data was already available when the signaler run
   cond_test: 0 times, the waiter was in an unexpected state when the signaler 
ran
   
   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: 000004d9 R1: 000004d9 R2: 000004d9  R3: 000004d9
   arm_registerdump: R4: 000004d9 R5: 000004d9 R6: 000004d9  FP: 000004d9
   arm_registerdump: R8: 000004d9 SB: 000004d9 SL: 000004d9 R11: 000004d9
   arm_registerdump: IP: 000004d9 SP: 20000b78 LR: 000004d9  PC: 000004d9
   arm_registerdump: xPSR: 000004d9 PRIMASK: 0000011d CONTROL: 00000000
   arm_registerdump: EXC_RETURN: 000004d9
   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


Reply via email to