[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #43936] Completion of error handling
From: |
Paul D. Smith |
Subject: |
[bug #43936] Completion of error handling |
Date: |
Sun, 12 Jul 2015 21:14:10 +0000 |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:39.0) Gecko/20100101 Firefox/39.0 |
Follow-up Comment #1, bug #43936 (project make):
putchar and puts are not handled purposefully: at the very end when make exits
it will verify that there is no error with stdout. See the close_stdout()
function in output.c file and the long comment before that: this is a
standard method of handling these errors in GNU programs.
For sigaction, it's actually not really possible for it to fail given the way
it's called. However I can add a check anyway; it won't hurt.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?43936>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [bug #43936] Completion of error handling,
Paul D. Smith <=
- [bug #43936] Completion of error handling, Paul D. Smith, 2015/07/13
- [bug #43936] Completion of error handling, Markus Elfring, 2015/07/13
- [bug #43936] Completion of error handling, Paul D. Smith, 2015/07/13
- [bug #43936] Completion of error handling, Markus Elfring, 2015/07/13
- [bug #43936] Completion of error handling, Paul D. Smith, 2015/07/13
- [bug #43936] Completion of error handling, Markus Elfring, 2015/07/13
- [bug #43936] Completion of error handling, Paul D. Smith, 2015/07/13
- [bug #43936] Completion of error handling, Markus Elfring, 2015/07/13