-
Notifications
You must be signed in to change notification settings - Fork 3k
Tracking issue for output synchronisation between mbed_trace, printf... #11202
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
Comments
For the background history, I faced this issue when trying to build a Network Interface driver for a wifi module. |
What is the IDEAL design and feature-set for the various serial debug, test, logging, command line interfaces? How do we hack what exists to get on the path to that ideal? |
Thank you for raising this issue. Please note we have updated our policies and |
@40Grit we can make an exception in this case I think. |
Internal Jira reference: https://jira.arm.com/browse/MBOTRIAGE-2341 |
@0xc0170 @kjbracey-arm @SeppoTakalo @kivaisan What is the best long term solution. |
@ARMmbed/mbed-os-core Please review |
cc: @AriParkkila |
Sure would be nice but not all hic's support swo though? Possibly not all targets hook it up either? |
(Including Cortex-M0) |
@ithinuel thank you for raising this issue.Please take a look at the following comments: Could you add some more detail to the description? A good description should be at least 25 words. NOTE: If there are fields which are not applicable then please just add 'n/a' or 'None'.This indicates to us that at least all the fields have been considered. |
@ithinuel it has been 5 days since the last reminder. Could you please update the issue header as previously requested? |
6 similar comments
@ithinuel it has been 5 days since the last reminder. Could you please update the issue header as previously requested? |
@ithinuel it has been 5 days since the last reminder. Could you please update the issue header as previously requested? |
@ithinuel it has been 5 days since the last reminder. Could you please update the issue header as previously requested? |
@ithinuel it has been 5 days since the last reminder. Could you please update the issue header as previously requested? |
@ithinuel it has been 5 days since the last reminder. Could you please update the issue header as previously requested? |
@ithinuel it has been 5 days since the last reminder. Could you please update the issue header as previously requested? |
@kjbracey-arm @AGlass0fMilk @trowbridgec is this still an issue in os6? |
Sorry for the too many pokes here, we will fix the bot. |
Bot has been leading to me bumping the stale issues a little more vigorously. So maybe just extend it to 10 days? |
@ithinuel it has been 5 days since the last reminder. Could you please update the issue header as previously requested? |
@ithinuel it has been 5 days since the last reminder. Could you please update the issue header as previously requested? |
1 similar comment
@ithinuel it has been 5 days since the last reminder. Could you please update the issue header as previously requested? |
Thank you for raising this detailed GitHub issue. I am now notifying our internal issue triagers. |
I (finally) updated the description to please the Bot Overlord :) As far as I know this is definitely still an issue in Mbed 6. |
Hello, Im not sure if this is the right direction, but regarding resource conflicts between greentea and mbed_trace there might be the possibility to alter the configuration of mbed-trace in Related section: For a short term fix (to avoid conflicts and false negative tests) it might make sense to temporary disable trace printouts right there. |
We closed this issue because it has been inactive for quite some time and we believe it to be low priority. If you think that the priority should be higher, then please reopen with your justification for increasing the priority. |
Description of defect
Target(s) affected by this defect ?
Toolchain(s) (name and version) displaying this defect ?
What version of Mbed-os are you using (tag or sha) ?
mbed-os-99.99.99
What version(s) of tools are you using. List all that apply (E.g. mbed-cli)
N/A
How is this defect reproduced ?
Have multiple threads using the stdout put using
Greentea
,printf
,mbed_trace
.This is a tracking issue to discuss to possible solution(s) to the output synchronization problem.
Mbed-os currently provides several mutually unaware ways to output traces and log messages to either a specific output and/or a retargetable destination.
This creates friction during development :
Prior discussion on #9954.
The text was updated successfully, but these errors were encountered: