-
-
Notifications
You must be signed in to change notification settings - Fork 481
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
RSK on symmetric group element kills the kernel #37437
Comments
Confirmed:
|
I also confirmed and have found the main cause of the segfault:
This really should not happen. Note that this "works" (in the sense that it fails appropriately):
Also Side note: the permutation group element still wouldn't work I think (as it iterates over cycles), which could (and should) be fixed independently without hiding the segfault. It would be a matter of implementing an @darijgr You might want to be aware of these bugs. |
Steps To Reproduce
SymmetricGroup(n)
, sayP
.RSK(P)
.Expected Behavior
ValueError:
P
is not one of the types supported byRSK
, or some similar way of declaring an error.Actual Behavior
The kernel dies.
Additional Information
No response
Environment
Checklist
The text was updated successfully, but these errors were encountered: