|
From: strk <st...@ke...> - 2005-03-15 20:39:19
|
On Tue, Mar 15, 2005 at 11:54:29AM -0800, Jeremy Fitzhardinge wrote: ... > On the other hand, since the program is using GC, the leak checker > probably won't be able to tell you much. Or are you interested in > Valgrinding some non-Java code linked in with the Java? I'm interested on checking if the non-Java code is leaking... It seems I can't do anything but trust the GC to be working > You could just use a blanket suppression on CG_* symbols to make all the > noise go away... Will the error count NOT increment in that case ? (it gives up after 3000 errors are encountered) --strk; |