On Mon, Aug 18, 2008 at 09:19:36AM +0100, Simon Marlow wrote: > Ian Lynagh wrote: > >Sat Aug 16 08:21:35 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> > > * When doing :l, abandon all breakpoints before we unload everything > > I'm not 100% sure if this is the right fix, but it seems sensible and > > stops break008 segfaulting for me on amd64/Linux. > > > > M ./compiler/ghci/InteractiveUI.hs +1 > > It does seem sensible, yes - but I'd like to understand what caused the > crash (I didn't see it myself). Did you track it down at all?
The actual segfault was, from memory, in one of the stg_ap_pp sort of functions, but I didn't track it down any more than that. The bug seemed to have been tickled by a very recent patch, so if you unpull my fix on amd64/Linux then perhaps you will see it. Thanks Ian _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
