summaryrefslogtreecommitdiff
path: root/devel/valgrind/pkg-message
blob: d5609b69eb342b6a4a1fabb66e90cc63ee0a6d81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Note: This version of valgrind does not support some older processors, 
      e.g. AMD K6-III, some (?) Pentium II.

      If valgrind crashes immediately after it was started with the error
      message "Illegal hardware instruction", your processor is affected by
      this problem.

      As a workaround you can use the devel/valgrind-snapshot port, which is
      based on a more recent snapshot.

Note 2: A sample suppression file might have been installed to \
      %%PREFIX%%/etc/freebsd-default.supp. It makes Valgrind hide warnings
      caused by flawed code sequences - if any - in your system libraries,
      so that you can concentrate on the warnings issued for your own code.

      To use these suppressions, either pass
      --suppressions=%%PREFIX%%/etc/freebsd-default.supp
      to Valgrind on the commandline, or add that line to your
      ~/.valgrindrc file, which is the recommended way.