Group: de.comp.os.unix.programming · Group Profile · Search for Stacksize in de.comp.os.unix.programming
Author: JimmyO
Date: May 4, 2011 01:37
matthew green a écrit : i've noticed that my ss20 can't run the regress/lib/libpthread/find test without lowering my stack size. this test gets the current stacksize and allocates it approximately 350 times: #define NUM 100 for (i = 0; i< NUM; i++) { ... malloc((random()& 7) * sl.rlim_cur); } by default for me, it fails on the last
|