From: poy <po...@12...> - 2008-01-19 14:55:54
|
here is the debug info i've got from the Search Spy crash for quite a while; couldn't (and still can't) find out how to fix it. important part is #2, where message = 275 = 0x113 = WM_TIMER. the crash hence happens because of the timer function called once a second. removing everything in SpyFrame::eachSecond still kept the crash, so it's not a threading issue (and anyway, timer messages are in the same GUI thread, right?). what i don't get is why no crash happens in HubFrame, which uses these timer functions the same way. poy |