Skip to content
This repository was archived by the owner on Nov 18, 2023. It is now read-only.
This repository was archived by the owner on Nov 18, 2023. It is now read-only.

does not finish compiling with profiling enabled #43

@wrl314

Description

@wrl314

With both ghc 8.0.1 and ghc 7.10.2, compiling matrix with profiling enabled never finishes (or at least doesn't finish within 10 minutes or so).

To reproduce:

$ stack unpack matrix
$ cd matrix-0.3.5.0
$ stack init
$ stack build --profile

The non-profiled object file is built fine, but the profiled object file never finishes. ghc consuming 100% cpu until killed.

This is on a Mac running El Capitan.

Seems like this is a bug in GHC itself, but perhaps something in matrix is causing profiling to take exponential time? Any suggestions welcome.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions