URL:
  <http://savannah.gnu.org/bugs/?43320>

                 Summary: rlimit doesn't get propagated to children
                 Project: The GNU Hurd
            Submitted by: sthibaul
            Submitted on: dim. 28 sept. 2014 23:33:28 CEST
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
         Reproducibility: None
              Size (loc): None
         Planned Release: None
                  Effort: 0.00
Wiki-like text discussion box: 

    _______________________________________________________

Details:

rlimits don't get propagated to children.

$ ulimit -s
unlimited
$ ulimit -s 1024
$ ulimit -s
1024
$ bash
$ ulimit -s
unlimited

Notably, this prevents libpthread from choosing the proper stack size
from ulimit -s





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?43320>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/


Reply via email to