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

Can't pass multiple options? #216

Open
edmcman opened this issue Jun 14, 2024 · 2 comments · May be fixed by #217
Open

Can't pass multiple options? #216

edmcman opened this issue Jun 14, 2024 · 2 comments · May be fixed by #217

Comments

@edmcman
Copy link

edmcman commented Jun 14, 2024

Trying to pass -posix-runtime -search=bfs -max-depth=10 as options results in:

Error running /home/klee/klee_build/bin/klee -posix-runtime -search=bfs -max-depth=10 /tmp/code/code.o:
klee: Unknown command line argument '-posix-runtime -search=bfs -max-depth=10'.  Try: '/home/klee/klee_build/bin/klee -help'
klee: Did you mean '-posix-runtime=bfs -max-depth=10'?

It seems like the string is being passed as a single argument to klee, even if it contains spaces.

@ccadar
Copy link
Contributor

ccadar commented Jun 17, 2024

That's indeed a bug. Unfortunately, the project is currently unmaintained.

If anyone would like to contribute to the project, let me know.

@edmcman
Copy link
Author

edmcman commented Jun 17, 2024

I made a PR. Given the simplicity, I think it probably works, but I don't have enough energy to create a local testing environment.

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