source: issm/oecreview/Archive/24684-25833/ISSM-24833-24834.diff

Last change on this file was 25834, checked in by Mathieu Morlighem, 4 years ago

CHG: added 24684-25833

File size: 780 bytes
  • ../trunk-jpl/test/NightlyRun/test418.py

     
    2222
    2323#partitioning
    2424md.qmu.numberofpartitions = 100
    25 #partitioner seamd to generate the following message:
    26 #corrupted size vs. prev_size
    27 #Aborted (core dumped)
     25
     26# Partitioner seamd to generate the following message,
     27#
     28#       corrupted size vs. prev_size
     29#       Aborted (core dumped)
     30#
     31# In testing binaries,
     32#
     33#       malloc(): invalid next size (unsorted)
     34#
     35# TODO:
     36# - Run valgrind and fix the above
     37#
    2838md = partitioner(md, 'package', 'chaco', 'npart', md.qmu.numberofpartitions)
    2939md.qmu.vpartition = md.qmu.vpartition - 1
    3040
Note: See TracBrowser for help on using the repository browser.