Re: [klee-dev] -DSPEC_CPU -DNDEBUG -DSPEC_CPU_LP64

2017-07-08 Thread Nourah mmm
wllvm > > Best, > Andrew > > > > On Wednesday, July 5, 2017, 7:35:00 AM GMT+8, Nourah mmm < > dnoo...@gmail.com> wrote: > > > Thank you very much for your replay. > > I tried to do that, however, its print extract-bc: command not found. > > I'm

Re: [klee-dev] -DSPEC_CPU -DNDEBUG -DSPEC_CPU_LP64

2017-07-05 Thread Nourah mmm
> sudo apt install python-pip > sudo pip install wllvm > > Best, > Andrew > > > > On Wednesday, July 5, 2017, 7:35:00 AM GMT+8, Nourah mmm < > dnoo...@gmail.com> wrote: > > > Thank you very much for your replay. > > I tried to do that, however, it

[klee-dev] Out of bound pointer

2017-06-22 Thread Nourah mmm
Hi, When the run reach the following part of code it results in ../klee/runtime/POSIX/fd.c:40: memory error: out of bound pointer. .err - Error: memory error: out of bound pointer File:

[klee-dev] C++ and file with .dat extension

2017-06-15 Thread Nourah mmm
Hi, I'm trying to run a KLEE on Parboil benchmark. I would like to ask does KLEE handle an input file with (.dat) extension?. Also, Can KLEE work on a program written in C++. Thank you Nourah ___ klee-dev mailing list klee-dev@imperial.ac.uk

[klee-dev] klee/runtime/POSIX/fd.c:40: memory error: out of bound pointer

2017-06-16 Thread Nourah mmm
Hi, After running KLEE on Stencil Benchmark( within Parboil benchmarks). I encountered this error: --- klee --libc=uclibc --posix-runtime all.bc 128 128 32 100

[klee-dev] failed external call: fgets

2017-06-16 Thread Nourah mmm
Hi, I try to run KLEE on cutcp benchmark from (Parboil Benchmarks ). The benchmark consists from the following program: main.c parboil.c readatom.c cutcpu.c excl.c output.c First I compile it with the following command: myclang -I