[Haskell-cafe] Re: gkt2hs seg fault issue

2010-08-09 Thread Andy Stewart
writes: > On Mon, 09 Aug 2010 11:09:40 +0800 > Andy Stewart wrote: > >> Ivan Lazar Miljenovic writes: >> >> > On 9 August 2010 09:44, Andy Stewart >> > wrote: >> >> Which ghc version? >> >> > > The Glorious Glasgow Haskell Compilation System, version 6.12.1 > > So just run gdb on ghci to see

Re: [Haskell-cafe] Re: gkt2hs seg fault issue

2010-08-08 Thread briand
On Mon, 09 Aug 2010 11:09:40 +0800 Andy Stewart wrote: > Ivan Lazar Miljenovic writes: > > > On 9 August 2010 09:44, Andy Stewart > > wrote: > >> Which ghc version? > >> The Glorious Glasgow Haskell Compilation System, version 6.12.1 So just run gdb on ghci to see what is happening ? Brian

Re: [Haskell-cafe] Re: gkt2hs seg fault issue

2010-08-08 Thread Andy Stewart
Ivan Lazar Miljenovic writes: > On 9 August 2010 09:44, Andy Stewart wrote: >> Which ghc version? >> >> It's have a bug in ghc-6.12 that cause gtk2hs segment fault. > > If memory serves, that bug was only present in 6.12.2... Yes, typo, it's a bug of ghc-6.12.2 -- Andy __

Re: [Haskell-cafe] Re: gkt2hs seg fault issue

2010-08-08 Thread Ivan Lazar Miljenovic
On 9 August 2010 09:44, Andy Stewart wrote: > Which ghc version? > > It's have a bug in ghc-6.12 that cause gtk2hs segment fault. If memory serves, that bug was only present in 6.12.2... -- Ivan Lazar Miljenovic ivan.miljeno...@gmail.com IvanMiljenovic.wordpress.com

[Haskell-cafe] Re: gkt2hs seg fault issue

2010-08-08 Thread Andy Stewart
Which ghc version? It's have a bug in ghc-6.12 that cause gtk2hs segment fault. If you use other ghc version, you should use gdb run your program to get backtrace, then we can help you. Cheers, -- Andy writes: > I reported a seg-fault in chart a while back. > > so I was experimenting with