Skip to content

GAP crashes in --cover mode when reading certain larger data files #685

@Stefan-Kohl

Description

@Stefan-Kohl

The problem with crashes in --cover mode when reading certain larger data files already reported
for GAP 4.8.2 persists in GAP 4.8.3. A way to trigger this problem which avoids having to attach a
suitable data file to this issue is as follows:


  bin/gap.sh --cover /user/GAP/log/Profile-Test.gz
  gap> LoadPackage("rcwa");
  gap> data := LoadDatabaseOfGroupsGeneratedBy3ClassTranspositions(9);; 
  Speicherzugriffsfehler (Speicherabzug geschrieben)


Metadata

Metadata

Assignees

No one assigned

    Labels

    kind: bugIssues describing general bugs, and PRs fixing themkind: bug: crashIssues describing bugs that cause GAP to crash, and PRs fixing them (used for release notes)

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions