I am attempting to run Daikon over CGC Challenge Binaries as found on
https://github.com/trailofbits/cb-multios,
which are written in C. However, when I try to process the application
with the Kvasir front end, the application seg faults for reasons
unknown to me.
I am working with Daikon version 5.8.3, cloned and built from the git repo
https://github.com/codespecs/daikon.
I built both Daikon and Kvasir following exactly the instructions in
the README, and was able to successfully run them both over the provided
C examples. I also cloned the CGC Challenge Binaries from the
previously mentioned cb-multios repo and built them as per the README.
However, running Kvasir over any of the built binaries results in the
aforementioned segmentation fault.
I am running on Ubuntu version 20.04 and the result of "java --version" is:
openjdk 11.0.7 2020-04-14
OpenJDK Runtime Environment (build 11.0.7+10-post-Ubuntu-3ubuntu1)
OpenJDK 64-Bit Server VM (build 11.0.7+10-post-Ubuntu-3ubuntu1, mixed mode, sharing)
I
have also attached a text file with a list of commands I ran to build
both Daikon and the CGC Binaries, as well as an image of the error that I
received from Kvasir.
Thank you,
Jeffrey Chen