From: Claus R. <cla...@ta...> - 2004-08-04 13:38:24
|
I've now managed to get one of the problems in a reproducable form (windows 98, ghc-6.2.1, wxhaskell-0.8): 1. start ghci 2. :cd <...>/wxhaskell-0.8/samples/wx 3. :set -package wx 4. :l Process 5. main in Process window: 6. ghci 7. :q 8. ghci 9. :q that seems to lock up my system, with optional bluescreen (sometimes it needs three iterations instead of two). doing the equivalent under cygwin (using System.system instead of wxhaskell's Process) doesn't seem to suffer from the same problem, so it can't be (just) ghc's fault. Cheers, Claus |