Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

haddock segfaults #837

@jchia

Description

@jchia

Summary: Haddock segfaults when I do 'stack haddock' on a new nightly-2018-05-22 project that has haskell-src-exts as a dependency.

Originally, I made an issue here: commercialhaskell/stack#4036

Unfortunately, being unfamiliar with the intricacies of stack and cabal, I don't have a smaller test case than the following:

  1. Start with a fresh installation (official stack 1.7.1 binary installed, no ~/.stack/ directory)
  2. stack new --resolver=nightly-2018-05-22 test
  3. cd test
  4. Edit package.yaml, adding haskell-src-exts to dependencies.
  5. stack haddock and witness the crash.

It's clear that haddock segfaulted, not merely exited with a regular failure code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions