mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-10 01:17:44 +03:00
README: note that installing valgrind-devel maybe useful to developers (#6502)
Commit also mentions that when running under valgrind we actually don't execve() systemd-shutdown. We have a comment about this in the code, but being upfront about this change in behavior doesn't hurt.
This commit is contained in:
parent
f8d8c6bc90
commit
7817154d5a
9
README
9
README
@ -291,9 +291,12 @@ WARNINGS:
|
||||
https://www.freedesktop.org/wiki/Software/systemd/separate-usr-is-broken
|
||||
|
||||
To run systemd under valgrind, compile with VALGRIND defined
|
||||
(e.g. ./configure CPPFLAGS='... -DVALGRIND=1'). Otherwise,
|
||||
false positives will be triggered by code which violates
|
||||
some rules but is actually safe.
|
||||
(e.g. CPPFLAGS='... -DVALGRIND=1' meson <options>) and have valgrind
|
||||
development headers installed (i.e. valgrind-devel or
|
||||
equivalent). Otherwise, false positives will be triggered by code which
|
||||
violates some rules but is actually safe. Note that valgrind generates
|
||||
nice output only on exit(), hence on shutdown we don't execve()
|
||||
systemd-shutdown.
|
||||
|
||||
ENGINEERING AND CONSULTING SERVICES:
|
||||
Kinvolk (https://kinvolk.io) offers professional engineering
|
||||
|
Loading…
Reference in New Issue
Block a user