-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Memory issue since IDF update #694
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
projectgus
added a commit
that referenced
this issue
Oct 4, 2017
Thanks for reporting this. This problem is related to the updated toolchain, but not the same as the IDF issue linked above. Have submitted a PR with a potential fix, please see if it solves the problem for you. |
Yes it seems solving the issue indeed - thank you so much |
me-no-dev
pushed a commit
that referenced
this issue
Oct 4, 2017
merged,! :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
It seems since last idf sync (d27d297) there is a memory issue
before this commit you can have in a function : a static String variable
like
static String s;
without issueafter this commit if a call is done to the function having a static String then esp crash
My test code is SPIFFS_test.ino where I just added the static variable declaration, even not used it
Here the exception:
the first line is the ESP.getFreeHeap() to check memory
may be it is linked to : espressif/esp-idf#1072 (comment)
The text was updated successfully, but these errors were encountered: