Actions
Bug #341
closedDaemon applications do not work with lttng
Start date:
09/18/2012
Due date:
% Done:
0%
Estimated time:
Description
lttng threads are created before main via attribute(constructor). After daemonizing an application
the lttng threads "disappears" after "daemonizing" the application.
The daemon application is a common pattern and frequently used so it is important to get this working.
Solutions are discussed in the dev mail list referenced below,
and an additional suggestion to solve this issue is to use the pthread_atfork() function to do the controlled "handover" to
the child process.
reference, http://lists.lttng.org/pipermail/lttng-dev/2012-September/018652.html
Actions