-
Notifications
You must be signed in to change notification settings - Fork 279
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
BK7231N constant crash after "Error:MAIN:Low heap warning!" #1348
Comments
Does it happen without loglevel setting? |
Yes, without any startup command |
Are there any other open browser windows open? Something is eating your memory very fast (see free memory decreaseing from second to second): 63k Loosing over 30k of free RAM in a second is much... |
http server again, per socket malloc.... |
Oh... Is there any way that I can help you to solve this issue? Also, Is there any versions without this issue? |
Please make a 2MB flash backup (strongly adviced) and try doing "restore RF partition". This issue seems to happen very rarely, I've seen it like 3 times in like, I don't know, it's 2 years of OBK dev? It seems like something in RF (which is not overwritten by OBK) causes TCP sockets to don't finish so each HTTP call keeps the buffer allocated without freeing it |
Describe the bug
A clear and concise description of what the bug is.
Firmware:
startup command
backlog startDriver BL0937; PowerSave 1; loglevel 6;
is setLogs
opening the web interface seems to make the problem even worse.
It happens when the web interface is open during startup.
The text was updated successfully, but these errors were encountered: