-
-
Notifications
You must be signed in to change notification settings - Fork 669
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
Can't shut down emulator while waiting for a ButtonAck #973
Labels
code
Code improvements
core
Trezor Core firmware. Runs on Trezor Model T and T2B1.
emulator only
Issue which does not appear on the physical device - but on emulator only.
Comments
matejcik
added
core
Trezor Core firmware. Runs on Trezor Model T and T2B1.
emulator only
Issue which does not appear on the physical device - but on emulator only.
code
Code improvements
P4 Low
labels
Apr 30, 2020
matejcik
added a commit
that referenced
this issue
May 5, 2022
matejcik
added a commit
that referenced
this issue
May 6, 2022
matejcik
added a commit
that referenced
this issue
May 16, 2022
@matejcik just emulator stuff, no need to test it on our side, right ? |
correct! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
code
Code improvements
core
Trezor Core firmware. Runs on Trezor Model T and T2B1.
emulator only
Issue which does not appear on the physical device - but on emulator only.
While stuck waiting on
ctx.call()
, emulator does not respond to SIGINT or SIGTERM and must be SIGKILLed to shut it down.The text was updated successfully, but these errors were encountered: