The source project of this merge request has been removed.
main.c: dump crash callstack when weston crashes
No callstack is printed when weston crashes. Callstack needs to be printed so that code can be debugged with ease. Also, signals like SIGSEGV, SIGBUS, SIGFPE, SIGILL and SIGABRT needs to be handled so that callstack is printed whenever these signals are raised.