Menu

#645 Windows tray icon not removed after crash

closed-wont-fix
nobody
pythonwin (177)
5
2013-05-19
2013-05-19
No

In Windows 7, open an instance of pythonwin. A small green snake appears in the windows tray in the taskbar.

Run this one-line program in pythonwin: "while True: pass". It will begin processing and never return. Force close the application.

bug: In the windows tray, the green snake still appears until you mouse over it, at which time it disappears.

This happens reliably every time after a program crash.

Discussion

  • Nick Jacobson

    Nick Jacobson - 2013-05-19

    After crash, snake still appears until moused-over.

     
  • Nick Jacobson

    Nick Jacobson - 2013-05-19

    Expected behavior: Snake icon should disappear from the tray after a pythonwin crash.

     
  • Mark Hammond

    Mark Hammond - 2013-05-19

    You'll find this is true for every program using such an icon. The problem is obviously that the program responsible for managing it has crashed, so has lost the opportunity to remove it!

     
  • Mark Hammond

    Mark Hammond - 2013-05-19
    • status: open --> closed-wont-fix