* 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

@ -593,7 +593,7 @@ interruptible (DWORD pc, int testvalid = 0)
MEMORY_BASIC_INFORMATION m;
memset (&m, 0, sizeof m);
if (!VirtualQuery ((LPCVOID) pc, &m, sizeof m))
sigproc_printf ("couldn't get memory info, %E");
sigproc_printf ("couldn't get memory info, pc %p, %E", pc);
char *checkdir = (char *) alloca (windows_system_directory_length + 4);
memset (checkdir, 0, sizeof (checkdir));