Ticket #262 (closed bug: None)

Opened 9 years ago

Last modified 43 years ago

Compiled program crashes when generating heap profile

Reported by: hjvt Owned by: nobody
Priority: normal Milestone:
Component: Profiling Version: 6.0.1
Keywords: Cc:
Operating System: Architecture:
Type of failure: Difficulty:
Test Case: Blocked By:
Blocking: Related Tickets:

Description

The attached program crashes when trying to obtain a heap 
profile. The program is compiled with the command:
ghc --make -prof -auto-all -i..:.:../Libs GhcProfileCrash.lhs 
-o GhcProfileCrash.exe -dcore-lint > compile.log

The program is run with the following command:
GhcProfileCrash.exe +RTS -hc -RTS

Sometimes the program crashes immediately or after 
reading some files without any message, and sometimes 
with the message (after reading 547 files):
C:\MIJNDO~1\SOFTWA~1\HASKELL\READALOT\GHCPROFI.
EXE: internal error: heapCensus
    Please report this as a bug to glasgow-haskell-
bugs@haskell.org,
    or http://www.sourceforge.net/projects/ghc/

I compile with GHC 6.0.1,
under Windows 98

Attachments

GhcProfileCrash.2.lhs Download (2.8 KB) - added by hjvt 9 years ago.

Change History

Changed 9 years ago by hjvt

Changed 9 years ago by hjvt

  • status changed from assigned to closed
Logged In: YES 
user_id=876142

After installing GHC 6.2.1, the problem has disappeared.

Note: See TracTickets for help on using tickets.