Closed pigniczkim closed 5 months ago
Hi, thank you for the bug report. I have finally gotten time to check it out. The example.zip
was very helpful.
I managed to reproduce it. The bug has to do with schema and the "example" being very small. I guess no "schema" is being generated but it still try to use one thus "segfault". With your example I can fix the bug.
Until it is fixed you can change the configuration "use = true" to "false" in the section "[schema]".
It should work on larger program just fine because that is how it is used. There is something that happens when the example is minimalistic.
Should be fixed in #1734
Thank you for the info. This solution seems to work fine.
Hi, I want to integrate dextool into my toolchain for C/C++ testing, so I make a small example project to try it out. Unfortunately when I want to run
dextool mutate test
it ends up in an error.I attach the project that I have. example.zip
I built the latest version of dextool (from GIT) using
ldc 1.38.0
. I am trying to execute the test project under anubunutu:jammy
docker container withllvm-18
.So far the
dextool mutate analyze
seems to recognize the files correctly, but when it comes to executing the mutation tests it fails.I turned on debugging so you can see the error logs coming: