mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
71cb54406a
If dmeventd runs with -d flag, it doesn't fork into backgroud. The command kill(getppid(), SIGTERM) attempts to kill the parent dmeventd process, however, if there is no parent, it kills whatever process spawned dmeventd. In case of debugging with gdb, the parent is gdb, thus kill(getppid(), SIGTERM) kills the debugger. Signed-off-by: Mikulas Patocka <mpatocka@redhat.com> |
||
---|---|---|
.. | ||
plugins | ||
.exported_symbols | ||
dmeventd.c | ||
dmeventd.h | ||
libdevmapper-event.c | ||
libdevmapper-event.h | ||
libdevmapper-event.pc.in | ||
Makefile.in |