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

Crash in partial perm #2301

Closed
ChrisJefferson opened this issue Mar 25, 2018 · 2 comments
Closed

Crash in partial perm #2301

ChrisJefferson opened this issue Mar 25, 2018 · 2 comments
Labels
kind: bug: crash Issues describing bugs that cause GAP to crash, and PRs fixing them (used for release notes) kind: bug Issues describing general bugs, and PRs fixing them

Comments

@ChrisJefferson
Copy link
Contributor

With kernel debug turned on:

gap> PartialPerm([1,2,8],[3,4,1,2]);
gap: src/pperm.c:166: SET_IMG_PPERM: Assertion `DOM_PPERM(f) == ((void *)0) || LEN_PLIST(img) == LEN_PLIST(DOM_PPERM(f))' failed.
@fingolfin fingolfin added kind: bug Issues describing general bugs, and PRs fixing them kind: bug: crash Issues describing bugs that cause GAP to crash, and PRs fixing them (used for release notes) labels Mar 25, 2018
@james-d-mitchell
Copy link
Contributor

Weird, this shouldn't even be called. Fix coming.

james-d-mitchell pushed a commit to james-d-mitchell/gap that referenced this issue Mar 26, 2018
james-d-mitchell pushed a commit to james-d-mitchell/gap that referenced this issue Mar 26, 2018
james-d-mitchell pushed a commit to james-d-mitchell/gap that referenced this issue Mar 29, 2018
james-d-mitchell pushed a commit to james-d-mitchell/gap that referenced this issue Mar 29, 2018
james-d-mitchell pushed a commit to james-d-mitchell/gap that referenced this issue Apr 2, 2018
fingolfin pushed a commit that referenced this issue Apr 6, 2018
@fingolfin
Copy link
Member

This was fixed by PR #2305

ChrisJefferson pushed a commit to ChrisJefferson/gap that referenced this issue Jun 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: bug: crash Issues describing bugs that cause GAP to crash, and PRs fixing them (used for release notes) kind: bug Issues describing general bugs, and PRs fixing them
Projects
None yet
Development

No branches or pull requests

3 participants