--- In [email protected], "swzoh" <sean...@...> wrote: > > PP is hanging because PP's main thread is waiting for an event indefinitely. > The culprit is this one. > > CoUninitialize(); > SetEvent(m_hEvtActionDone); > > You said it always stuck at CoUninitialize, right? Then, obviously SetEvent > will never run, so m_hEvtActionDone never signaled, meaning PP's main thread > will be blocking indefinitely. >
Maybe, but why does it always for me adn Alan (on two separate win versions, to boot!)? And Sheri's symptoms -- PowerPro seems to exit according to task manager but won't restart -- don't seem to quite fit. The intermittent successes she just reported may indicate some kind of race condition. More data would be good, as per my previous note. It very well could be failing sometimes where you way. But is there anything different about the sequence of events before that?
