RE: heap oversize panic when compiling with -prof -auto-all

2002-02-01 Thread Simon Marlow
On a slightly related topic: I was a bit surprised to notice that 5.02.2 appears to produce binaries that are incompatible with 5.02.1, given that it was only a minor version number change. It's not a huge deal (since this at least produced link errors), but it was a bit surprising.

Does ghc have daemon threads again?

2002-02-01 Thread George Russell
I have a program which comes to the end of the main action, but nevertheless won't go away. Is this a bug? When I give up and interrupt it, I get a message fatal error: resurrectThreads: thread blocked in a strange way; could this be connected?