I wrote recently about Segmentation fault bug in -O compiling
of the project.
And it appears that it runs into it only when the compiler is 
given appropriate memory options:
  
   make ... space=M45m  project
   ...
then, it says `memory exhausted'. 
Repeat

   make ... space=M45m  project

   It compiles another group of modules
   ...
   `memory exhausted'. 

   make ... space=M60m  project
   ...
   Segmentation fault.

Greater -M numbers (set from the very start) lead to successfull 
`make'.

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






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

Reply via email to