Skip to content

main.c: dump crash callstack when weston crashes

Ghost User requested to merge (removed):master into master

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.

Merge request reports