From: David Goulet Date: Tue, 25 Feb 2014 17:21:32 +0000 (-0500) Subject: Fix: kernel channel destroy on consumer if sent X-Git-Tag: v2.5.0-rc1~159 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=15dc512ac8cf2f59c8779f442f116a23975c950c;hp=15dc512ac8cf2f59c8779f442f116a23975c950c;p=lttng-tools.git Fix: kernel channel destroy on consumer if sent An enable-channel immediately followed by a destroy session triggered an assert on the consumer followed by the shutdown of the consumer thread for the kernel. This fix make sure we don't ask the consumer to destroy a channel if not previously sent to it and handle not found channel on destroy. Fixes #643 Signed-off-by: David Goulet ---