Commit 6026417f authored by Alexandre Julliard's avatar Alexandre Julliard

Use larger signal stack to avoid overflows in filesystem code when

loading the debugger.
parent 3507999f
...@@ -134,7 +134,7 @@ typedef struct _TEB ...@@ -134,7 +134,7 @@ typedef struct _TEB
#define TEBF_TRAP 0x0002 #define TEBF_TRAP 0x0002
/* The per-thread signal stack size */ /* 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 */ /* scheduler/thread.c */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment