[racket] Figured out the Mac OS X crashing issue for liballegro / libsdl / etc...

From: Danny Yoo (dyoo at hashcollision.org)
Date: Sun Jan 13 17:47:41 EST 2013

On Sunday, January 13, 2013, Jon Rafkind wrote:

> Does the entire application have to live within the dynamic extent of the
> `initialize-ns-app' call or just making the screen?
>
>
I have not tested this, but I think it may be sufficient to wait until the
system calls activateNow.  So maybe add a semaphore, and wait until the
ObjC callback comes back to us?  If this works, that will be less
disruptive to the structure of apps.  I will test this when my headache
subsides.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20130113/77cb15df/attachment.html>

Posted on the users mailing list.