Ticket #5023 (closed bug: invalid)

Opened 2 years ago

Last modified 2 years ago

program exits at runtime with 'unimplemented/strange closure type' error

Reported by: bfbarakat Owned by:
Priority: normal Milestone:
Component: Compiler Version: 6.12.3
Keywords: Cc:
Operating System: MacOS X Architecture: x86_64 (amd64)
Type of failure: None/Unknown Difficulty:
Test Case: Blocked By:
Blocking: Related Tickets:

Description (last modified by igloo) (diff)

My program (attached) compiles fine, but at runtime exited with the following error message:

internal error: scavenge: unimplemented/strange closure type 12642 @ 0xd007e0
    (GHC version 6.12.3 for i386_apple_darwin)
    Please report this as a GHC bug:  http://www.haskell.org/ghc/reportabug
Abort trap

It did this halfway through the set of parallel tasks between lines 150:154.

If it hadn't explicitly said to report this as a GHC bug, I would have assumed it was my mistake. As you can see from the program, I'm not hugely proficient at Haskell and in any case not primarily a programmer. Sorry if that makes it more difficult to trace.

Attachments

full model fitting.hs Download (13.8 KB) - added by bfbarakat 2 years ago.
program that compiled, but exited at RT

Change History

Changed 2 years ago by bfbarakat

program that compiled, but exited at RT

Changed 2 years ago by simonmar

  • status changed from new to infoneeded

Could you send us the data files too? Basically we need everything required to reproduce the problem here.

Changed 2 years ago by igloo

  • description modified (diff)

Changed 2 years ago by igloo

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

No response from submitter, so closing.

Note: See TracTickets for help on using tickets.