Re: [Twisted-Python] UDP crashes python.exe when using IOCPReactor

2009-12-16 Thread Amaury Forgeot d'Arc
2009/12/16 Josh Albrecht > Thanks. I changed the way I was installing the reactor, but it had no > effect. > > I did not realize that Windows 7 was unsupported. However, I've also > reproduced this bug on windows XP, so I think it's a larger issue, > unfortunately. > I also reproduce the probl

Re: [Twisted-Python] UDP crashes python.exe when using IOCPReactor

2009-12-15 Thread Josh Albrecht
Thanks. I changed the way I was installing the reactor, but it had no effect. I did not realize that Windows 7 was unsupported. However, I've also reproduced this bug on windows XP, so I think it's a larger issue, unfortunately. Thanks, - Josh On Tue, Dec 15, 2009 at 8:39 PM, wrote: > On 15

Re: [Twisted-Python] UDP crashes python.exe when using IOCPReactor

2009-12-15 Thread exarkun
On 15 Dec, 11:56 pm, thej...@gmail.com wrote: >I've been struggling to move a large program over to IOCPReactor, but >it is causing python.exe to crash on windows. I reduced the error to >this program, which crashes almost immediately on all the machines >I've tested it on. Am I doing something w