public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgomp/113843] New: FAIL: libgomp.c/alloc-pinned-1.c execution test
@ 2024-02-08 22:29 danglin at gcc dot gnu.org
  2024-02-08 22:40 ` [Bug libgomp/113843] " pinskia at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: danglin at gcc dot gnu.org @ 2024-02-08 22:29 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 113843
           Summary: FAIL: libgomp.c/alloc-pinned-1.c execution test
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgomp
          Assignee: unassigned at gcc dot gnu.org
          Reporter: danglin at gcc dot gnu.org
                CC: jakub at gcc dot gnu.org
  Target Milestone: ---
              Host: hppa*-*-linux*
            Target: hppa*-*-linux*
             Build: hppa*-*-linux*

spawn -ignore SIGHUP /home/dave/gnu/gcc/objdir/gcc/xgcc
-B/home/dave/gnu/gcc/obj
dir/gcc/ /home/dave/gnu/gcc/gcc/libgomp/testsuite/libgomp.c/alloc-pinned-1.c
-B/
home/dave/gnu/gcc/objdir/hppa-linux-gnu/./libgomp/
-B/home/dave/gnu/gcc/objdir/h
ppa-linux-gnu/./libgomp/.libs
-I/home/dave/gnu/gcc/objdir/hppa-linux-gnu/./libgo
mp -I/home/dave/gnu/gcc/gcc/libgomp/testsuite/../../include
-I/home/dave/gnu/gcc
/gcc/libgomp/testsuite/.. -fmessage-length=0 -fno-diagnostics-show-caret
-fdiagn
ostics-color=never -fopenmp -O2
-L/home/dave/gnu/gcc/objdir/hppa-linux-gnu/./lib
gomp/.libs -lm -o ./alloc-pinned-1.exe
PASS: libgomp.c/alloc-pinned-1.c (test for excess errors)
Got flock('../lock', '--exclusive') at Thu Feb 08 13:32:33 UTC 2024 after 0 s
Setting LD_LIBRARY_PATH to
.:/home/dave/gnu/gcc/objdir/gcc:/home/dave/gnu/gcc/ob
jdir/hppa-linux-gnu/./libgomp/.libs:/home/dave/gnu/gcc/objdir/gcc:.:/home/dave/g
nu/gcc/objdir/gcc:/home/dave/gnu/gcc/objdir/hppa-linux-gnu/./libgomp/.libs:/home
/dave/gnu/gcc/objdir/gcc:/home/dave/gnu/gcc/objdir/hppa-linux-gnu/libstdc++-v3/s
rc/.libs:/home/dave/gnu/gcc/objdir/hppa-linux-gnu/libssp/.libs:/home/dave/gnu/gc
c/objdir/hppa-linux-gnu/libphobos/src/.libs:/home/dave/gnu/gcc/objdir/hppa-linux
-gnu/libgm2/.libs:/home/dave/gnu/gcc/objdir/hppa-linux-gnu/libgomp/.libs:/home/d
ave/gnu/gcc/objdir/hppa-linux-gnu/libatomic/.libs:/home/dave/gnu/gcc/objdir/./gc
c:/home/dave/gnu/gcc/objdir/./prev-gcc
Execution timeout is: 300
spawn [open ...]
FAIL: libgomp.c/alloc-pinned-1.c execution test

Breakpoint 3, main ()
    at /home/dave/gnu/gcc/gcc/libgomp/testsuite/libgomp.c/alloc-pinned-1.c:96
96        if (amount == 0)
(gdb) p amount
$3 = 0

Program then aborts.

mx3210:~# cat /proc/16240/status
Name:   alloc-pinned-1.
Umask:  0022
State:  t (tracing stop)
Tgid:   16240
[...]
VmLck:         0 kB
VmPin:         0 kB

dave@mx3210:~/gnu/gcc/objdir/hppa-linux-gnu/libgomp/testsuite$ ulimit -a
real-time non-blocking time  (microseconds, -R) unlimited
core file size              (blocks, -c) unlimited
data seg size               (kbytes, -d) unlimited
scheduling priority                 (-e) 0
file size                   (blocks, -f) unlimited
pending signals                     (-i) 31949
max locked memory           (kbytes, -l) 1025596
max memory size             (kbytes, -m) unlimited
open files                          (-n) 1024
pipe size                (512 bytes, -p) 8
POSIX message queues         (bytes, -q) 819200
real-time priority                  (-r) 0
stack size                  (kbytes, -s) 81920
cpu time                   (seconds, -t) unlimited
max user processes                  (-u) 31949
virtual memory              (kbytes, -v) unlimited
file locks                          (-x) unlimited

Similar fails:
libgomp.c/alloc-pinned-2.c
libgomp.c/alloc-pinned-3.c
libgomp.c/alloc-pinned-4.c

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

* [Bug libgomp/113843] FAIL: libgomp.c/alloc-pinned-1.c execution test
  2024-02-08 22:29 [Bug libgomp/113843] New: FAIL: libgomp.c/alloc-pinned-1.c execution test danglin at gcc dot gnu.org
@ 2024-02-08 22:40 ` pinskia at gcc dot gnu.org
  2024-02-11 20:23 ` cvs-commit at gcc dot gnu.org
  2024-02-11 20:27 ` danglin at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-02-08 22:40 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://gcc.gnu.org/bugzill
                   |                            |a/show_bug.cgi?id=113085

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Most likely a similar issue as on powerpc (and aarch64), see PR 113085 for some
analysis.

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

* [Bug libgomp/113843] FAIL: libgomp.c/alloc-pinned-1.c execution test
  2024-02-08 22:29 [Bug libgomp/113843] New: FAIL: libgomp.c/alloc-pinned-1.c execution test danglin at gcc dot gnu.org
  2024-02-08 22:40 ` [Bug libgomp/113843] " pinskia at gcc dot gnu.org
@ 2024-02-11 20:23 ` cvs-commit at gcc dot gnu.org
  2024-02-11 20:27 ` danglin at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-02-11 20:23 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by John David Anglin <danglin@gcc.gnu.org>:

https://gcc.gnu.org/g:167798a4d29a4e6d2d304c8b13256f3d431fdeaf

commit r14-8921-g167798a4d29a4e6d2d304c8b13256f3d431fdeaf
Author: John David Anglin <danglin@gcc.gnu.org>
Date:   Sun Feb 11 20:23:14 2024 +0000

    libgomp: Define config_path for hppa*-*-linux*

    2024-02-11  John David Anglin  <danglin@gcc.gnu.org>

    libgomp/ChangeLog:

            PR libgomp/113843
            * configure.tgt (hppa*-*-linux*): Define config_path.

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

* [Bug libgomp/113843] FAIL: libgomp.c/alloc-pinned-1.c execution test
  2024-02-08 22:29 [Bug libgomp/113843] New: FAIL: libgomp.c/alloc-pinned-1.c execution test danglin at gcc dot gnu.org
  2024-02-08 22:40 ` [Bug libgomp/113843] " pinskia at gcc dot gnu.org
  2024-02-11 20:23 ` cvs-commit at gcc dot gnu.org
@ 2024-02-11 20:27 ` danglin at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: danglin at gcc dot gnu.org @ 2024-02-11 20:27 UTC (permalink / raw)
  To: gcc-bugs

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

John David Anglin <danglin at gcc dot gnu.org> changed:

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

--- Comment #3 from John David Anglin <danglin at gcc dot gnu.org> ---
Fixed on trunk.

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

end of thread, other threads:[~2024-02-11 20:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-08 22:29 [Bug libgomp/113843] New: FAIL: libgomp.c/alloc-pinned-1.c execution test danglin at gcc dot gnu.org
2024-02-08 22:40 ` [Bug libgomp/113843] " pinskia at gcc dot gnu.org
2024-02-11 20:23 ` cvs-commit at gcc dot gnu.org
2024-02-11 20:27 ` danglin 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).