Use larger signal stack to avoid overflows in filesystem code when

loading the debugger.
This commit is contained in:
Alexandre Julliard 2002-09-12 22:30:28 +00:00
parent 3507999f3d
commit 6026417ff0

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 */