Michal Toman wrote:
> Exit codes with top bit set to 1 (IOW higher than 127) usually mean
> unhandled signal. In your case 141 & 127 = 13 (or 141 - 128 = 13 if you
> want) indicating the app got SIGPIPE and died on it.

That's a good point. And apparently no message is printed for the PIPE
signal. For most signals there is a message: "Terminated", "Killed",
"Segmentation fault", "Illegal instruction" and so on – but not for
PIPE.

So that suggests two bugs: Something that kinit communicates with
crashes, and kinit is too naïve to catch the error and report it.

Björn Persson

Attachment: pgpJZayHYWE18.pgp
Description: OpenPGP digital signatur

_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to