Re: [wxhaskell-users] Investigating wxHaskell's die-on-restart problem

2009-10-03 Thread Eric Y. Kow
On Fri, Oct 02, 2009 at 21:52:09 -0700, Conal Elliott wrote: > I spent some time today tracking down the die-on-restart problem with > wxHaskell. Yay! > I didn't get the the heart of the problem, though I may have gotten close. > This note records my journey, in the hope that together we can get

[wxhaskell-users] Investigating wxHaskell's die-on-restart problem

2009-10-02 Thread Conal Elliott
I spent some time today tracking down the die-on-restart problem with wxHaskell. Here's a simple demo of the problem: import Graphics.UI.WX main = io >> io where io = start (frame [] >> return ()) (See http://sourceforge.net/tracker/?func=detail&atid=536845&aid=1610984&group_id=73133.)