Changes between Initial Version and Version 5 of Ticket #38999


Ignore:
Timestamp:
May 4, 2013, 4:59:40 PM (11 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38999

    • Property Owner changed from macports-tickets@… to cal@…
    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
    • Property Cc cal@… removed
  • Ticket #38999 – Description

    initial v5  
    88}}}
    99
    10 Then the current code will have rl.rlim_max as 12288, which is greater than OPEN_MAX. 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.
     10Then the current code will have rl.rlim_max as 12288, which is greater than OPEN_MAX. 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.