[klee-dev] KLEE Forking Flags

2017-09-08 Thread Daniel Schwartz
that reaches the statement. This is instead of arbitrarily picking a branch and solving the constraints at true path-end. 2. max-static-fork-pct and max-static-cpfork-pct I'm having trouble understanding these two. Thank you, Daniel Schwartz ___ klee-dev

Re: [klee-dev] A question about specifying symbolic files

2017-09-30 Thread Daniel Schwartz
Hi Peng, You need to give the symbolic file a "name", that will then be given symbolic value. Try "klee --posix-runtime --libc=uclibc xxx.bc A --sym-files 1 1024". You should be able to print argv[1] and see that it's "A". Best, Daniel Schwartz On Sat, Se

[klee-dev] KLEE Crashing

2018-02-13 Thread Daniel Schwartz
+02,6.936041e+00) I welcome all comments/suggestions on better usage of KLEE's configuration options and am happy to provide more diagnostic information from my problematic runs. ***** Daniel Schwartz - ds3...@columbia.edu M.S. Candidate, Computer Science Columb

Re: [klee-dev] KLEE Crashing

2018-02-18 Thread Daniel Schwartz
/ld-linux-x86-64.so.2 0x2b5816da8e34 in __libc_fork () at ../nptl/sysdeps/unix/sysv/linux/x86_64/../fork.c:130 130 ../nptl/sysdeps/unix/sysv/linux/x86_64/../fork.c: No such file or directory. * Daniel Schwartz - ds3...@columbia.edu M.S. Candidate, Computer

Re: [klee-dev] KLEE Crashing

2018-02-22 Thread Daniel Schwartz
Hi Martin, Done. Thank you again. Thanks, Daniel * Daniel Schwartz - ds3...@columbia.edu M.S. Candidate, Computer Science Columbia University, 2018 https://www.linkedin.com/in/danielschwartz2/ On Thu, Feb 22, 2018 at 4:12 PM, Martin Nowack <martin.nowa...

[klee-dev] KLEE Memory Mapping

2018-04-24 Thread Daniel Schwartz
for an email, point me in the right direction in the source code? Thanks, Daniel Schwartz ___ klee-dev mailing list klee-dev@imperial.ac.uk https://mailman.ic.ac.uk/mailman/listinfo/klee-dev

Re: [klee-dev] Get time where testcase was found

2018-03-18 Thread Daniel Schwartz
Hi Cornelius, I believe that KLEE writes a .ktest file indicating a found test case as soon as the test case is found. Looking back at my KLEE runs, they have timestamps that span my KLEE runs. Best, Daniel On Sat, Mar 17, 2018 at 8:14 AM, Cornelius Aschermann < cornelius.ascherm...@rub.de>

Re: [klee-dev] Problem Installing KLEE

2013-04-08 Thread Daniel Schwartz-Narbonne
if that may help, but it might be worth trying to use llvm-gcc for 64 bits and also checking if 64 bit include / library paths for you system are exported to environment variables. Hope that helps. Best Regards Tomek On 04/04/13 21:43, Daniel Schwartz-Narbonne wrote: Hi. I tried installing