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)
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: