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

CFE_PSP_GetCFETextSegmentInfo returns success even though it failed to get module info #320

Open
superolmo opened this issue Feb 2, 2022 · 0 comments

Comments

@superolmo
Copy link

Describe the bug
When moduleInfoGet() function returns ERROR, CFE_PSP_GetCFETextSegmentInfo() returns CFE_PSP_SUCCESS

return_code = CFE_PSP_SUCCESS;

Expected behavior
I would think that if the CFE Text Segment cannot be retrieved, the function should return CFE_PSP_ERROR

System observed on:

  • Aitech SP0
  • Vxworks 6.9
  • Versions Latest

Reporter Info
Claudio Olmi - METECS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant