[MassifVisualizer] [Bug 294108] New: Massif-visualiser can't parse heap sizes above 4 GB

Mihai Basa mihaibasa at yahoo.co.uk
Tue Feb 14 22:05:00 UTC 2012


https://bugs.kde.org/show_bug.cgi?id=294108

           Summary: Massif-visualiser can't parse heap sizes above 4 GB
           Product: massif-visualizer
           Version: master
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: massif-parser
        AssignedTo: massif-visualizer at kde.org
        ReportedBy: mihaibasa at yahoo.co.uk


Version:           master (using KDE 4.7.4) 
OS:                Linux

When trying to open massif.out files that involve values of mem_heap_B larger
than 4GB, an error message of this sort is produced:

Could not parse file /home/user/path/massif.out.32406.
Parse error in line 16:
mem_heap_B=5012345678

A series of datatypes need to be changed to long long ints, or something of the
sort, I imagine.

Reproducible: Always

Steps to Reproduce:
In the test file massif.out.32406, change 100 to 5021305210.


Expected Results:  
Should parse.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Massif-visualizer mailing list