Increase  VG_N_CLEANUPSTACK  to 16.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1588 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/vg_include.h b/coregrind/vg_include.h
index 06dc880..114a6fd 100644
--- a/coregrind/vg_include.h
+++ b/coregrind/vg_include.h
@@ -129,7 +129,7 @@
 #define VG_N_RWLOCKS 500
 
 /* Number of entries in each thread's cleanup stack. */
-#define VG_N_CLEANUPSTACK 8
+#define VG_N_CLEANUPSTACK 16
 
 /* Number of entries in each thread's fork-handler stack. */
 #define VG_N_FORKHANDLERSTACK 2