Extend logs of error cases/improve diagnostics#22
Open
vjardin wants to merge 4 commits into
Open
Conversation
json_req.buf carries the generated parser's topics; without it a bad conf file fails with a bare "Error in the json configuration" and is undebuggable. Signed-off-by: Vincent Jardin <vjardin@free.fr> --- misc information: pushed to: microchip-ung/sw-mepa#10 microchip-ung#16
From mepa-cmd a failed command was indistinguishable from a successful one (rc 0, no output). Signed-off-by: Vincent Jardin <vjardin@free.fr>
Eye-scan polls report "Timed out after N ms - bailing out" which cannot be mapped to a port or side when several scans run in sequence. Signed-off-by: Vincent Jardin <vjardin@free.fr>
vjardin
added a commit
to vjardin/mesa
that referenced
this pull request
Jul 9, 2026
From mepa-cmd a failed command was indistinguishable from a successful one (rc 0, no output). Signed-off-by: Vincent Jardin <vjardin@free.fr> --- misc information: integration (vj_integration_allPR): cherry-picked from: vj_demo_diag @ 793e9ca pull request: microchip-ung#22 (open)
vjardin
added a commit
to vjardin/mesa
that referenced
this pull request
Jul 9, 2026
Eye-scan polls report "Timed out after N ms - bailing out" which cannot be mapped to a port or side when several scans run in sequence. Signed-off-by: Vincent Jardin <vjardin@free.fr> --- misc information: integration (vj_integration_allPR): cherry-picked from: vj_demo_diag @ 8fbd674 pull request: microchip-ung#22 (open)
vjardin
added a commit
to vjardin/mesa
that referenced
this pull request
Jul 9, 2026
From mepa-cmd a failed command was indistinguishable from a successful one (rc 0, no output). Signed-off-by: Vincent Jardin <vjardin@free.fr> --- misc information: integration (vj_integration_allPR): cherry-picked from: vj_demo_diag @ 793e9ca pull request: microchip-ung#22 (open)
vjardin
added a commit
to vjardin/mesa
that referenced
this pull request
Jul 9, 2026
Eye-scan polls report "Timed out after N ms - bailing out" which cannot be mapped to a port or side when several scans run in sequence. Signed-off-by: Vincent Jardin <vjardin@free.fr> --- misc information: integration (vj_integration_allPR): cherry-picked from: vj_demo_diag @ 8fbd674 pull request: microchip-ung#22 (open)
…aces
The failure traces have a "%d" that has no matching argument !
The printed number is a stack leftover ("failed 22" for my case) that
misleads whoever reads the log. Capture the return code and print it.
Signed-off-by: Vincent Jardin <vjardin@free.fr>
vjardin
added a commit
to vjardin/mesa
that referenced
this pull request
Jul 10, 2026
…aces
The failure traces have a "%d" that has no matching argument !
The printed number is a stack leftover ("failed 22" for my case) that
misleads whoever reads the log. Capture the return code and print it.
Signed-off-by: Vincent Jardin <vjardin@free.fr>
misc information:
pushed to:
microchip-ung#22
integration (vj_integration_allPR):
cherry-picked from: vj_demo_diag @ a0b2a6b
pull request: microchip-ung#22 (open)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Following the former pull request #16 that will be into 2026.09, it would nice if it can be extended with those traces too.
please ?