[Haskell-cafe] concurrent haskell debugging

2009-02-18 Thread Jianzhou Zhao
Hi Folks, If I am using Control.Concurrent package, does GHC have any static or runtime tools or debuggers to detect problems, such as deadlock, data races? Cheers Jianzhou___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org

Re: [Haskell-cafe] concurrent haskell debugging

2009-02-18 Thread Svein Ove Aas
2009/2/18 Jianzhou Zhao jianz...@seas.upenn.edu: Hi Folks, If I am using Control.Concurrent package, does GHC have any static or runtime tools or debuggers to detect problems, such as deadlock, data races? Deadlocks should be detected out of the box if you compile with -threaded, with the