Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When a signal occurs, the normal flow of control of a program is interrupted. If a signal occurs that is being trapped by a signal handler, that handler is invoked. When it is finished, execution continues at the point at which the signal occurred. This arrangement could can cause problems if the signal handler invokes a library function that was being executed at the time of the signal.

...