public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/100199] New: gfortran.dg/pr68078.f90 FAILs spuriously with ulimit in place
@ 2021-04-22  8:59 rguenth at gcc dot gnu.org
  2021-04-22  9:00 ` [Bug testsuite/100199] " rguenth at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-04-22  8:59 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100199

            Bug ID: 100199
           Summary: gfortran.dg/pr68078.f90 FAILs spuriously with ulimit
                    in place
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: rguenth at gcc dot gnu.org
  Target Milestone: ---

When an ulimit on virtual memory is in place the testcase FAILs with

set_vm_limit: Operation not permitted

because it tries to increase the hard limit (and eventually the soft limit).
gfortran.dg/set_vm_limit.c does

struct rlimit rl = { vm_limit, RLIM_INFINITY };
r = setrlimit (RLIMIT_AS, &rl);

I'm testing a patch to first to a getrlimit and keep the hard limit
unchanged.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug testsuite/100199] gfortran.dg/pr68078.f90 FAILs spuriously with ulimit in place
  2021-04-22  8:59 [Bug testsuite/100199] New: gfortran.dg/pr68078.f90 FAILs spuriously with ulimit in place rguenth at gcc dot gnu.org
@ 2021-04-22  9:00 ` rguenth at gcc dot gnu.org
  2021-04-22  9:22 ` rguenth at gcc dot gnu.org
  2021-04-22 10:30 ` rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-04-22  9:00 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100199

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at gcc dot gnu.org      |rguenth at gcc dot gnu.org
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2021-04-22
             Status|UNCONFIRMED                 |ASSIGNED

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug testsuite/100199] gfortran.dg/pr68078.f90 FAILs spuriously with ulimit in place
  2021-04-22  8:59 [Bug testsuite/100199] New: gfortran.dg/pr68078.f90 FAILs spuriously with ulimit in place rguenth at gcc dot gnu.org
  2021-04-22  9:00 ` [Bug testsuite/100199] " rguenth at gcc dot gnu.org
@ 2021-04-22  9:22 ` rguenth at gcc dot gnu.org
  2021-04-22 10:30 ` rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-04-22  9:22 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100199

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |burnus at gcc dot gnu.org

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Fixed on trunk by g:faf7d413a3f3337be1a3ac5cdf33e0e3b87b426e

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug testsuite/100199] gfortran.dg/pr68078.f90 FAILs spuriously with ulimit in place
  2021-04-22  8:59 [Bug testsuite/100199] New: gfortran.dg/pr68078.f90 FAILs spuriously with ulimit in place rguenth at gcc dot gnu.org
  2021-04-22  9:00 ` [Bug testsuite/100199] " rguenth at gcc dot gnu.org
  2021-04-22  9:22 ` rguenth at gcc dot gnu.org
@ 2021-04-22 10:30 ` rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-04-22 10:30 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100199

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Fixed for 11.1.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-04-22 10:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-22  8:59 [Bug testsuite/100199] New: gfortran.dg/pr68078.f90 FAILs spuriously with ulimit in place rguenth at gcc dot gnu.org
2021-04-22  9:00 ` [Bug testsuite/100199] " rguenth at gcc dot gnu.org
2021-04-22  9:22 ` rguenth at gcc dot gnu.org
2021-04-22 10:30 ` rguenth at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).