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

esp_execute_shared_stack_function always restored the stack watchpoint #3

Conversation

SputnikTheMighty
Copy link
Collaborator

regardless of CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK. This would lead to an abondoned but active watchpoint on a former stack once the task calling esp_execute_shared_stack_function is deleted, if CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK is inactive.

regardless of CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK. This would lead
to an abondoned but active watchpoint on a former stack once the task
calling esp_execute_shared_stack_function is deleted, if
CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK is inactive.
@SputnikTheMighty
Copy link
Collaborator Author

I found this issue
espressif#10414

and applied this fix:
espressif@03bc648

and now log to azure seems to be working just fine

@SputnikTheMighty SputnikTheMighty merged commit a8b3e50 into bace-idf-4.3 Mar 22, 2024
@SputnikTheMighty SputnikTheMighty deleted the BACE-5411-log-to-azure-functionality-is-unstable branch March 22, 2024 14:20
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

Successfully merging this pull request may close these issues.

2 participants