lttng add-trigger: replace event rule type options with --type
[lttng-tools.git] / extras / core-handler / crash.c
CommitLineData
57f0bd0c 1/*
ab5be9fa 2 * Copyright (C) 2013 Christian Babeux <christian.babeux@efficios.com>
57f0bd0c 3 *
ab5be9fa 4 * SPDX-License-Identifier: GPL-2.0-only
57f0bd0c 5 *
57f0bd0c
CB
6 */
7
8
9#include <signal.h>
10
11int main(int argc, char *argv[])
12{
13 raise(SIGSEGV);
14 return 0;
15}
This page took 0.033956 seconds and 4 git commands to generate.