Package: make
Version: 3.81-8.2
Severity: important

[ reportbug on gabrielli failed to include the text below ]

The following code:

        if (getrlimit(RLIMIT_DATA, &rl))
            error("Cannot get data rlimit\n");
        if (rl.rlim_cur != RLIM_INFINITY &&
            (rl.rlim_max == RLIM_INFINITY ||
             rl.rlim_max > rl.rlim_cur)) {
          rl.rlim_cur = rl.rlim_max;
          if (setrlimit(RLIMIT_DATA, &rl))
            error("Cannot set data rlimit\n");


gives an EPERM error on the setrlimit call only when run under make,
and only on mips and mipsel.  The initial rlim_max and rlim_cur
returned by getrlimit were:

2147483647 2147483647

mss was 

8388608

so the setrlimit call failed on trying to lower the soft limit.


-- System Information:
Debian Release: 7.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: mips (mips64)

Kernel: Linux 3.2.0-4-octeon (SMP w/16 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages make depends on:
ii  libc6  2.17-3

make recommends no packages.

Versions of packages make suggests:
pn  make-doc  <none>

-- no debconf information
-- 
Camm Maguire                                        c...@maguirefamily.org
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to