|
From: <ced...@st...> - 2006-10-04 13:21:35
|
Hello, =20 I use valgrind to check my memory leak but the errors that Valgrind find come from Oracle libraries. I can=92t to locate my errors. =20 How then I not to log the Oracle errors more? =20 Thx, C=E9dric |
|
From: Michael P. <md...@tr...> - 2006-10-04 13:49:58
|
C=E9dric Lallier writes: > Hello, > >=20=20 > > I use valgrind to check my memory leak but the errors that Valgrind find > come from Oracle libraries. > > I cant to locate my errors. > >=20=20 > > How then I not to log the Oracle errors more? Use Valgrind's suppression file, as documented at: http://valgrind.org/docs/manual/manual-core.html#manual-core.suppress and http://valgrind.org/docs/manual/mc-manual.html#mc-manual.suppfiles Michael Poole |