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

Segfault from calling OutNeighbours with the wrong argument in GAP #518

Closed
wilfwilson opened this issue Nov 24, 2021 · 3 comments
Closed
Labels
bug A label for issues that are bugs C language A label for issues or pull requests relating to the kernel module of the package

Comments

@wilfwilson
Copy link
Collaborator

gap> OutNeighbours([CycleDigraph(4)]);
/usr/local/bin/gap: line 3: 25995 Segmentation fault: 11
@wilfwilson wilfwilson added bug A label for issues that are bugs C language A label for issues or pull requests relating to the kernel module of the package labels Nov 24, 2021
@james-d-mitchell
Copy link
Member

Oops, this is caused by checking the value of CALL_1ARGS which is an Obj not a bool, fixed it in #519

@james-d-mitchell james-d-mitchell added the resolved-pending-release A label for issues that have been resolved and that can be closed when a new version is released. label Dec 2, 2021
@github-actions
Copy link

github-actions bot commented Feb 1, 2022

Stale issue message

@wilfwilson wilfwilson removed the resolved-pending-release A label for issues that have been resolved and that can be closed when a new version is released. label Mar 29, 2022
@wilfwilson
Copy link
Collaborator Author

Resolved in v1.5.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A label for issues that are bugs C language A label for issues or pull requests relating to the kernel module of the package
Projects
None yet
Development

No branches or pull requests

2 participants