lttng-ust(3): document liblttng-ust-fd
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 29 Nov 2016 03:16:34 +0000 (22:16 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 29 Nov 2016 21:06:58 +0000 (16:06 -0500)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
doc/man/lttng-ust.3.txt

index 93cce8ef4dd0123aa07af655c8dfa6ad25796224..3159d6278e491a9eee06cbfa2d9b2e1186f60775 100644 (file)
@@ -738,6 +738,12 @@ without a following man:exec(3) family system call. The library
 application with the `LD_PRELOAD` environment variable (see
 man:ld.so(8)).
 
+To use `liblttng-ust` with a daemon application which closes file
+descriptors that were not opened by it, preload the `liblttng-ust-fd.so`
+library before you start the application. Typical use cases include
+daemons closing all file descriptors after man:fork(2), and buggy
+applications doing ``double-closes''.
+
 
 Context information
 ~~~~~~~~~~~~~~~~~~~
This page took 0.02501 seconds and 4 git commands to generate.