From: Mathieu Desnoyers Date: Fri, 22 Jun 2012 16:48:14 +0000 (-0400) Subject: Fix inappropriate lib behavior: don't call exit() X-Git-Tag: v0.7.4~10 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=4a6d73787de534cbd7d5fc7a6b60af64de66e7ea;hp=4a6d73787de534cbd7d5fc7a6b60af64de66e7ea;p=urcu.git Fix inappropriate lib behavior: don't call exit() Use abort() (implemented through the new urcu_die()) instead of exit(-1) for unrecoverable errors. Fixes #152 Signed-off-by: Mathieu Desnoyers ---