> While running ghc with a very full disk, I got the following error
> message.
> 
> /home/reid/local/bin/ghc-5.00 -i. -i./.. -fglasgow-exts  
> -syslib data -syslib text -fasm-x86 \
>               -c ../GenOutfile.hs -o ../GenOutfile.o
> ghc-5.00: panic! (the `impossible' happened, GHC version 5.00):
>         Failed to open or write code output file /tmp/ghc16986.s
> 
> Please report it as a compiler bug to 
> [EMAIL PROTECTED],
> or http://sourceforge.net/projects/ghc/.

Yes, this really shouldn't be a panic.  We've changed it such that
IOExceptions aren't considered to be panics any more.

Cheers,
        Simon

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

Reply via email to