On 11/07/10 15:55, Bruno Haible wrote: >> Seg faulting is even less friendly. > > A seg fault is a very clear hint to the developer that he needs to fix up his > code. Which IMO is the only good solution if a programmer has not defined > program_name.
But it would only be encountered if the programmer triggers an issue that calls one of the faulting error functions. The programmer might hit it, or his customer might. You never know. But that is an issue for another day. :)