RE: "internal error" in 6-2-branch

2004-05-18 Thread Simon Marlow
On 18 May 2004 07:08, Serge D. Mechveliani wrote: > Another question: > as you have docon-2.08-pre, you can reproduce the test with DoCon > under ghc-6-2-branch, as I wrote. > For example, `make' DoCon with -O, `make' T_ with -Onot, > load it and run > > ghci $doconpcp T_ +RTS

RE: Segmentation fault in ghc-6-2-branch-in-place

2004-05-18 Thread Simon Peyton-Jones
To compile the 6.2 branch with itself, you do not need to install it and reconfigure. Just say make in fptools/, and it'll build ghc/compiler/stage1/ghc-inplace, build the libraries, and then go back to ghc/compiler and build ghc/compiler/stage2/ghc-inplace. Chaos will result I if you ch

"internal error" in 6-2-branch

2004-05-18 Thread Serge D. Mechveliani
Simon P. Jones writes > There is a known bug in the one-space compacting garbage collector for > GHC 6.2.1. It is fixed in the 6.2 branch. > > This bug is shown up by your "space=XXX" choice. If you omit = > space=xxx > you won't use the one-space collector, and the bug will probably vanish. >

Segmentation fault in ghc-6-2-branch-in-place

2004-05-18 Thread Serge D. Mechveliani
Dear GHC developers, I have built the cvs update -r 6-2-branch in my home dir. It was compiled by ghc-6.2.1 official and istalled in .../ghcCVS/inst It worked in some examples, but as I wrote you, some errors appear. Now I am trying to rebuild 6-

making 6-2-branch

2004-05-18 Thread Serge D. Mechveliani
Addition to my 2 previous letters: When `making' 6-2-branch it stayed long on PrimOp.lhs, and I interrupted it. And just restarted make allfrom .../myfptools Maybe, due to this failure it had `made' with some trace of old RTS ? - Serge Mechveliani [EMAIL PROTECTE