|
forkIO and not -threaded: msg#00104lang.haskell.glasgow.bugs
Hi, main = do forkIO $ print "yes" print "done" Compiled without -threaded, on 6.2.2 gives "yes" "done" on 6.4.2 "done" Seems the semantics of forkIO in this case has changed completely? Of course, I actually wanted -threaded and had forgot it, so I'm entirely happy if it just raises an error :) Thanks Neil
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: [GHC] #838: GHC binary for FreeBSD/amd64, GHC |
|---|---|
| Next by Date: | Re: forkIO and not -threaded, Duncan Coutts |
| Previous by Thread: | [GHC] #838: GHC binary for FreeBSD/amd64, GHC |
| Next by Thread: | Re: forkIO and not -threaded, Duncan Coutts |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |