You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
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]>
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
The text was updated successfully, but these errors were encountered: