-
Notifications
You must be signed in to change notification settings - Fork 371
Segfault when running the testsuite with AGDA_BIN
that is not an absolute path
#6905
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
Comments
It seems the segfault appears if
The last change around @lawcho: Do you see whether your changes could have triggered this bug? |
agda-quicker
AGDA_BIN
that is not an absolute path
Smells like this bug (fixed in |
I tested with GHC 9.8 which ships |
Here is the results for
|
Turns our that Agda 2.6.3 didn't have this problem with the testsuite, so it is a regression in 2.6.4, albeit a harmless (devx only) one. |
Problem does not exist in process library shipped with GHC 9.0 or 9.8, but currently affects the versions inbetween (9.2.8, 9.4.7, 9.6.3). Closes #6905.
Problem does not exist in process library shipped with GHC 9.0 or 9.8, but currently affects the versions inbetween (9.2.8, 9.4.7, 9.6.3). Closes #6905.
Problem does not exist in process library shipped with GHC 9.0 or 9.8, but currently affects the versions inbetween (9.2.8, 9.4.7, 9.6.3). Closes agda#6905.
Uh oh!
There was an error while loading. Please reload this page.
I experience segfaults when running the
agda-tests
(build bymake v1-install
) binary withagda-quicker
(build bymake quicker-install-bin
):This can be reproduced by directly invocation as well (sans
Makefile
):The text was updated successfully, but these errors were encountered: