Re: [wxhaskell-users] wxTaskBarIcon crash/hang

2008-08-05 Thread Eric Y. Kow
On Tue, Aug 05, 2008 at 02:10:00 +0200, Jose Ramirez wrote: > The problem is that when closing the window, the application segfaults > ("taskBarIconDelete tbicon" does the segfaulting part). > I'm running GHC 6.8.3 / wxHaskell 0.10.3 binary. Ouch. I saw "segfault" and I'm assuming "bug" There ar

[wxhaskell-users] wxTaskBarIcon crash/hang

2008-08-05 Thread Jose Ramirez
Hi all, trying out wxhaskell i modified the basic hello world apllication to show an taskbar icon, and to pop a message on right-click http://hpaste.org/9390 . The problem is that when closing the window, the application segfaults ("taskBarIconDelete tbicon" does the segfaulting part). I'm runnin