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/ -- ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ wxhaskell-devel mailing list wxhaskell-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel