|
From: Dennis L. <pla...@tz...> - 2006-01-13 15:10:20
|
Hi, I have a little program of our test suite that determines the maximum number of threads. It does that by allocating threads until pthread_create returns an error, usually ENOMEM or similar. Now when running that under V it says that VG_N_THREADS is too low and I should recompile. Could it be done that it instead returns ENOMEM or similar to the program so that it can continue? greets Dennis |