WARNING: the argument --multi-file is deprecated. This is not fatal, as GenProg can handle certain deprecated options as of the March 2012 refactor.
However, you may want to consult the GenProg documentation to avoid using 
deprecated options in the future, and verify that your config is doing what you
think it is doing.WARNING: the argument --suffix-extension is deprecated. This is not fatal, as GenProg can handle certain deprecated options as of the March 2012 refactor.
However, you may want to consult the GenProg documentation to avoid using 
deprecated options in the future, and verify that your config is doing what you
think it is doing.WARNING: the argument --mutp is deprecated. This is not fatal, as GenProg can handle certain deprecated options as of the March 2012 refactor.
However, you may want to consult the GenProg documentation to avoid using 
deprecated options in the future, and verify that your config is doing what you
think it is doing.--allow-coverage-fail false
--appp 0.33333
--asm-code-only false
--best-edit-rule "1 * fault_loc_weight ; 1 * max_test_fail_prob ; -1 * num_tests"
--best-test-rule "1 * test_fail_prob ; 1 * test_fail_count ; -1 * test_pass_count"
--compiler "gcc"
--compiler-command "perl compile.pl __EXE_NAME__ > /dev/null"
--compiler-opts ""
--continue false
--coverage-info ""
--coverage-per-test false
--crossover "subset"
--crossp 0.5
--delp 0.33333
--describe-machine true
--diversity-selection 0
--edit-script false
--elf-risc false
--exp-diff false
--fault-file ""
--fault-path "coverage.path.neg"
--fault-scheme "path"
--fitness-in-parallel 1
--fix-file ""
--fix-oracle ""
--fix-path "coverage.path.pos"
--fix-scheme "default"
--flatten-path ""
--format "txt"
--gen-per-exchange 1
--generations 10
--gui false
--hostname "127.0.0.1"
--ignore-dead-code true
--ignore-equiv-appends true
--ignore-standard-headers true
--ignore-string-equiv-fixes true
--ignore-untyped-returns true
--incoming-pop ""
--keep-source false
--label-repair false
--max-evals 0
--minimization false
--mt-cov false
--multiopt-minimize false
--multiopt-no-inf false
--neg-tests 1
--neg-weight 1
--negative-test-weight 2
--neutral-walk-max-size 0
--neutral-walk-weight ""
--nht-id "global"
--nht-port 51000
--nht-server ""
--no-rep-cache false
--no-test-cache false
--num-comps 2
--num-objectives 2
--oracle-genome ""
--popsize 40
--port 60000
--pos-tests 303
--pos-weight 0.1
--prefix "preprocessed"
--preprocessor ""
--print-incremental-evals false
--print-source-name false
--program "bugged-program.txt"
--promut 1
--quiet false
--regen-paths false
--rep "cilpatch"
--rep-cache "default.cache"
--repp 0
--samp-strat "variant"
--sample 1
--sample-runs 100
--sanity "yes"
--search "ww"
--seed 1
--semantic-check "scope"
--single-fitness false
--skip-failed-sanity-tests true
--skip-tests ""
--split-search 0
--sport 65000
--subatom-constp 0.5
--subatom-mutp 0
--super-mutant true
--super-mutant-size 50
--swap-bug false
--swapp 0.33333
--template-cache ""
--templates ""
--test-command "__TEST_SCRIPT__ __TEST_NAME__ >& /dev/null"
--test-script "./test.sh"
--tournament-size 2
--tweet false
--uniq false
--valgrind false
--variants-exchanged 50
uname -a: Linux domU-12-31-39-09-90-D4 2.6.34.7-61.fc13.i686.PAE #1 SMP Tue Oct 19 04:24:06 UTC 2010 i686 i686 i386 GNU/Linux
date: Tue May  7 23:32:01 EDT 2013
id: uid=0(root) gid=0(root) groups=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel) context=system_u:system_r:kernel_t:s0
cat /etc/redhat-release: Fedora release 13 (Goddard)
grep 'model name' /proc/cpuinfo: model name	: Intel(R) Xeon(R) CPU           E5410  @ 2.33GHz
grep 'MemTotal' /proc/meminfo: MemTotal:        1747596 kB
grep 'SwapTotal' /proc/meminfo: SwapTotal:             0 kB
cilRep: preprocessing IO function signatures: /tmp/tmpd2d89f.c /tmp/tmp0f38bd.c
cilRep: done preprocessing IO function signatures
Exception in loading: Sys_error("default.cache: No such file or directory")
cilrep: from_source: pre: stmt_count = 1
cilRep: preprocessed/Modules/signalmodule.c: parsing
cilRep: preprocessed/Modules/signalmodule.c: parsed (0.474932 MB)
cilRep: computing liveness
Bug: BF(Liveness): stmtStartData is not initialized for -1: __Cont: /* CIL Label */ 
#line 580 "./Modules/signalmodule.c"
sig ++;
Liveness failed on function:
 static PyObject *signal_pthread_sigmask(PyObject *self , PyObject *args ) 
{ int how ;
  int sig ;
  PyObject *signals ;
  PyObject *result ;
  PyObject *signum ;
  sigset_t mask ;
  sigset_t previous ;
  int err ;
  int tmp ;
  int tmp___0 ;
  int *tmp___1 ;
  int tmp___2 ;
  int tmp___3 ;

  {
   647: /* CIL Label */ 
#line 563
  tmp = PyArg_ParseTuple(args, "iO:pthread_sigmask", & how, & signals);
   648: /* CIL Label */ 
#line 563
  if (tmp) {

  } else {
#line 564
    return ((PyObject *)((void *)0));
  }
   649: /* CIL Label */ 
#line 566
  tmp___0 = iterable_to_sigset(signals, & mask);
   650: /* CIL Label */ 
#line 566
  if (tmp___0) {
#line 567
    return ((PyObject *)((void *)0));
  } else {

  }
   651: /* CIL Label */ 
#line 569
  err = pthread_sigmask(how, (__sigset_t const   */* __restrict  */)(& mask),
                        (__sigset_t */* __restrict  */)(& previous));
   652: /* CIL Label */ 
#line 570
  if (err != 0) {
#line 571
    tmp___1 = __errno_location();
#line 571
    *tmp___1 = err;
#line 572
    PyErr_SetFromErrno(PyExc_RuntimeError);
#line 573
    return ((PyObject *)((void *)0));
  } else {

  }
   653: /* CIL Label */ 
#line 576
  result = PyList_New(0);
   654: /* CIL Label */ 
#line 577
  if ((unsigned int )result == (unsigned int )((void *)0)) {
#line 578
    return ((PyObject *)((void *)0));
  } else {

  }
   655: /* CIL Label */ 
#line 580
  sig = 1;
   656: /* CIL Label */ 
#line 580
  while (sig < 65) {
#line 581
    tmp___2 = sigismember((sigset_t const   *)(& previous), sig);
#line 581
    if (tmp___2 != 1) {
      goto __Cont;
    } else {

    }
#line 589
    signum = PyLong_FromLong((long )sig);
#line 590
    if ((unsigned int )signum == (unsigned int )((void *)0)) {
#line 591
      while (1) {
#line 591
        (result->ob_refcnt) --;
#line 591
        if (result->ob_refcnt != 0) {

        } else {
#line 591
          (*((result->ob_type)->tp_dealloc))(result);
        }
#line 591
        break;
      }
#line 592
      return ((PyObject *)((void *)0));
    } else {

    }
#line 594
    tmp___3 = PyList_Append(result, signum);
#line 594
    if (tmp___3 == -1) {
#line 595
      while (1) {
#line 595
        (signum->ob_refcnt) --;
#line 595
        if (signum->ob_refcnt != 0) {

        } else {
#line 595
          (*((signum->ob_type)->tp_dealloc))(signum);
        }
#line 595
        break;
      }
#line 596
      while (1) {
#line 596
        (result->ob_refcnt) --;
#line 596
        if (result->ob_refcnt != 0) {

        } else {
#line 596
          (*((result->ob_type)->tp_dealloc))(result);
        }
#line 596
        break;
      }
#line 597
      return ((PyObject *)((void *)0));
    } else {

    }
#line 599
    while (1) {
#line 599
      (signum->ob_refcnt) --;
#line 599
      if (signum->ob_refcnt != 0) {

      } else {
#line 599
        (*((signum->ob_type)->tp_dealloc))(signum);
      }
#line 599
      break;
    }
    __Cont: /* CIL Label */ 
#line 580
    sig ++;
  }
   657: /* CIL Label */ 
#line 601
  return (result);
}
}

cilRep: liveness failure for signal_pthread_sigmask: Errormsg.Error
cilRep: computed liveness
cilRep: preprocessed/Modules/timemodule.c: parsing
Error: There were parsing errors in preprocessed/Modules/timemodule.c
/root/repair aborting: Errormsg.Error
Rep: saving test cache

Variant Test Case Queries: 0
"Test Suite Evaluations": 0

Compile Failures: 0
Wall-Clock Seconds Elapsed: 7.20946
  Activity Name                     Count Seconds = Percent of Total Time
  TOTAL                                     0.000 = 0% (avg CPU usage)
Fatal error: exception Errormsg.Error
python-bug-69783-69784.tar.gz
Tue May  7 23:32:09 EDT 2013
shutting down
