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

system restarting every 15 minutes. #3

Closed
alonewolfx2 opened this issue Mar 23, 2015 · 6 comments
Closed

system restarting every 15 minutes. #3

alonewolfx2 opened this issue Mar 23, 2015 · 6 comments
Labels

Comments

@alonewolfx2
Copy link
Member

it seems system have wdt issue.sming going to wdt reset every 15 minutes. i tried wdt_feed but its not working. have you any idea?

@anakod
Copy link
Member

anakod commented Mar 23, 2015

Yes, I meet this problem, I think problem in SDK, not in Sming, but not sure.

@alonewolfx2
Copy link
Member Author

normaly timers overflow every 35 minutes but it seems this value is 15 minutes in sming. we must to clear or disable wdt for stable working.

@anakod
Copy link
Member

anakod commented Mar 23, 2015

Disable WDT not good idea for stable working :)

@anakod
Copy link
Member

anakod commented Mar 23, 2015

I'm sure should be some simple fix for that. May be need to google more SDK WDT api.

@alonewolfx2
Copy link
Member Author

can you join this chat https://gitter.im/alonewolfx2/Sming

@AutomationD AutomationD added the Bug label Apr 6, 2015
@alonewolfx2
Copy link
Member Author

it seems reboot problem resolved with this commit. 8c98f5d

anakod pushed a commit that referenced this issue Jul 2, 2015
Merge upstream changes.
slaff pushed a commit that referenced this issue May 1, 2021
* Use per-arch hardware configs, and reduce ESP32 app. partition size

* Fix bug in ReadWriteStream::copyFrom()

* Fix TemplateStream

Tested against large (1MB) JSON listing generated from templates, issues arising.

Need to check for remaining plain data before continuing with next tag search
Move check for missing end tag after `evaluate`

* Add test for fragmented read of variable values

Verified that debug statements #1, #3 and #4 are triggered by the test.
Use smaller read buffers for testing to stress code more
slaff pushed a commit that referenced this issue Sep 27, 2021
* Use per-arch hardware configs, and reduce ESP32 app. partition size

* Fix bug in ReadWriteStream::copyFrom()

* Fix TemplateStream

Tested against large (1MB) JSON listing generated from templates, issues arising.

Need to check for remaining plain data before continuing with next tag search
Move check for missing end tag after `evaluate`

* Add test for fragmented read of variable values

Verified that debug statements #1, #3 and #4 are triggered by the test.
Use smaller read buffers for testing to stress code more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants