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

Fix venc channel multi create/destory issue #332

Merged
merged 1 commit into from
Sep 26, 2022

Conversation

longyiluo
Copy link
Contributor

PR描述:

venc stalls during multi create/destory channel

详细描述:

root cause: some global data structures are not clean after destory channel
counter measure: memset 0 for channel global data structures

关联issue:

fix #331

@longyiluo longyiluo added the bug Something isn't working label Sep 23, 2022
@longyiluo longyiluo added this to the v1.9 milestone Sep 23, 2022
@zhangxiaojingCAN zhangxiaojingCAN merged commit 6bb92f8 into kendryte:dev Sep 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

venc stalls during multi create/destory channel
2 participants