Re: [klee-dev] KLEE Crashing

2018-02-22 Thread Daniel Schwartz
Hi, I looked again to see if I missed a child process of this fork but didn't. I provided all the information I have below: When I check the running processes, I see: 9667: klee-1.4.0_build_dir/bin/klee --libc=uclibc --posix-runtime --simplify-sym-indices --write-cvcs --write-cov --output-module

Re: [klee-dev] KLEE Crashing

2018-02-22 Thread Martin Nowack
Hi Daniel, This is strange - hanging at __libc_fork() with 100% cpu load should not happen. Can you open a bug report on GitHub and we try to continue there? * And could you add there what system you have (Linux distribution) * Add the code around: __libc_fork () at ../nptl/sysdeps/unix/sysv/li

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 wrote: > Hi Danie