Use larger signal stack to avoid overflows in filesystem code when

loading the debugger.
oldstable
Alexandre Julliard 2002-09-12 22:30:28 +00:00
parent 3507999f3d
commit 6026417ff0
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ typedef struct _TEB
#define TEBF_TRAP 0x0002
/* The per-thread signal stack size */
#define SIGNAL_STACK_SIZE 16384
#define SIGNAL_STACK_SIZE 0x100000 /* 1Mb FIXME: should be much smaller than that */
/* scheduler/thread.c */