Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error from NonTrivialCongruenceClasses not caught #676

Closed
reiniscirpons opened this issue Jun 15, 2020 · 1 comment
Closed

Error from NonTrivialCongruenceClasses not caught #676

reiniscirpons opened this issue Jun 15, 2020 · 1 comment
Labels
resolved-pending-release A label for issues that are resolved pending a release.

Comments

@reiniscirpons
Copy link
Collaborator

Currently when trying to call

gap> NonTrivialCongruenceClasses(CongruencesOfSemigroup(FreeBand(2))[1]);

GAP throws an exception and then terminates

terminate called after throwing an instance of 'libsemigroups::LibsemigroupsException'
  what():  src/cong-intf.cpp:310:non_trivial_classes_impl: Cannot determine the parent FroidurePin and so cannot compute non-trivial classes!
Aborted (core dumped)

It would be better if this exception was caught and did not lead to termination.

@james-d-mitchell
Copy link
Collaborator

Resolved in v3.3.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
resolved-pending-release A label for issues that are resolved pending a release.
Projects
None yet
Development

No branches or pull requests

2 participants