microsoft / profile-explorer

CPU profiling trace viewer
https://github.com/microsoft/profile-explorer
MIT License
19 stars 3 forks source link

Profile Explorer can't exit with right-click and "Close Window" #4

Closed mcfi closed 1 week ago

mcfi commented 2 weeks ago

It's easy to reproduce this issue:

  1. Launch Profile Explorer and open a trace.
  2. Switch to another application, say browser.
  3. Right-click Profile Explorer in the taskbar, and then "Close Window".
  4. Observe that Profile Explorer didn't exit. Plus, its Windows can't get focus. The only way to terminate it is to end the process in the task manager.
gratianlup commented 1 week ago

Fixed in this new release: https://github.com/microsoft/profile-explorer/releases/tag/v1.1.3

mcfi commented 1 week ago

Thanks, Gratian. I'll download and try the fixed version.