Bug #367
closedAfter "pkill -9 lttng-sessiond", unable to launch sessiond again unless all instrumented app exit
100%
Description
This might be the same as bug-365
Commit used:
============
userspace : (oct08) f94061a wfcqueue documentation: hint at for_each iterators
lttng-ust : (oct09) 1c7b4a9 Fix: memcpy of string is larger than source
ttng-tools: (oct02) 4dbc372 ABI with support for compat 32/64 bits
babeltrace : (oct02) 052606b Document that list.h is LGPLv2.1, but entirely trivial
Scenario:
=========
1)_ ./demo-trace 500 &
2)_ lttng create s1
3)_ lttng enable-event event ust_tests_demo2:loop -u
4)_ lttng start
5)_ pkill -9 lttng-sessiond
6)_ ps -ef |grep lttng
Still see: lttng-consumerd --quiet -u --consumerd-cmd-sock .....
7)_ Try to launch a new lttng-sessiond
lttng-sessiond -vvv &
get:
Error: Already running daemon
8)_ No new sessiond can be launched.
9)_ Once the instrumented app got killed, or exit,
then a new sessiond can be launched.
Files