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
This assert does not include in its arguments any information about which port tripped, which can make it unnecessarily difficult to debug the error. The same applies to the equivalent assert when FW_PORT_SERIALIZATION is turned off.
Context / Environment
Execute fprime-util version-check and share the output.
Problem Description
When a call is made to a disconnected port, we trip an ASSERT.
This assert does not include in its arguments any information about which port tripped, which can make it unnecessarily difficult to debug the error. The same applies to the equivalent assert when FW_PORT_SERIALIZATION is turned off.
Context / Environment
Execute
fprime-util version-check
and share the output.How to Reproduce
Expected Behavior
Assertions that can be triggered in a variety of different code paths should include arguments that identify the circumstance in which it occurred.
The text was updated successfully, but these errors were encountered: