Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #272: use 4K stack for sem-speed-test tasks
On VxWorks, no minimum stack size is implemented, and the implementation will create tasks with an extremely small stack if "0" is passed in. This causes the worker tasks to overrun the stack on Vxworks, triggering undefined/inconsistent behavior.
- Loading branch information