Re: [racket-dev] online check syntax deadlock: can you help?

2011-09-02 Thread Matthew Flatt
At Thu, 1 Sep 2011 15:20:27 -0700, John Clements wrote: Note that the code ignores the result of `TransformProcessType', which is a bad idea. If you remove the `void' wrapper, what number result gets printed on your machine? Looks like it's -50. -50 means bad argument. Apple's docs

Re: [racket-dev] online check syntax deadlock: can you help?

2011-09-01 Thread John Clements
On Aug 31, 2011, at 5:08 PM, Robby Findler wrote: I've been seeing for some time now a deadlock in online check syntax. That is, after a while it just gets stuck and fails to complete the online check syntax. Typically what you see is the little blue dot come on but the cpu load drop to zero

Re: [racket-dev] online check syntax deadlock: can you help?

2011-09-01 Thread Tony Garnock-Jones
Is that expected? It looks like the OS is preventing not-full-fledged-app-things from opening windows and handling input. This is OS 10.6,8. It probably needs to run from inside the .app folder. OS X uses the full path to the binary to figure out the name to use to dispatch events, or

Re: [racket-dev] online check syntax deadlock: can you help?

2011-09-01 Thread Matthias Felleisen
[[ FWIW, I have been running drracket like this for a couple of weeks and have had no problem. Mac OS X 10.6.8 ]] On Sep 1, 2011, at 8:34 AM, Matthew Flatt wrote: At Wed, 31 Aug 2011 23:00:25 -0700, John Clements wrote: On Aug 31, 2011, at 5:08 PM, Robby Findler wrote: I've been

Re: [racket-dev] online check syntax deadlock: can you help?

2011-09-01 Thread John Clements
On Sep 1, 2011, at 5:34 AM, Matthew Flatt wrote: At Wed, 31 Aug 2011 23:00:25 -0700, John Clements wrote: This doesn't work at all for me on the Mac, and highlights a problem that I've had at other times with racket GUI frames: none of the keyboard input goes to the window.

[racket-dev] online check syntax deadlock: can you help?

2011-08-31 Thread Robby Findler
I've been seeing for some time now a deadlock in online check syntax. That is, after a while it just gets stuck and fails to complete the online check syntax. Typically what you see is the little blue dot come on but the cpu load drop to zero without any check syntax arrows ever showing up.