Re: [klee-dev] Out of bound pointer

2017-06-30 Thread asantosa1...@gmail.com
Dear Nora, I think the ordering of the command-line arguments given to the all.bc was wrong, causing the memory error.all.bc has to be given options -i, -o, then -- and then followed by the non-option arguments. Please try to run the following command instead: klee --emit-all-errors

Re: [klee-dev] Out of bound pointer

2017-06-22 Thread asantosa1...@gmail.com
Hi Nora,  Could you please provide a more complete example, perhaps a runnable one?  Andrew Sent from Yahoo Mail on Android On Thu, Jun 22, 2017 at 10:51 PM, Nourah mmm wrote: Hi, When the run reach the following part of code it results in ../klee/runtime/POSIX/fd.c:40:

[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] Out of Bound Pointer Memory Errors

2010-04-16 Thread Cristian Cadar
Hi Stefan, The invariant you mention should indeed hold. I've never seen a violation on a 32-bit machine. But I encountered a similar issue on 64-bit, where I think the next address should have been none. I don't have time to debug this any further, but let me know if you do. Best,

[klee-dev] Out of Bound Pointer Memory Errors

2010-04-11 Thread Stefan Bucur
Hi, I've just run into a Klee out of bound pointer error which I believe it is actually not a bug in the program I'm testing, but some error in Klee. I tried to analyze the associated test.ptr.err file generated, but I don't quite understand the meaning of next and prev addresses in the