Call for Testing: Valgrind on OpenBSD
by from OpenBSD Journal on (#CR54)
Masao Uebayashi (uebayasi@) has given us a call for testing cleverly disguised asa quick how-to on using valgrind natively on OpenBSD:
Read more...
- Use the latest OpenBSD/amd64 and devel/valgrind (valgrind-3.10.1p5).
- Dynamically link your target program.
- Valgrind overrides some functions (alloc, free, string, memory) in libc using $LD_PRELOAD.
- Embed symbols (cc -g).
- Otherwise Valgrind reports problems using symbols.