mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'feat/add_runtime_hint_for_corrupted_tlsf' into 'master'
feat(heap): Add runtime hint on tlsf assert trigger Closes IDF-8222 See merge request espressif/esp-idf!26301
This commit is contained in:
commit
54f0517724
@ -388,3 +388,7 @@
|
||||
-
|
||||
re: "intr_alloc: No free interrupt inputs for [_\\w]+ interrupt"
|
||||
hint: "For troubleshooting instructions related to interrupt allocation, run 'idf.py docs -sp api-reference/system/intr_alloc.html'"
|
||||
|
||||
-
|
||||
re: "assert failed: [\\w]+ tlsf.c:[\\d]+"
|
||||
hint: "CORRUPT HEAP: heap metadata corrupted resulting in TLSF malfunction.\nMake sure you are not making out of bound writing on the memory you allocate in your application.\nMake sure you are not writing on freed memory.\nFor more information run 'idf.py docs -sp api-reference/system/heap_debug.html'."
|
||||
|
Loading…
Reference in New Issue
Block a user