From: Henk-Jan v. T. <hj...@ch...> - 2008-10-19 16:46:21
|
L.S., The bouncing balls demo crashes GHCi when run for the second time; to reproduce this: 1. Start GHCi 2. Load BouncingBalls.hs 3. Run main 4. Close the BouncingBalls window 5. Run main The most minimal program that reproduces this error is: > module Main where > import Graphics.UI.WX > main :: IO () > main = start myFrame >myFrame :: IO () > myFrame = > do > f <- frameFixed [text := "Crash test"] > return () Software used: GHC 6.8.3 / wxWindows 0.10.3 / Windows XP -- Regards, Henk-Jan van Tuyl -- http://functor.bamikanarie.com http://Van.Tuyl.eu/ -- |