-
Notifications
You must be signed in to change notification settings - Fork 37
when use klee #36
Comments
I put my scripts and dockerfile on thie link, it should replay the error above. I hope I can get some idea to fix it. https://github.com/StevenJiang1110/work_env/tree/master/docker. |
Hi Steven, Thanks for reporting these issues - we really appreciate it. The biggest barrier to using these tools is that it is so hard to install them. The stack dump is a direct result of the git merge failure.
I am told that the KLEE warnings about linking modules with different target tuples is probably benign. |
I am seeing this same error on Linux (but not on OSX). The problem can be solved by
I'll update the documentation to fix this. |
I think this is all resolved
|
Hello, I want to use klee to analyse some rust program and I set up my environment in a ubuntu18.04 docker following your docs. However, when I want to analyse the compiled file using
klee --output-dir=kleeout --warnings-only-to-file target/debug/deps/try_klee*.bc
, some error occured.The full error information is attached. I wonder how to fix it. Thanks a lot.The text was updated successfully, but these errors were encountered: