Stacksize
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 6 articles for 0.211 sec
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     

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
Show full article (0.29Kb)
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 iteration. if i lower my stacksize limit from     

Group: de.comp.os.unix.programming · Group Profile · Search for Stacksize in de.comp.os.unix.programming
Author: Rainer Weikusat
Date: Apr 20, 2011 03:37

Show full article (0.33Kb) · Show article thread
    

Group: de.comp.os.unix.programming · Group Profile · Search for Stacksize in de.comp.os.unix.programming
Author: Johann Obermayr
Date: Apr 18, 2011 04:08

Show full article (0.29Kb)
    

Group: muc.lists.netbsd.port.sparc · Group Profile · Search for Stacksize in muc.lists.netbsd.port.sparc
Author: BERTRAND Joel
Date: Jan 29, 2010 04:00

Show full article (0.97Kb) · Show article thread
    

Group: muc.lists.netbsd.port.sparc · Group Profile · Search for Stacksize in muc.lists.netbsd.port.sparc
Author: BERTRAND Joel
Date: Jan 29, 2010 00:42

Show full article (0.88Kb) · Show article thread
    

Group: muc.lists.netbsd.port.sparc · Group Profile · Search for Stacksize in muc.lists.netbsd.port.sparc
Author: matthew green
Date: Jan 28, 2010 21:30

Show full article (0.69Kb)