Hi Simon,

No time to try to reproduce it, I'm preparing for a conference ;)

I haven't seen the bug recently, but ... tangentially I was musing
that if someone could devote some time to turning the GHC internal
error message (which I've seen on over a hundred occasions, I'm sure)
into a tool that queries the user and then, if he is OK with sharing
his code (as a quite large number of programmers are) sends a core
dump of GHC into some repository to be analysed, it might be
beneficial for the GHC development process in the long run. This
concept probably has a standard name that I don't know - I think
something vaguely similar was done with some web browsers once,
although perhaps not with the entire program state. It sounds like it
might be difficult to implement, though. Just a thought.

Cheers,

Frederik

On Thu, Jul 05, 2007 at 08:56:58PM +0100, Simon Marlow wrote:
> Frederik Eaton wrote:
> 
> >I've been seeing this a lot:
> ><interactive>: internal error: stg_ap_pp_ret
> >    (GHC version 6.6.1 for i386_unknown_linux)
> >Sometimes it seems to go away when I remove .o and .hi files and
> >recompile, but it keeps coming back when I make edits and/or compile
> >with different optimisation options or something.
> 
> We'll need a way to repeat it.  Can you make it repeatable?
> 
> Cheers,
>       Simon
> 

-- 
http://ofb.net/~frederik/
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to