-
Notifications
You must be signed in to change notification settings - Fork 0
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
Missing libkleeRuntimePOSIX64_Debug+Asserts.bca #1
Comments
Hi @mristin! Thanks for this report. In this moment the stable channel does not support POSIX runtime and or ulibc/libcxx. However, I just added support for ulibc and POSIX in the beta channel. If you could test that (by switching to the beta channel with |
@marco6 many thanks for your work on this. |
@ccadar I didn't :-) I will try to get the new release up as soon as I have time. |
@marco6 thanks! Unfortunately, I couldn't make our code work with KLEE as we rely heavily on smart pointers ( I suppose it is probably not possible to make these structures symbolically? |
@mristin is the situation that you can use KLEE for your code when you install it from other sources, but not as a snap? Otherwise, and if you need help with your scenario, you should send a message to the KLEE mailing list with a small example illustrating your problem: https://klee.github.io/support/ |
That's correct, thanks! I'll write to the mailing list. |
Hi!
I've just installed klee snap on Ubuntu 22.04 and I receive the following message:
... when trying to invoke KLEE on a bitcode with
klee --posix-runtime myprogram.bc
.The version used:
I suspect that klee in the snap has not been built with
-DENABLE_POSIX_RUNTIME=ON
, see: klee/klee#1475.The text was updated successfully, but these errors were encountered: