Dear  ghc-5.02-linux-i386-unknown,

Probably, you manage the memory a bit wrongly.
Consider the following situation.

  ghci -package docon  T_  +RTS -MXXm -RTS
  
loads a large package for DoCon-2.04  from .o, .a libraries
and then, several interpreted test modules headed by T_.hs,
and this all takes about 50Mb.
Then,
      T_> test "log"

computes and prints everything correct, until the very end.
Then, if   XX  is about 50-60,  it reports

             Segmentation fault
or sometimes
         ghc-5.02: fatal error: evacuate: strange closure type 48856

Increasing XX to 80 improves this. 

If you want an archive, tell me some personal address to send it 
to for debugging.

-----------------
Serge Mechveliani
[EMAIL PROTECTED]




_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to