Bug 197930 - Reduce spacing between leak reports
Summary: Reduce spacing between leak reports
Status: RESOLVED FIXED
Alias: None
Product: valgrind
Classification: Developer tools
Component: memcheck (show other bugs)
Version: 3.5 SVN
Platform: Unlisted Binaries Unspecified
: NOR minor
Target Milestone: wanted3.5.0
Assignee: Nicholas Nethercote
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-26 09:15 UTC by Nicholas Nethercote
Modified: 2009-08-13 02:10 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicholas Nethercote 2009-06-26 09:15:00 UTC
Memcheck's leak reports have two blank lines between them:

==13595== 8 bytes in 1 blocks are definitely lost in loss record 1 of 6
==13595==    at 0x155BA: malloc_zone_malloc (vg_replace_malloc.c:197)
==13595==    by 0x22090C: __setenv (in /usr/lib/libSystem.B.dylib)
==13595==    by 0x220235: setenv$UNIX2003 (in /usr/lib/libSystem.B.dylib)
==13595==    by 0x1D4E: main (env.c:14)
==13595== 
==13595== 
==13595== 9 bytes in 1 blocks are definitely lost in loss record 2 of 6
==13595==    at 0x155BA: malloc_zone_malloc (vg_replace_malloc.c:197)
==13595==    by 0x22090C: __setenv (in /usr/lib/libSystem.B.dylib)
==13595==    by 0x220235: setenv$UNIX2003 (in /usr/lib/libSystem.B.dylib)
==13595==    by 0x1DC0: main (env.c:17)

All other error messages have one space between them.  One space is better.
Comment 1 Nicholas Nethercote 2009-08-13 02:10:06 UTC
Fixed by r10783.