webartoli / hudson-tray-tracker

Automatically exported from code.google.com/p/hudson-tray-tracker
0 stars 0 forks source link

Hudson Tray Tracker blocks restart/shutdown of machine #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Have HTT installed and have workstations that run for say two weeks.
2. Get a security update/restart from Microsoft.
3. Try to restart the machine.

What is the expected output? What do you see instead?
The machine should restart. However, all of my coworkers running HTT has
noticed that it won't restart unless you kill HTT first.

What version of the product are you using? On what operating system?
0.9.3.0 Seen on Windows XP Sp3 and Win XP 64-bit SP2.

Please provide any additional information below.
I know there are some messages sent at shutdown. Can the application block
these by mistake?

Original issue reported on code.google.com by andreas.ch.magnusson@gmail.com on 28 Oct 2009 at 7:10

GoogleCodeExporter commented 9 years ago
I also have this problem, win xp sp3 32bit

Original comment by par.toma...@gmail.com on 4 Nov 2009 at 11:52

GoogleCodeExporter commented 9 years ago
I fixed this one: I was intercepting the close event on the main window so that 
the
window was only hidden. The issue was that I wasn't checking the close reason.
Therefore, it was preempting the application from closing when the close reason 
was
"windows shut down".

Thanks for reporting the issue.

Original comment by Alexis.S...@gmail.com on 5 Nov 2009 at 9:55

GoogleCodeExporter commented 9 years ago
Great work Alexis! I love the application!
Thank you for the work you have done!

Original comment by par.toma...@gmail.com on 5 Nov 2009 at 10:12