bugThe GNU Hurd - Bugs: bug #43320, rlimit doesn't get propagated to...

 
 

bug #43320: rlimit doesn't get propagated to children

Submitter:  Samuel Thibault <sthibaul>
Submitted:  Sun 28 Sep 2014 09:33:28 PM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  None Privacy:  Public
Assigned to:  None Originator Name: 
Open/Closed:  Open Reproducibility:  None
Size (loc):  None Planned Release:  None
Effort:  0.00
Wiki-like text discussion box: 


* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 22 Mar 2020 12:37:26 PM UTC, comment #1: 

GNUmach (or GNUhurd maybe ?) probably need to implement and provide the POSIX header <sys/resources.h> to solve this issue.

Etienne Brateau <etienne>
Sun 28 Sep 2014 09:33:28 PM UTC, original submission:  

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

Samuel Thibault <sthibaul>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by etienne (Posted a comment)
  • -email is unavailable- added by sthibaul (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code