This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bquinlan
Recipients bquinlan, brian.curtin, pitrou
Date 2010-12-24.23:55:58
SpamBayes Score 0.10613263
Marked as misclassified No
Message-id <1293234963.02.0.243592609253.issue10737@psf.upfronthosting.co.za>
In-reply-to
Content
I'm good, thanks Brian C.

<br/>

It looks like SetEvent is failing with ERROR_INVALID_HANDLE.
CRITICAL:root:SetEvent(2044) failed with 0, GetLastError() = 6
CRITICAL:root:SetEvent(2064) failed with 0, GetLastError() = 6
CRITICAL:root:SetEvent(2220) failed with 0, GetLastError() = 6
CRITICAL:root:SetEvent(1576) failed with 0, GetLastError() = 6
CRITICAL:root:SetEvent(2284) failed with 0, GetLastError() = 6
CRITICAL:root:SetEvent(2168) failed with 0, GetLastError() = 6
CRITICAL:root:SetEvent(2264) failed with 0, GetLastError() = 6
CRITICAL:root:SetEvent(1588) failed with 0, GetLastError() = 6
CRITICAL:root:SetEvent(2240) failed with 0, GetLastError() = 6

Now to figure out why...
History
Date User Action Args
2010-12-24 23:56:03bquinlansetrecipients: + bquinlan, pitrou, brian.curtin
2010-12-24 23:56:03bquinlansetmessageid: <1293234963.02.0.243592609253.issue10737@psf.upfronthosting.co.za>
2010-12-24 23:55:58bquinlanlinkissue10737 messages
2010-12-24 23:55:58bquinlancreate