genprog-code icon indicating copy to clipboard operation
genprog-code copied to clipboard

GenProg: heuristic, GP-based automatic program repair for C.

Results 15 genprog-code issues
Sort by recently updated
recently updated
newest added

ASLR Disabling: During test runs, found some non-determinism in test results due to ASLR. Added a feature to genprog --disable-aslr which disables ASLR (implemented Linux-based genprog support only) Minimization bug...

This turnin request contains a fix to a genprog issue where edits weren't being used with minimized when !minimize_patch is true. Tested solution on minimal scenario identified in issue #28,...

Hello... I'm trying to run make in the genprog-code/src folder and give this error. `opam@b0004bce3ca4:~/opam-repository/genprog-code/src$ make ocamlfind: not found Makefile:41: *** Could not find CIL include path. Is $CIL set...

Hi, I have a similar issue with [#20 ](https://github.com/squaresLab/genprog-code/issues/20), but I'm running on docker machine. The cil in installed by 1.7.3 and the developer's test can be run successfully, e.g....

Mysteriously not linked from the old GenProg site, either.

results issues

I’m stuck and I hope that perhaps that either of you might have some insight on the GenProg code with respect to the AST tree. My goal is to determine...

After successfully repairing a program, consecutive run of GenProg with `--minimization` switch causes an Abort condition: "Fatal Error: exception Not_found" I was able to duplicate the failure locally with a...

when the minimal set is found by genprog, get an assertion ``` Entering delta, pass number 7... genprog aborting: File "minimization.ml", line 128, characters 9-15: Assertion failed Rep: saving test...

Hello, I have been attempting to recreate a few repairs from the IntroClass, specifically using the smallest programs. I have attached the test suite, configuration, and source code below. I...

bug

I am following your installation guide. When I try to run your provided scripts in **test** directory, I always got this message > cilRep: preprocessing IO function signatures: /tmp/tmp1f886d.c /tmp/tmpb5ebe9.c...

bug