diff --git a/coregrind/vg_include.h b/coregrind/vg_include.h index edf7aef47..79ab83b6e 100644 --- a/coregrind/vg_include.h +++ b/coregrind/vg_include.h @@ -125,7 +125,7 @@ #define VG_N_SEMAPHORES 50 /* Number of entries in the rwlock-remapping table. */ -#define VG_N_RWLOCKS 50 +#define VG_N_RWLOCKS 500 /* Number of entries in each thread's cleanup stack. */ #define VG_N_CLEANUPSTACK 8