Skip to content
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

Remote logging can exhaust stack memory #1

Open
lukecyca opened this issue Jul 22, 2018 · 0 comments
Open

Remote logging can exhaust stack memory #1

lukecyca opened this issue Jul 22, 2018 · 0 comments

Comments

@lukecyca
Copy link
Contributor

The remote logger uses a logging function that calls homie_publish(). If the logger is invoked from a task with a small stack memory, it can easily exhaust it and crash.

It would be better if the logger passed the message over a queue, and the publishing was done centrally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant