<div class="gmail_quote">On Wed, Aug 12, 2009 at 11:47 AM, Gabriel Rossetti <span dir="ltr">&lt;<a href="mailto:gabriel.rossetti@arimaz.com">gabriel.rossetti@arimaz.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I have written an application using Twisted, WX and I wanted to test it<br>
under Mac. I have successfully used it on linux and windows before. When<br>
I run it, I often get the pinwheel of death and then the whole OS locks<br>
up, even SSH no longer accepts connections, I have to hard reboot it.<br>
Has anyone ever witnessed this? Does anyone know/have an idea of what<br>
could cause this? I was wondering if it is not the twisted + wx<br>
integration that could cause this.<br>
</blockquote><div><br>Without more detail it&#39;s impossible to say, but my guess would be &quot;no&quot;.<br><br>MacOS X is a preemptively multitasking, multi-user OS.  The worst that Twisted and WX should be able to do, even maliciously, is to freeze the display for a single user.  The worst that a bug should reasonably cause is to lock up the UI for a single process.<br>
<br>You might have discovered a bug in MacOS X, and you should take it up with Apple.  Alternately, your Mac hardware might be broken, and Twisted is interacting with its problems.  If you&#39;d like any further help here, though, a complete example program would be useful to anyone trying to help you.<br>
<br></div></div>