[klee-dev] Error in make check

2016-09-19 Thread Awanish
Hi, I configured klee with this command ../configure --with-llvmsrc=/home/awanish/llvm-2.9/llvm-2.9 --with-llvmobj=/home/awanish/llvm-2.9/llvm-2.9/build --with-stp=/usr/local --with-uclibc=/home/awanish/klee-uclibc/ --enable-posix-runtime then did make DISABLE_ASSERTIONS=0 ENABLE_OPTIMIZED

[klee-dev] Running grep with klee

2016-12-27 Thread Awanish
is this. KLEE: NOTE: Using klee-uclibc : /home/awanish/git/duklee/build/Release+Asserts/lib/klee-uclibc.bca KLEE: WARNING: undefined reference to function: __ctype_b_loc KLEE: WARNING: undefined reference to function: __ctype_tolower_loc KLEE: WARNING: undefined reference to function: __ctype_toupper_loc

[klee-dev] Getting path formula in dimacs format

2017-06-11 Thread Awanish
Hi, I want to get/convert path constraint into dimacs/SAT format. Is there any way to convert in the desired form? -- Thanks and Regards Awanish Pandey PhD, CSE IIT Kanpur ___ klee-dev mailing list klee-dev@imperial.ac.uk https://mailman.ic.ac.uk

[klee-dev] Running latest coreutils with klee build on llvm3.4

2017-06-02 Thread Awanish Pandey
klee_make_symbolic from llvm3.4 version? -- Thanking You Awanish Pandey PhD, CSE IIT Kanpur ___ klee-dev mailing list klee-dev@imperial.ac.uk https://mailman.ic.ac.uk/mailman/listinfo/klee-dev

[klee-dev] Replay ktestfile directory

2018-04-01 Thread Awanish Pandey
e to run only 6 test cases. What is the problem or I am doing something wrong -- Thanking You Awanish Pandey PhD, CSE IIT Kanpur ___ klee-dev mailing list klee-dev@imperial.ac.uk https://mailman.ic.ac.uk/mailman/listinfo/klee-dev

[klee-dev] Running SPEC benchmarks with klee

2020-02-06 Thread Awanish Pandey
execution. Any other different way to tackle this situation is welcomed. -- Thanks and Regards Awanish Pandey PhD, CSE IIT Kanpur ___ klee-dev mailing list klee-dev@imperial.ac.uk https://mailman.ic.ac.uk/mailman/listinfo/klee-dev

[klee-dev] Error while replaying .path file

2020-02-17 Thread Awanish Pandey
it by command *klee --libc=uclibc --posix-runtime --replay-path=klee-out-0/test19.path file.bc* Klee crashes on assertion violation in Executor.cpp What is the issue? It will be very helpful. -- Thanking You Awanish Pandey ___ klee-dev mailing list klee-d

Re: [klee-dev] Error while replaying .path file

2020-02-18 Thread Awanish Pandey
. *** Thanks Cristian for this information. Klee reply will not work in my case because I have to replay the test case with path files only. On Tue, Feb 18, 2020, 5:06 PM Cadar, Cristian wrote: > Hi Awanish, > > Unfortunately that feature has not been maintained -- we ne