2 Comments

  1. Don’t use printf in a signal handler, it is not async-signal-safe , I think you can use write() to FILENO_STDERR though.

Leave a Reply

Your email address will not be published. Required fields are marked *