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 301
--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-0C-35-E1 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:03 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/tmp72e1e4.c /tmp/tmpf6cc59.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/_threadmodule.c: parsing
cilRep: preprocessed/Modules/_threadmodule.c: parsed (0.518839 MB)
cilRep: computing liveness
cilRep: computed liveness
cilRep: preprocessed/Python/sysmodule.c: parsing
cilRep: preprocessed/Python/sysmodule.c: parsed (0.670986 MB)
cilRep: computing liveness
Bug: BF(Liveness): stmtStartData is not initialized for -1: error: 
#line 124 "./Python/sysmodule.c"
ret = -1;
Liveness failed on function:
 static int sys_displayhook_unencodable(PyObject *outf , PyObject *o ) 
{ PyObject *stdout_encoding ;
  PyObject *encoded ;
  PyObject *escaped_str ;
  PyObject *repr_str ;
  PyObject *buffer ;
  PyObject *result ;
  char *stdout_encoding_str ;
  int ret ;
  int tmp ;

  {
   1593: /* CIL Label */ 
#line 77
  stdout_encoding = (PyObject *)((void *)0);
   1594: /* CIL Label */ 
#line 82
  stdout_encoding = PyObject_GetAttrString(outf, "encoding");
   1595: /* CIL Label */ 
#line 83
  if ((unsigned int )stdout_encoding == (unsigned int )((void *)0)) {
    goto error;
  } else {

  }
   1596: /* CIL Label */ 
#line 85
  stdout_encoding_str = _PyUnicode_AsString(stdout_encoding);
   1597: /* CIL Label */ 
#line 86
  if ((unsigned int )stdout_encoding_str == (unsigned int )((void *)0)) {
    goto error;
  } else {

  }
   1598: /* CIL Label */ 
#line 89
  repr_str = PyObject_Repr(o);
   1599: /* CIL Label */ 
#line 90
  if ((unsigned int )repr_str == (unsigned int )((void *)0)) {
    goto error;
  } else {

  }
   1600: /* CIL Label */ 
#line 92
  encoded = PyUnicodeUCS2_AsEncodedString(repr_str,
                                          (char const   *)stdout_encoding_str,
                                          "backslashreplace");
   1601: /* CIL Label */ 
#line 95
  while (1) {
#line 95
    (repr_str->ob_refcnt) --;
#line 95
    if (repr_str->ob_refcnt != 0) {

    } else {
#line 95
      (*((repr_str->ob_type)->tp_dealloc))(repr_str);
    }
#line 95
    break;
  }
   1602: /* CIL Label */ 
#line 96
  if ((unsigned int )encoded == (unsigned int )((void *)0)) {
    goto error;
  } else {

  }
   1603: /* CIL Label */ 
#line 99
  buffer = PyObject_GetAttrString(outf, "buffer");
   1604: /* CIL Label */ 
#line 100
  if (buffer) {
#line 101
    result = PyObject_CallMethod(buffer, (char *)"write", (char *)"(O)", encoded);
#line 102
    while (1) {
#line 102
      (buffer->ob_refcnt) --;
#line 102
      if (buffer->ob_refcnt != 0) {

      } else {
#line 102
        (*((buffer->ob_type)->tp_dealloc))(buffer);
      }
#line 102
      break;
    }
#line 103
    while (1) {
#line 103
      (encoded->ob_refcnt) --;
#line 103
      if (encoded->ob_refcnt != 0) {

      } else {
#line 103
        (*((encoded->ob_type)->tp_dealloc))(encoded);
      }
#line 103
      break;
    }
#line 104
    if ((unsigned int )result == (unsigned int )((void *)0)) {
      goto error;
    } else {

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

      } else {
#line 106
        (*((result->ob_type)->tp_dealloc))(result);
      }
#line 106
      break;
    }
  } else {
#line 109
    PyErr_Clear();
#line 110
    escaped_str = PyUnicodeUCS2_FromEncodedObject(encoded,
                                                  (char const   *)stdout_encoding_str,
                                                  "strict");
#line 113
    while (1) {
#line 113
      (encoded->ob_refcnt) --;
#line 113
      if (encoded->ob_refcnt != 0) {

      } else {
#line 113
        (*((encoded->ob_type)->tp_dealloc))(encoded);
      }
#line 113
      break;
    }
#line 114
    tmp = PyFile_WriteObject(escaped_str, outf, 1);
#line 114
    if (tmp != 0) {
#line 115
      while (1) {
#line 115
        (escaped_str->ob_refcnt) --;
#line 115
        if (escaped_str->ob_refcnt != 0) {

        } else {
#line 115
          (*((escaped_str->ob_type)->tp_dealloc))(escaped_str);
        }
#line 115
        break;
      }
      goto error;
    } else {

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

      } else {
#line 118
        (*((escaped_str->ob_type)->tp_dealloc))(escaped_str);
      }
#line 118
      break;
    }
  }
   1605: /* CIL Label */ 
#line 120
  ret = 0;
   0: /* CIL Label */ 
  goto  1607;
   1606: /* CIL Label */ 
  error: 
#line 124
  ret = -1;
   1607: /* CIL Label */ 
  finally: 
#line 126
  while (1) {
#line 126
    if ((unsigned int )stdout_encoding == (unsigned int )((void *)0)) {

    } else {
#line 126
      while (1) {
#line 126
        (stdout_encoding->ob_refcnt) --;
#line 126
        if (stdout_encoding->ob_refcnt != 0) {

        } else {
#line 126
          (*((stdout_encoding->ob_type)->tp_dealloc))(stdout_encoding);
        }
#line 126
        break;
      }
    }
#line 126
    break;
  }
   1608: /* CIL Label */ 
#line 127
  return (ret);
}
}

cilRep: liveness failure for sys_displayhook_unencodable: Errormsg.Error
Bug: BF(Liveness): stmtStartData is not initialized for -1: _L___1: /* CIL Label */ 
#line 860
tmp___3 = res;
#line 861
res = PyNumber_Add(tmp___3, gc_head_size);
Liveness failed on function:
 static PyObject *sys_getsizeof(PyObject *self , PyObject *args ,
                                PyObject *kwds ) 
{ PyObject *res ;
  PyObject *o ;
  PyObject *dflt ;
  PyObject *method ;
  int tmp ;
  int tmp___0 ;
  PyObject *tmp___1 ;
  int tmp___2 ;
  PyObject *tmp___3 ;
  int tmp___4 ;

  {
   2015: /* CIL Label */ 
#line 813
  res = (PyObject *)((void *)0);
   2016: /* CIL Label */ 
#line 816
  dflt = (PyObject *)((void *)0);
   2017: /* CIL Label */ 
#line 819
  tmp = PyArg_ParseTupleAndKeywords(args, kwds, "O|O:getsizeof", kwlist, & o,
                                    & dflt);
   2018: /* CIL Label */ 
#line 819
  if (tmp) {

  } else {
#line 821
    return ((PyObject *)((void *)0));
  }
   2019: /* CIL Label */ 
#line 824
  if ((unsigned int )gc_head_size == (unsigned int )((void *)0)) {
#line 825
    gc_head_size = PyLong_FromSsize_t((int )sizeof(PyGC_Head ));
#line 826
    if ((unsigned int )gc_head_size == (unsigned int )((void *)0)) {
#line 827
      return ((PyObject *)((void *)0));
    } else {

    }
  } else {

  }
   2020: /* CIL Label */ 
#line 831
  tmp___0 = PyType_Ready(o->ob_type);
   2021: /* CIL Label */ 
#line 831
  if (tmp___0 < 0) {
#line 832
    return ((PyObject *)((void *)0));
  } else {

  }
   2022: /* CIL Label */ 
#line 834
  method = _PyObject_LookupSpecial(o, (char *)"__sizeof__", & str__sizeof__);
   2023: /* CIL Label */ 
#line 836
  if ((unsigned int )method == (unsigned int )((void *)0)) {
#line 837
    tmp___1 = PyErr_Occurred();
#line 837
    if (tmp___1) {

    } else {
#line 838
      PyErr_Format(PyExc_TypeError, "Type %.100s doesn\'t define __sizeof__",
                   (o->ob_type)->tp_name);
    }
  } else {
#line 843
    res = PyObject_CallFunctionObjArgs(method, (void *)0);
#line 844
    while (1) {
#line 844
      (method->ob_refcnt) --;
#line 844
      if (method->ob_refcnt != 0) {

      } else {
#line 844
        (*((method->ob_type)->tp_dealloc))(method);
      }
#line 844
      break;
    }
  }
   2024: /* CIL Label */ 
#line 848
  if ((unsigned int )res == (unsigned int )((void *)0)) {
#line 848
    if ((unsigned int )dflt != (unsigned int )((void *)0)) {
#line 848
      tmp___2 = PyErr_ExceptionMatches(PyExc_TypeError);
#line 848
      if (tmp___2) {
#line 851
        PyErr_Clear();
#line 852
        (dflt->ob_refcnt) ++;
#line 853
        return (dflt);
      } else {
        goto _L___0;
      }
    } else {
      goto _L___0;
    }
  } else {
    _L___0: /* CIL Label */ 
    _L: /* CIL Label */ 
#line 855
    if ((unsigned int )res == (unsigned int )((void *)0)) {
#line 856
      return (res);
    } else {

    }
  }
   2025: /* CIL Label */ 
#line 859
  if (((o->ob_type)->tp_flags & (1L << 14)) != 0L) {
#line 859
    if ((unsigned int )(o->ob_type)->tp_is_gc == (unsigned int )((void *)0)) {
      goto _L___1;
    } else {
#line 859
      tmp___4 = (*((o->ob_type)->tp_is_gc))(o);
#line 859
      if (tmp___4) {
        _L___1: /* CIL Label */ 
#line 860
        tmp___3 = res;
#line 861
        res = PyNumber_Add(tmp___3, gc_head_size);
#line 862
        while (1) {
#line 862
          (tmp___3->ob_refcnt) --;
#line 862
          if (tmp___3->ob_refcnt != 0) {

          } else {
#line 862
            (*((tmp___3->ob_type)->tp_dealloc))(tmp___3);
          }
#line 862
          break;
        }
      } else {

      }
    }
  } else {

  }
   2026: /* CIL Label */ 
#line 864
  return (res);
}
}

cilRep: liveness failure for sys_getsizeof: Errormsg.Error
Bug: BF(Liveness): stmtStartData is not initialized for -1: error: 
#line 1858
err = -1;
Liveness failed on function:
 static int sys_pyfile_write_unicode(PyObject *unicode , PyObject *file ) 
{ PyObject *writer ;
  PyObject *args ;
  PyObject *result ;
  int err ;

  {
   2804: /* CIL Label */ 
#line 1835
  writer = (PyObject *)((void *)0);
   2805: /* CIL Label */ 
#line 1835
  args = (PyObject *)((void *)0);
   2806: /* CIL Label */ 
#line 1835
  result = (PyObject *)((void *)0);
   2807: /* CIL Label */ 
#line 1838
  if ((unsigned int )file == (unsigned int )((void *)0)) {
#line 1839
    return (-1);
  } else {

  }
   2808: /* CIL Label */ 
#line 1841
  writer = PyObject_GetAttrString(file, "write");
   2809: /* CIL Label */ 
#line 1842
  if ((unsigned int )writer == (unsigned int )((void *)0)) {
    goto error;
  } else {

  }
   2810: /* CIL Label */ 
#line 1845
  args = PyTuple_Pack(1, unicode);
   2811: /* CIL Label */ 
#line 1846
  if ((unsigned int )args == (unsigned int )((void *)0)) {
    goto error;
  } else {

  }
   2812: /* CIL Label */ 
#line 1849
  result = PyEval_CallObjectWithKeywords(writer, args, (PyObject *)((void *)0));
   2813: /* CIL Label */ 
#line 1850
  if ((unsigned int )result == (unsigned int )((void *)0)) {
    goto error;
  } else {
#line 1853
    err = 0;
    goto  2815;
  }
   2814: /* CIL Label */ 
  error: 
#line 1858
  err = -1;
   2815: /* CIL Label */ 
  finally: 
#line 1860
  while (1) {
#line 1860
    if ((unsigned int )writer == (unsigned int )((void *)0)) {

    } else {
#line 1860
      while (1) {
#line 1860
        (writer->ob_refcnt) --;
#line 1860
        if (writer->ob_refcnt != 0) {

        } else {
#line 1860
          (*((writer->ob_type)->tp_dealloc))(writer);
        }
#line 1860
        break;
      }
    }
#line 1860
    break;
  }
   2816: /* CIL Label */ 
#line 1861
  while (1) {
#line 1861
    if ((unsigned int )args == (unsigned int )((void *)0)) {

    } else {
#line 1861
      while (1) {
#line 1861
        (args->ob_refcnt) --;
#line 1861
        if (args->ob_refcnt != 0) {

        } else {
#line 1861
          (*((args->ob_type)->tp_dealloc))(args);
        }
#line 1861
        break;
      }
    }
#line 1861
    break;
  }
   2817: /* CIL Label */ 
#line 1862
  while (1) {
#line 1862
    if ((unsigned int )result == (unsigned int )((void *)0)) {

    } else {
#line 1862
      while (1) {
#line 1862
        (result->ob_refcnt) --;
#line 1862
        if (result->ob_refcnt != 0) {

        } else {
#line 1862
          (*((result->ob_type)->tp_dealloc))(result);
        }
#line 1862
        break;
      }
    }
#line 1862
    break;
  }
   2818: /* CIL Label */ 
#line 1863
  return (err);
}
}

cilRep: liveness failure for sys_pyfile_write_unicode: Errormsg.Error
Bug: BF(Liveness): stmtStartData is not initialized for -1: _L: /* CIL Label */ 
#line 1928
truncated = "... truncated";
#line 1929
tmp___0 = sys_pyfile_write(truncated, file);
Liveness failed on function:
 static void sys_write(char *name , FILE *fp , char const   *format ,
                       va_list va ) 
{ PyObject *file ;
  PyObject *error_type ;
  PyObject *error_value ;
  PyObject *error_traceback ;
  char buffer[1001] ;
  int written ;
  int tmp ;
  char const   *truncated ;
  int tmp___0 ;

  {
   2844: /* CIL Label */ 
#line 1920
  PyErr_Fetch(& error_type, & error_value, & error_traceback);
   2845: /* CIL Label */ 
#line 1921
  file = PySys_GetObject((char const   *)name);
   2846: /* CIL Label */ 
#line 1922
  written = PyOS_vsnprintf(buffer, sizeof(buffer), format, va);
   2847: /* CIL Label */ 
#line 1923
  tmp = sys_pyfile_write((char const   *)(buffer), file);
   2848: /* CIL Label */ 
#line 1923
  if (tmp != 0) {
#line 1924
    PyErr_Clear();
#line 1925
    fputs((char const   */* __restrict  */)(buffer), (FILE */* __restrict  */)fp);
  } else {

  }
   2849: /* CIL Label */ 
#line 1927
  if (written < 0) {
    goto _L;
  } else {
#line 1927
    if ((unsigned int )written >= sizeof(buffer)) {
      _L: /* CIL Label */ 
#line 1928
      truncated = "... truncated";
#line 1929
      tmp___0 = sys_pyfile_write(truncated, file);
#line 1929
      if (tmp___0 != 0) {
#line 1930
        fputs((char const   */* __restrict  */)truncated,
              (FILE */* __restrict  */)fp);
      } else {

      }
    } else {

    }
  }
   2850: /* CIL Label */ 
#line 1932
  PyErr_Restore(error_type, error_value, error_traceback);
   2851: /* CIL Label */ 
#line 1933
  return;
}
}

cilRep: liveness failure for sys_write: Errormsg.Error
cilRep: computed liveness
cilRep: preprocessed/Python/thread.c: parsing
Error: There were parsing errors in preprocessed/Python/thread.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: 6.41735
  Activity Name                     Count Seconds = Percent of Total Time
  TOTAL                                     0.000 = 0% (avg CPU usage)
Fatal error: exception Errormsg.Error
python-bug-69709-69710.tar.gz
Tue May  7 23:32:11 EDT 2013
shutting down
