https://bugs.freedesktop.org/show_bug.cgi?id=77457
--- Comment #8 from U. Artie Eoff <[email protected]> --- (In reply to comment #5) > I just remembered that weston does have handlers for these two signals. They > both execute on_caught_signal(), around > http://cgit.freedesktop.org/wayland/weston/tree/src/compositor.c#n3885 which > then raises SIGTRAP. > > This might affect the process exit code, but surely it won't exit with > status 0, right? But the exit code might not reflect ABRT or SEGV properly. > Not sure if that could be a problem. Right. As long as weston exits with any non-zero status for these signals, then it shouldn't be a problem in most cases. Basically, when doing test automation we want to be sure that a weston crash is detectable with a non-zero exit code so that the test result can reflect that correctly. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Wayland-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-bugs
