Skip to content

segfault with Data.BitSet.Dynamic #12

@jwaldmann

Description

@jwaldmann

with ghc-7.6.3, bitset-1.4.7 (current from hackage), on x86_64 fedora, in ghci I get this:

import Data.BitSet.Dynamic
fromList [11,63]

Loading package array-0.4.0.1 ... linking ... done.
Loading package deepseq-1.3.0.1 ... linking ... done.
Loading package bitset-1.4.7 ... linking ... done.
fromList [3,7,8,10,11,14,15,17,20,21,22,25,28,29,30,33,37,40,41,42,43,44,45,46,63]
ghc: internal error: evacuate: strange closure type 1103044792
    (GHC version 7.6.3 for x86_64_unknown_linux)

import Data.BitSet.Dynamic
fromList [1,64]

Loading package array-0.4.0.1 ... linking ... done.
Loading package deepseq-1.3.0.1 ... linking ... done.
Loading package bitset-1.4.7 ... linking ... done.
fromList [3,5,8,9,13,15,18,19,20,36,37,38,39,40,41,42,43,44,45,46,64]
Segmentation fault (core dumped)

it seems to work ok with Data.BitSet.Generic; so it would depend on a difference between Integer and FasterInteger?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions