Comment 28 for bug 1275002

Revision history for this message
Martin Pöhlmann (mpdeimos) wrote :

Oh and the commands

G_DEBUG=gc-friendly G_SLICE=always-malloc,resident-modules valgrind \
--tool=massif --massif-out-file=nuvolaplayer.massif --max-snapshots=200 \
--smc-check=all build/nuvolaplayer -D

should be

G_DEBUG=gc-friendly G_SLICE=always-malloc,resident-modules valgrind \
--tool=massif --massif-out-file=nuvolaplayer.massif --max-snapshots=200 \
--smc-check=all nuvolaplayer -D

and

ms_print nuvolaplayer.massif.log > nuvolaplayer.massif.report

should be

ms_print nuvolaplayer.massif > nuvolaplayer.massif.report