S. Alexander Jacobson wrote:
How to reproduce:

$ curl http://searchpath.org/searchpath/SearchPath.hs > SearchPath.hs
$ ghc --make SearchPath.hs -o sp
$ ./sp -f runghc --sp HAppS.Protocols.HTTP.FileServer --http-port=7000

searchpath will download all the needed modules and calls out to shell to run this: runghc -i.haskell_cache/http_searchpath.org-default.map.cache .haskell_cache/http_searchpath.org-default.map.cache/HAppS/Protocols/HTTP/FileServer.hs --http-port=7000

which produces the following error:

  ghc-6.6: panic! (the 'impossible' happened)
    (GHC version 6.6 for i386-apple-darwin):
          ByteCodeFFI.mkMarshalCode_wrk(x86) L_

  Please report this as a GHC bug:  http://www.haskell.org/ghc/reportabug

This particular panic was fixed in 6.6.1. It was a missing case in the handling of foreign imports by the byte-code compiler.

Cheers,
        Simon
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to