Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #272: use 4K stack for sem-speed-test tasks #275

Merged
merged 1 commit into from
Nov 7, 2019

Conversation

jphickey
Copy link
Contributor

Describe the contribution
Fix issue #272
Use a nonzero stack size for this test.

Testing performed
Build and execute "sem-speed-test" on the MPC750 VxWorks platform.

Expected behavior changes
Test now runs and passes reliably with no odd/inconsistent behaviors

System(s) tested on:
MPC750 VxWorks 6.9

Contributor Info
Joseph Hickey, Vantage Systems, Inc.

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.
@ghost
Copy link

ghost commented Oct 29, 2019

looks good to me.

@skliper
Copy link
Contributor

skliper commented Oct 31, 2019

CCB 20191030: Code reviewed and approved

@skliper skliper added the CCB:Approved Indicates code review and approval by community CCB label Oct 31, 2019
@skliper skliper changed the base branch from master to ic-20191030 November 7, 2019 21:18
@skliper skliper merged commit 1f450b2 into ic-20191030 Nov 7, 2019
@skliper skliper deleted the fix-272-sem-speed-test-stack branch November 7, 2019 21:18
@skliper skliper added this to the 5.1.0 milestone Jun 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CCB:Approved Indicates code review and approval by community CCB
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants