Print stack trace on crash

This commit is contained in:
Gioacchino Mazzurco 2018-11-05 00:19:45 +01:00 committed by csoler
parent e95b8e4c55
commit b8d2d9cade
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C

View File

@ -23,6 +23,7 @@
#include <cstdio>
#include <csignal>
#include <cstdlib>
#include <stdio.h>
#if defined(__linux__) && defined(__GLIBC__)