-
-
Notifications
You must be signed in to change notification settings - Fork 345
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
Software watchdog bites due to PR#1097 - m_printf: stacksize reduced #1274
Comments
There is definitely something fishy with the latest changes to m_printf.cpp ed94fb7. Reverting those changes made the Basic_Serial example work again with SDK 2.1+. @frankdownunder Did you have time to analyze the changes? |
@slaff Hi, I found nothing conclusive. I was hoping for a minimal "this demonstrates the bug" but couldn't. The new function didn't seem to be significantly slower either. I am fighting other fires now, sorry.. |
Was causing instability probably due to infinite loop. Related to SmingHub#1274.
Was causing instability probably due to infinite loop. Related to SmingHub#1274.
@frankdownunder Feel free to reopen the ticket when you have more information about it. |
If I use the old version of Sming/system/m_printf.cpp my code works fine. With the new version introduced on Sep 30, the dog bites me.
Two conclusions are possible:
I suspect the second reason, and will do some timing tests and so on to investigate further.
The text was updated successfully, but these errors were encountered: