Closed nniranjhana closed 5 years ago
I am not able to reproduce the issue on the latest commit:
Commit: 81ec05548dbafb602d2d400ef86ffcf2e1732c31
***** Booting Zephyr OS zephyr-v1.13.0-3237-g81ec055 (delayed boot 1000ms) *****
Philosopher 0 [C:-2] THINKING [ 300 ms ]
Philosopher 1 [C:-1] THINKING [ 625 ms ]
Philosopher 2 [P: 0] EATING [ 275 ms ]
Philosopher 4 [P: 2] EATING [ 475 ms ]
Philosopher 5 [P: 3] THINKING [ 725 ms ]
Demo Description
----------------
An implementation of a solution to the Dining Philosophers
problem (a classic multi-thread synchronization problem) using
CMSIS RTOS V1 APIs. This particular implementation demonstrates the
usage of multiple preemptible threads of differing
priorities, as well as semaphores and thread sleeping.
Since this is not reproducible on the latest HEAD, suggest closing it.
Issue cannot be reproduced as per @rgundi. Closing the issue.
Describe the bug The test in samples/portability/cmsis_rtos_v1/philosophers runs into a FATAL EXCEPTION on esp32 platforms.
To Reproduce Steps to reproduce the behavior:
Screenshots or console output
Environment (please complete the following information):