Re: [lttng-dev] [PATCH lttng-ust v2 4/6] Manually dlopen() liblttng-ust.so to prevent unloading

2018-02-09 Thread Mathieu Desnoyers
Cleaned up this changelog, which has tabs (should be spaces), and has lines above ~74 columns (which is odd in a git log). Thanks, Mathieu - On Feb 9, 2018, at 3:15 PM, Francis Deslauriers francis.deslauri...@efficios.com wrote: > The support of probe provider dlclose() allows for the

[lttng-dev] [PATCH lttng-ust v2 4/6] Manually dlopen() liblttng-ust.so to prevent unloading

2018-02-09 Thread Francis Deslauriers
The support of probe provider dlclose() allows for the following problematic scenario: - Application is not linked against the liblttng-ust.so - Application dlopen() a probe provider library that is linked against liblttng-ust.so - Application dlclose() the probe provider In this