|
Lines 7-9
Link Here
|
| 7 |
|
7 |
|
| 8 |
As a workaround you can use the devel/valgrind-snapshot port, which is |
8 |
As a workaround you can use the devel/valgrind-snapshot port, which is |
| 9 |
based on a more recent snapshot. |
9 |
based on a more recent snapshot. |
|
|
10 |
|
| 11 |
Note2: A sample suppression file was installed to \ |
| 12 |
%%PREFIX%%/etc/freebsd-default.supp. It makes Valgrind hide warnings |
| 13 |
caused by flawed code sequences - if any - in your system libraries, |
| 14 |
so that you can concentrate on the warnings issued for your own code. |
| 15 |
|
| 16 |
To use these suppressions, either pass |
| 17 |
--suppressions=%%PREFIX%%/etc/freebsd-default.supp |
| 18 |
to Valgrind on the commandline, or add that line to your |
| 19 |
~/.valgrindrc file, which is the recommended way. |
| 20 |
|