|
From: Luka N. <luk...@gm...> - 2011-07-07 07:29:01
|
Hello. I'm running my program under valgrind (3.6.1) and after some time I get the following message and valgrind aborts: --30322:0:aspacem Valgrind: FATAL: VG_N_SEGMENTS is too low. --30322:0:aspacem Increase it and rebuild. Exiting now. Now what could cause such an error? My program can create/destroy threads very quickly. I assume there's something strange with the stack? Any hints why valgrind would complain in such a way? Greets, Luka |