Index: README =================================================================== --- README (revision 51160) +++ README (working copy) @@ -889,6 +889,11 @@ For flags that change binary compatibility, use the EXTRA_CFLAGS variable. +Note that if debugging support is enabled on NetBSD, the default stack +size should be increased to 4096 kbytes to avoid possible segfaults due to +debugging information being stored on the stack. IF you're using tcsh or +csh you can change the stack size with "limit stacksize 4096", if you're +using bash use "limit -s 4096". Profiling ---------