fix: relayd: unaligned access in trace_chunk_registry_ht_key_hash
[lttng-tools.git] / extras / core-handler / crash.c
1 /*
2 * Copyright (C) 2013 Christian Babeux <christian.babeux@efficios.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-only
5 *
6 */
7
8 #include <signal.h>
9
10 int main(void)
11 {
12 raise(SIGSEGV);
13 return 0;
14 }
This page took 0.028515 seconds and 4 git commands to generate.