You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Found in testing for PACE mission
The memory manager file header has space for the symbol name. This should be populated whenever a symbol is used for a memory dump - otherwise the source of the file data may not be understood. It is also needed if the file is to be used for loading data by symbol.
When the symbol name is present, the data has to be loaded using the address for the symbol plus the offset present in the load file.
To Reproduce
Issue a MM dump-to-file command using a valid FSW symbol and a non-zero offset
Downlink and examine the file. Verify the MM header contains the correct symbol, offset and appropriate data.
If the items in (2) are present, issue a MM load file command and verify that the data is correctly reloaded to the specified memory location.
Expected behavior
No symbol name will be present in the MM header.
Code snips
The PACE FSW team has corrected this in their build 3.2.3 - so should be able to provide code.
System observed on:
PACE DLEON processor
OS: VxWorks 6.9
Versions
cFE 6.6.05
MM 2.4.1
Additional context
none
Reporter Info
Michael Lambertson Goddard Space Flight Center Code 582 / Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered:
Describe the bug
Found in testing for PACE mission
The memory manager file header has space for the symbol name. This should be populated whenever a symbol is used for a memory dump - otherwise the source of the file data may not be understood. It is also needed if the file is to be used for loading data by symbol.
When the symbol name is present, the data has to be loaded using the address for the symbol plus the offset present in the load file.
To Reproduce
Expected behavior
No symbol name will be present in the MM header.
Code snips
The PACE FSW team has corrected this in their build 3.2.3 - so should be able to provide code.
System observed on:
PACE DLEON processor
OS: VxWorks 6.9
Versions
cFE 6.6.05
MM 2.4.1
Additional context
none
Reporter Info
Michael Lambertson Goddard Space Flight Center Code 582 / Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered: