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

Solver executables - permission and packaging issues #298

Open
AdamZsofi opened this issue Aug 30, 2024 · 0 comments
Open

Solver executables - permission and packaging issues #298

AdamZsofi opened this issue Aug 30, 2024 · 0 comments
Assignees
Labels
bug solver Issue is mainly about SMT solvers

Comments

@AdamZsofi
Copy link
Member

AdamZsofi commented Aug 30, 2024

Issues with owner only permissions:

In SolverInstallers (e.g., BitwuzlaSmtLibSolverInstaller) in the installSolver method setExecutable is called with ownerOnly = true.
This is usually enough, but e.g., on docker it might cause child processes failing to start.

Typical output caused by this issue:
server: WARNING: Failed to start process server: java.io.IOException: error=13, Permission denied
( output.txt )

I needed a quick-fix, which was manually giving executable rights (chmod +x) to all of the installed solver executables.

We should change this parameter to false to fix.

Issues with legacy z3 in CI

Some z3 libraries are not added to the Theta.zip file generated by the CI for releases.

@AdamZsofi AdamZsofi added the bug label Aug 30, 2024
@AdamZsofi AdamZsofi changed the title Solver executables only get owner execution permission Solver executables - permission and packaging issues Aug 30, 2024
@AdamZsofi AdamZsofi added the solver Issue is mainly about SMT solvers label Nov 14, 2024
@AdamZsofi AdamZsofi self-assigned this Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug solver Issue is mainly about SMT solvers
Projects
None yet
Development

No branches or pull requests

2 participants