Ticket #4531: ghci-crash-report.txt

File ghci-crash-report.txt, 1.1 KB (added by stakx, 2 years ago)

Console output log showing how the crash happened

Line 
1c:\Users\xyz>GHCI
2GHCi, version 7.0.1: http://www.haskell.org/ghc/  :? for help
3Loading package ghc-prim ... linking ... done.
4Loading package integer-gmp ... linking ... done.
5Loading package base ... linking ... done.
6Loading package ffi-1.0 ... linking ... done.
7Prelude> :cd C:\Users\xyz
8Prelude> :m +Address
9
10<no location info>:
11    Could not find module `Address':
12      it is not a module in the current program, or in any known package.
13Prelude> :m +Address.o
14syntax:  :module [+/-] [*]M1 ... [*]Mn
15Prelude> ^C
16c:\Users\xyz>
17Prelude>
18c:\Users\xyz>
19c:\Users\xyz>
20Prelude>
21c:\Users\xyz>
22Prelude>
23c:\Users\xyz>
24Prelude> dir
25 Volume in Laufwerk C: hat keine Bezeichnung.
26 Volumeseriennummer: 4A51-A50C
27
28 Verzeichnis von c:\Users\xyz
29
3025.11.2010  22:52    <DIR>          .
3125.11.2010  22:52    <DIR>          ..
32[***output removed (cmd.exe was listing my directory's contents here)***]
33
34c:\Users\xyz>
35Prelude>
36ghc.exe: panic! (the 'impossible' happened)
37  (GHC version 7.0.1 for i386-unknown-mingw32):
38        thread blocked indefinitely in an MVar operation
39
40Please report this as a GHC bug:  http://www.haskell.org/ghc/reportabug