vld: less output.

status: (maybe there are false alarms)
  - open then close -> 39 leaks
  - open, load tutorial, close -> 3004 leaks
  - open, load user guide, close -> 9059 leaks

     

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38815 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2011-05-22 14:58:25 +00:00
parent ea7102624c
commit aa2f9c541b

View File

@ -40,7 +40,7 @@ VLD = on
; Valid Values: yes, no ; Valid Values: yes, no
; Default: no ; Default: no
; ;
AggregateDuplicates = no AggregateDuplicates = yes
; Lists any additional modules to be included in memory leak detection. This can ; Lists any additional modules to be included in memory leak detection. This can
; be useful for checking for memory leaks in debug builds of 3rd party modules ; be useful for checking for memory leaks in debug builds of 3rd party modules
@ -107,7 +107,7 @@ ReportFile =
; Valid Values: debugger, file, both ; Valid Values: debugger, file, both
; Default: debugger ; Default: debugger
; ;
ReportTo = debugger ReportTo = both
; Turns on or off a self-test mode which is used to verify that VLD is able to ; Turns on or off a self-test mode which is used to verify that VLD is able to
; detect memory leaks in itself. Intended to be used for debugging VLD itself, ; detect memory leaks in itself. Intended to be used for debugging VLD itself,