Gregory Wright <[EMAIL PROTECTED]> writes:
(snip)
> the failure is
> not related to what I am trying to build. It doesn't matter if I run
> the same command,
>
> runhaskell Setup.hs configure
>
> in the haskell-src-exts subdirectory. The failure is the same.
>
> The failure also occurs if I
On Fri, 2004-03-12 at 13:47, Ross Paterson wrote:
> On Fri, Mar 12, 2004 at 01:30:58PM -0500, Isaac Jones wrote:
> > The following malformed code causes a panic in ghc 6.2, and some folks
> > on IRC tried it in various CVS snapshots, where it also breaks.
> >
> > m
the `impossible' happened, GHC version 6.2):
tcMonoExpr
ControlziArrow.returnA {- v r4a -} -< GHCziBase.ZMZN {- d 6m -}
peace,
isaac
--
Isaac Jones <[EMAIL PROTECTED]>
Aetion
___
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http:
On Wed, 2004-01-07 at 11:59, Simon Peyton-Jones wrote:
> Very mysterious. I've never seen one of these without -dcore-lint
> bleating first.
I added -dcore-lint again and don't see anything, but I include all the
output below...
> Suggestions:
> 1. Don't use --make, so you can be certain which m
EMAIL PROTECTED],
or http://sourceforge.net/projects/ghc/.
--
Isaac Jones <[EMAIL PROTECTED]>
Aetion
___
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
> Could be a problem with the recompilation checking. We know of one
> such bug: if you compile first with -O, then later without -O,
> inconsistencies can arise. =20
No, I'm afraid its nothing so obvious. I can
rm *.o *.exe
build, run
and it runs fine. However, if I alter one of the files and
Greetings,
I have a bug which I'm having trouble reproducing on a small scale, so
I'm not sure how to proceed to get more information to you.
When I use ghc --make to recompile a group of files, I sometimes get a
segfault when running the target program. If I remove all of the .o
files and compi