Re: seg-fault in 6.10.1

2009-01-24 Thread Ian Lynagh
On Sat, Jan 24, 2009 at 01:15:40AM +, Simon Peyton-Jones wrote: | Segmentation fault. | | Then, I noted that in a few places the compiler warned about skipping | some class member implementations in some instances. | I added these implementations, and now it works correct. If you

seg-fault in 6.10.1

2009-01-23 Thread Serge D. Mechveliani
Dear GHC team, I `make' my (large) project in ghc-6.10.1, Linux Debian, i386-unknown, run the executable, and obtain Segmentation fault. Then, I noted that in a few places the compiler warned about skipping some class member implementations in some instances. I added these implementations,

Re: seg-fault in 6.10.1

2009-01-23 Thread Christian Maeder
Serge D. Mechveliani wrote: Dear GHC team, let me answer as a plain ghc user. I `make' my (large) project in ghc-6.10.1, Linux Debian, i386-unknown, run the executable, and obtain Segmentation fault. Then, I noted that in a few places the compiler warned about skipping some class

RE: seg-fault in 6.10.1

2009-01-23 Thread Simon Peyton-Jones
. Mechveliani | Sent: 23 January 2009 13:59 | To: glasgow-haskell-bugs@haskell.org | Cc: glasgow-haskell-us...@haskell.org | Subject: seg-fault in 6.10.1 | | Dear GHC team, | | I `make' my (large) project in ghc-6.10.1, Linux Debian, i386-unknown, | run the executable, and obtain | | Segmentation fault