006ecc902e
(bump PORTREV) - Warn if USER_LDT is not present in 4.x-kernel [2] PR: ports/71832 [1]; ports/75436 [2] Submitted by: Frerich Raabe; maintainer
20 lines
918 B
Plaintext
20 lines
918 B
Plaintext
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.
|