Fix: wait for initial statedump before proceeding to the main program
authorGabriel-Andrew Pollo-Guilbert <gabriel.pollo-guilbert@efficios.com>
Mon, 29 Jul 2019 22:05:35 +0000 (18:05 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 30 Jul 2019 14:11:40 +0000 (10:11 -0400)
commit3f5339b0d6f76158b858ea4467a0f1a0ada9e65e
treefe0aabed72824d4b96efa89df6f2b41f78807b68
parentacafe8d878bdbfd391b47b5b8a525a82a6e9702b
Fix: wait for initial statedump before proceeding to the main program

In the case of short lived applications, the application may exit before
the initial statedump has completed.

Higher-level trace analysis features such as translating addresses to
symbols rely on statedump. That information is required for those
analyses to work on such short-lived applications.

Force the statedump to occur before handing the control to the
application.

Fixes #1190

Signed-off-by: Gabriel-Andrew Pollo-Guilbert <gabriel.pollo-guilbert@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust/lttng-ust-comm.c
This page took 0.025587 seconds and 4 git commands to generate.