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 #386, face_recog demo share memory leak #388

Merged
merged 2 commits into from
Nov 17, 2022

Conversation

MrThanlon
Copy link
Member

Child thread display_worker() invoke kill -9 to self process at exit, remove it. Ctrl-C can't exit because the GPIO key thread stuck on read(), main() exit will cancel that thread and raise an exception, use SIGART to handle.

Signed-off-by: 黄子懿 [email protected]

PR描述:

详细描述:

关联issue:

fix #386

Child thread display_worker() invoke kill -9 to self process at exit, remove it.
Ctrl-C can't exit because the GPIO key thread stuck on read(), main() exit will cancel that thread and raise an exception, use SIGART to handle.

Signed-off-by: 黄子懿 <[email protected]>
@zzxcanaan zzxcanaan self-requested a review November 17, 2022 09:09
@zzxcanaan zzxcanaan added the bug Something isn't working label Nov 17, 2022
@zzxcanaan zzxcanaan added this to the v1.9 milestone Nov 17, 2022
@zzxcanaan zzxcanaan merged commit e66e3c9 into kendryte:dev Nov 17, 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.

[Bug]: face_recog 内存泄漏
2 participants