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

[Bug]: face_recog 内存泄漏 #386

Closed
MrThanlon opened this issue Nov 17, 2022 · 0 comments · Fixed by #388
Closed

[Bug]: face_recog 内存泄漏 #386

MrThanlon opened this issue Nov 17, 2022 · 0 comments · Fixed by #388
Assignees
Labels
bug Something isn't working
Milestone

Comments

@MrThanlon
Copy link
Member

What happened

反复运行face_recog导致share memory被占满,无法继续使用

Reproduction steps

重复运行face_recog

Hardware board

k510 crb kit

Software version

No response

Bug frequency

No response

Anything else

No response

@MrThanlon MrThanlon added the bug Something isn't working label Nov 17, 2022
@MrThanlon MrThanlon added this to the v1.9 milestone Nov 17, 2022
MrThanlon added a commit to MrThanlon/k510_buildroot that referenced this issue Nov 17, 2022
Child thread invoke kill -9 to self process, remove it.
Ctrl-C can't exit because of 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]>
MrThanlon added a commit to MrThanlon/k510_buildroot that referenced this issue Nov 17, 2022
Child thread display_worker() invoke kill -9 to self process at exit, remove it.
Ctrl-C can't exit because of 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]>
MrThanlon added a commit to MrThanlon/k510_buildroot that referenced this issue Nov 17, 2022
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 pushed a commit that referenced this issue Nov 17, 2022
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]>

Signed-off-by: 黄子懿 <[email protected]>
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 a pull request may close this issue.

2 participants