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

Execution terminated by abort of environment task #49

Open
matxil opened this issue Jun 21, 2021 · 0 comments
Open

Execution terminated by abort of environment task #49

matxil opened this issue Jun 21, 2021 · 0 comments

Comments

@matxil
Copy link

matxil commented Jun 21, 2021

I used to have a C++ code that worked very well with PHCpack, using a phc_solve.c code as example. It loops over a file with diffferent polynomials, and then looks for the solution(s) for each of them.
However, I now put this code on a new computer (Ubuntu 18) and I ran into a problem that I think is Ada related. I can compile fine (with gnatmake v.7.5.0) and my program runs fine the first 2 loops but the third time I call "solve_system" (as defined in phcpack.c), the program throws an exception and quits. The message it gives is:
Execution terminated by abort of environment task
It seems Ada related but with google I could not find any useful information about this error message. How can I fix this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant