-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Hi,
I was testing the robustness of connection/disconnection from clients
and I have hit a small problem: the SIGINT signal does not always cause
the xpra client to terminate. The exception can get swallowed up...
Obviously, it can occur in totally random locations, but mostly in:
_focus_change()
update_focus()
(I have no idea why!)
Adding this:
except (KeyboardInterrupt, SystemExit):
import sys
sys.exit(0)
Before the except block at the end of
wimpiggy/lowlevel/wimpiggy.lowlevel.bindings.pyx seems to help, but this
is almost certainly not the right thing to do, is it?
Any ideas?
Thanks
Antoine
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEAREKAAYFAkm0884ACgkQGK2zHPGK1rvTpACffgU40hluMSIT4j1PdmKAzFq6
6noAn1iMj6Bmkt/PCR2ZQJjX4VsmjbHq
=GPwe
-----END PGP SIGNATURE-----
_______________________________________________
Parti-discuss mailing list
[email protected]
http://lists.partiwm.org/cgi-bin/mailman/listinfo/parti-discuss