[Gridflow-dev] ulimit -Ss $(ulimit -Hs)

Mathieu Bouchard matju at artengine.ca
Fri Oct 16 09:07:15 EDT 2009


starting now, all OS-level stack overflows are removed as much as they 
can, using the C language equivalent of this Bash command:

   ulimit -Ss $(ulimit -Hs)

which is sort of like the

   ulimit -s unlimited

or

   ulimit -s 66666

that I have suggested to get rid of Segmentation Fault due to the stack 
being made artificially too small by the OS (since last summer, GridFlow 
likes to put a lot more on the stack than it used to).

  _ _ __ ___ _____ ________ _____________ _____________________ ...
| Mathieu Bouchard, Montréal, Québec. téléphone: +1.514.383.3801


More information about the Gridflow-dev mailing list