* exceptions.cc (interruptible): Add extra debugging.

* sigproc.h (wait_sig): Fill in frame pointer, by default, prior to calling or
suffer confusion due to September 7 change below.
This commit is contained in:
Christopher Faylor
2000-10-05 04:53:17 +00:00
parent 1daf97f97e
commit a5855dc341
4 changed files with 9 additions and 2 deletions

View File

@@ -1270,6 +1270,7 @@ wait_sig (VOID *)
{
if (sig == SIGCHLD)
saw_sigchld = 1;
if (sig > 0 && sig != SIGCONT && sig != SIGKILL && sig != SIGSTOP &&
(sigismember (& myself->getsigmask (), sig) ||
myself->process_state & PID_STOPPED))