relayd: implement file and session rotation on top of trace chunks
[lttng-tools.git] / src / common / compat / directory-handle.c
index 3f35f91655b58b6da7287b476293f8504088776b..d6fb7037b663396a190615772e7860f319eabaff 100644 (file)
@@ -151,6 +151,7 @@ void lttng_directory_handle_fini(struct lttng_directory_handle *handle)
        ret = close(handle->dirfd);
        if (ret == -1) {
                PERROR("Failed to close directory file descriptor of directory handle");
+               abort();
        }
 end:
        lttng_directory_handle_invalidate(handle);
This page took 0.02421 seconds and 5 git commands to generate.