Re: -xc giving very little information

2004-01-05 Thread Malcolm Wallace
Stefan Reich <[EMAIL PROTECTED]> writes: > A complex program of mine fails with this message: > > Fail: Maybe.fromJust: Nothing > > I tried to extract more information about the error by compiling with > -prof -auto-all and running the program with +RTS -xc, as advised on > http://www.ha

RE: -xc giving very little information

2004-01-05 Thread Simon Marlow
> A complex program of mine fails with this message: > > Fail: Maybe.fromJust: Nothing > > I tried to extract more information about the error by compiling with > -prof -auto-all and running the program with +RTS -xc, as advised on > http://www.haskell.org/hawiki/TipsAndTricks . This yi

Re: -xc giving very little information

2004-01-05 Thread Ian Lynagh
On Mon, Jan 05, 2004 at 11:35:37AM +, Malcolm Wallace wrote: > > Unfortunately, Hat is currently limited to ghc version 5.04.3 (i.e. not > yet updated to cope with the 6.x series), The Debian package works with ghc6.2 (at least the Insort example works for me - I haven't done more with it tha