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
Abrupt jvm shutdowns can result in ungraceful shutdowns, for example, when the OS sends a kill -15 signal to the jvm. Another scenario that may be causing this is when desktop shuts itself down after recovering a wallet from seed.
The bug is noticed by user when logging out of linux session, and he sees a "processes still running" warning (these are the orphaned inhibitors), but this does not block session logout, and inhibitors are shut down if the user clicks 'OK' (logout/shutdown).
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Description
There some Bisq shutdown scenarios that leave orphaned avoid standby service mode inhibitors.
Version
1.3.2
Steps to reproduce
Build v1.3.2 on a GNOME, Ubnutu 18 desktop
Start seednode, arbitrator, alice and bob instances in regtest mode after setting up dev / dao test env as per dao-setup.md
Perform wallet recovery tests as per ontestpad, for Alice and Bob instances
When all done, check for orphaned gnome session manager inhibitors:
Expected behaviour
Result array is empty; there are no orphaned sleep inhibitors:
Actual behaviour
Result array is not empty; there are orphaned sleep inhibitors:
Screenshots
Device or machine
Linux / Ubuntu 18
Additional info
Abrupt jvm shutdowns can result in ungraceful shutdowns, for example, when the OS sends a kill -15 signal to the jvm. Another scenario that may be causing this is when desktop shuts itself down after recovering a wallet from seed.
The bug is noticed by user when logging out of linux session, and he sees a "processes still running" warning (these are the orphaned inhibitors), but this does not block session logout, and inhibitors are shut down if the user clicks 'OK' (logout/shutdown).
Bug created in PR 4060
The text was updated successfully, but these errors were encountered: