#5799: internal error: evacuate: strange closure type 15
------------------------+---------------------------------------------------
Reporter: vl.still | Owner:
Type: bug | Status: new
Priority: normal | Component: GHCi
Version: 7.2.2 | Keywords:
Os: Windows | Architecture: x86
Failure: GHCi crash | Testcase:
Blockedby: | Blocking:
Related: |
------------------------+---------------------------------------------------
I encountered following error in ghci:
{{{
Loading package bytestring-0.9.2.0 ... linking ... done.
Loading package Win32-2.2.1.0 ... linking ... done.
Loading package filepath-1.2.0.1 ... linking ... done.
Loading package old-locale-1.0.0.3 ... linking ... done.
Loading package old-time-1.0.0.7 ... linking ... done.
Loading package directory-1.1.0.1 ... linking ... done.
<interactive>: internal error: evacuate: strange closure type 15
(GHC version 7.2.2 for i386_unknown_mingw32)
Please report this as a GHC bug:
http://www.haskell.org/ghc/reportabug
This application has requested the Runtime to terminate it in an unusual
way.
Please contact the application's support team for more information.
}}}
I don't know if it is of any use to you but here is windows' problem
signature:
{{{
Problem signature:
Problem Event Name: APPCRASH
Application Name: ghc.exe
Application Version: 0.0.0.0
Application Timestamp: 4ebaf828
Fault Module Name: ghc.exe
Fault Module Version: 0.0.0.0
Fault Module Timestamp: 4ebaf828
Exception Code: 40000015
Exception Offset: 0133a581
OS Version: 6.1.7601.2.1.0.256.48
Locale ID: 1029
Additional Information 1: f000
Additional Information 2: f0008fde09a13d7202f3f38b56aff97f
Additional Information 3: db13
Additional Information 4: db13bed4dd4379fdb3637223555098e5
}}}
I had following ghc extensions enabled: ExistentialQuantification,
ScopedTypeVariables, NamedFieldPuns, DeriveDataTypeable, ParallelListComp.
Re-runing the same expression didn't cause repetition of error. Program
was supposed to be browsing over directories of local disk.
My OS is Windows 7 x64 SP1.
If you need other information I will try to help.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5799>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs