Changes between Initial Version and Version 1 of Ticket #38999, comment 1


Ignore:
Timestamp:
May 4, 2013, 5:23:25 AM (11 years ago)
Author:
ajdudman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38999, comment 1

    initial v1  
    7712288
    88}}}
    9 Then the current code uses RLIM_INFINITY.  This produces an error in setrlimit() at line 438. See the attached log. OSX's setrlimit(2) is tricky and recently its behavior has changed. The manual page gives highlights. This problem is analogous to closed, fixed Ticket 35612 for bsdmake and the solution is similar.
     9The current code uses RLIM_INFINITY.  This produces an error in setrlimit() at line 438. See the attached log. OSX's setrlimit(2) is tricky and recently its behavior has changed. The manual page gives highlights. This problem is like closed, fixed Ticket 35612 for bsdmake and the solution is similar.