Deadlock detection different in ghc-5.04?

2002-07-22 Thread Volker Stolz
Hi, for some concurrency abstractions I decided to use deadlock detection by means of exceptions which didn't work out as expected. Below is some simplifed source code showing the problem: My assumption was since GHC should be able to detect that the child still has a reference to mv_should_work

RE: Deadlock detection different in ghc-5.04?

2002-07-22 Thread Simon Marlow
Hi, for some concurrency abstractions I decided to use deadlock detection by means of exceptions which didn't work out as expected. Below is some simplifed source code showing the problem: My assumption was since GHC should be able to detect that the child still has a reference to