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:34:57 +0000 (12:34 -0400)
commit31f0a20b8d102df151815162c830005401f22ff8
tree851f261be97c1777034acc649b38b92e20fc64ec
parent7f2e4d83e4a0c167184256439a18fa92c89e0122
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.024556 seconds and 4 git commands to generate.