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 #232, pthread stack min typo #402

Merged

Conversation

davearch
Copy link
Contributor

@davearch davearch commented Apr 1, 2020

Describe the contribution
Fixes #232 PTHREAD_STACK_MIN typo. I could have changed the number to 8192 but I thought (8*1024) was more true to where the number comes from. Let me know if this is not inline with NASA code style preferences.

Testing performed
Steps taken to test the contribution:

  1. Build steps: built with cmake:
    cmake -DOSAL_SYSTEM_OSTYPE=posix -DOSAL_SYSTEM_BSPTYPE=pc-linux -DENABLE_UNIT_TESTS=TRUE -DOSAL_INCLUDEDIR=/home/david/projects/config -DCFE_SYSTEM_PSPNAME=whyohwhy /home/david/projects/osal
  2. Ran all tests and unit tests.
    Note that osloader module test nominal 7 failed (ut_osloader_module_test.c:242) but it failed no matter whether my changes were implemented or not. I assume it's a quirk of my system/environment.

Expected behavior changes

  • no impact to behavior

System(s) tested on

  • Hardware: ASUS ZenBook Laptop
  • OS: Debian GNU/Linux 10 VM on Hyper-V Manager
  • Versions: OSAL 5.0.9.0

Additional context
N/A

Third party code
N/A

Contributor Info - All information REQUIRED for consideration of pull request
David Archuleta Jr.
Personal

@skliper skliper added enhancement CCB:Ready Pull request is ready for discussion at the Configuration Control Board (CCB) labels Apr 2, 2020
@astrogeco astrogeco changed the title Fix 232 pthread stack min typo Fix #232, pthread stack min typo Apr 7, 2020
@astrogeco
Copy link
Contributor

CCB 20200408 - APPROVED

@astrogeco astrogeco added CCB - 20200408 CCB:Approved Indicates code review and approval by community CCB and removed CCB:Ready Pull request is ready for discussion at the Configuration Control Board (CCB) labels Apr 8, 2020
@astrogeco
Copy link
Contributor

@skliper do we have a CLA for this?

@skliper
Copy link
Contributor

skliper commented Apr 15, 2020

@astrogeco Yes, CLA receipt confirmed.

@astrogeco astrogeco changed the base branch from master to integration-candidate April 15, 2020 13:32
@astrogeco astrogeco merged commit cf4ef01 into nasa:integration-candidate Apr 15, 2020
@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.

PTHREAD_STACK_MIN typo in POSIX/POSIX-NG OSAL
3 participants