Index: ../trunk-jpl/test/NightlyRun/test418.py =================================================================== --- ../trunk-jpl/test/NightlyRun/test418.py (revision 24833) +++ ../trunk-jpl/test/NightlyRun/test418.py (revision 24834) @@ -22,9 +22,19 @@ #partitioning md.qmu.numberofpartitions = 100 -#partitioner seamd to generate the following message: -#corrupted size vs. prev_size -#Aborted (core dumped) + +# Partitioner seamd to generate the following message, +# +# corrupted size vs. prev_size +# Aborted (core dumped) +# +# In testing binaries, +# +# malloc(): invalid next size (unsorted) +# +# TODO: +# - Run valgrind and fix the above +# md = partitioner(md, 'package', 'chaco', 'npart', md.qmu.numberofpartitions) md.qmu.vpartition = md.qmu.vpartition - 1