Fix: lttng-crash: detect truncated files
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 23 Sep 2019 18:31:33 +0000 (14:31 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 25 Sep 2019 16:42:57 +0000 (12:42 -0400)
commitcfd65b189a63a537391ee2c610ee2d44dc9bb53c
tree4f3b4f57773103e1236befcbbcf953f7e62a1544
parentb7085e5341adcdc72030fa37f4ae764983ea13cf
Fix: lttng-crash: detect truncated files

Detect truncated files which size is smaller than the ring buffer
header.

This can be caused by a situation where sessiond is killed with SIGKILL
while doing a metadata regenerate command.

Without this fix, lttng-crash is killed with a "Bus error" when
encountering a truncated file.

Fixes: #1166
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-crash/lttng-crash.c
This page took 0.024678 seconds and 4 git commands to generate.