Ticket #5799 (closed bug: worksforme)

Opened 4 months ago

Last modified 4 months ago

internal error: evacuate: strange closure type 15

Reported by: vl.still Owned by:
Priority: normal Milestone:
Component: GHCi Version: 7.2.2
Keywords: Cc:
Operating System: Windows Architecture: x86
Type of failure: GHCi crash Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description

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.

Change History

follow-up: ↓ 3   Changed 4 months ago by simonmar

  • difficulty set to Unknown

Can you reproduce the problem?

  Changed 4 months ago by simonmar

  • status changed from new to infoneeded

in reply to: ↑ 1   Changed 4 months ago by vl.still

Replying to simonmar:

Can you reproduce the problem?

Unfortunately I was unable to reproduce the problem. I tried repeating same steps as in crash case but it runs OK now.

  Changed 4 months ago by simonmar

  • status changed from infoneeded to closed
  • resolution set to worksforme

Probably a transient hardware problem then.

Note: See TracTickets for help on using tickets.