Changeset 24834


Ignore:
Timestamp:
05/09/20 14:13:34 (5 years ago)
Author:
jdquinn
Message:

CHG: Better description of error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test418.py

    r24256 r24834  
    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
Note: See TracChangeset for help on using the changeset viewer.