public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/48251] New: guality_check hangs indefinitely on Tru64 UNIX
@ 2011-03-23 11:58 ro at gcc dot gnu.org
  2011-03-23 12:01 ` [Bug testsuite/48251] " ro at gcc dot gnu.org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: ro at gcc dot gnu.org @ 2011-03-23 11:58 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48251

           Summary: guality_check hangs indefinitely on Tru64 UNIX
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: ro@gcc.gnu.org
                CC: aoliva@gcc.gnu.org
              Host: alpha-dec-osf5.1b
            Target: alpha-dec-osf5.1b
             Build: alpha-dec-osf5.1b


The guality_check in g++.dg/guality/guality.exp hangs indefinitely on Tru64
UNIX
V5.1B, hanging the whole testsuite run.  It seems to be a gdb issue, but still
occurs with CVS gdb.

Here's what happens when I use a simple looping test program as target of the
procedure used in guality.h:

> gdb -nx -nw --quiet 
(gdb) set height
Argument required (integer to set it to.).
(gdb) set height 0
(gdb) attach 216346
Attaching to process 216346
[New process 216346]
Retry #1:
Retry #2:
Retry #3:
Retry #4:
0x00000001200010e0 in ?? ()
(gdb) set guality_attached = 1
No symbol table is loaded.  Use the "file" command.
(gdb) b 1
No symbol table is loaded.  Use the "file" command.

In g++.log, I find that the test is run with the regular timeout of 300
seconds,
but this has no effect for some reason.  Might be a bug in expect (5.38.2).

The guality_check test in gcc.dg/guality/guality.exp isn't affected for some
reason.

I'll disable the test on Tru64 UNIX until this is resolved.

This is somewhat related to PR testsuite/46529, but there the timeout does
work.


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

* [Bug testsuite/48251] guality_check hangs indefinitely on Tru64 UNIX
  2011-03-23 11:58 [Bug testsuite/48251] New: guality_check hangs indefinitely on Tru64 UNIX ro at gcc dot gnu.org
@ 2011-03-23 12:01 ` ro at gcc dot gnu.org
  2011-03-23 12:52 ` ro at gcc dot gnu.org
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ro at gcc dot gnu.org @ 2011-03-23 12:01 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48251

--- Comment #1 from Rainer Orth <ro at gcc dot gnu.org> 2011-03-23 11:56:09 UTC ---
Author: ro
Date: Wed Mar 23 11:55:51 2011
New Revision: 171346

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171346
Log:
    PR testsuite/48251
    * g++.dg/guality/guality.exp: Disable on alpha*-dec-osf*.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/guality/guality.exp


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

* [Bug testsuite/48251] guality_check hangs indefinitely on Tru64 UNIX
  2011-03-23 11:58 [Bug testsuite/48251] New: guality_check hangs indefinitely on Tru64 UNIX ro at gcc dot gnu.org
  2011-03-23 12:01 ` [Bug testsuite/48251] " ro at gcc dot gnu.org
@ 2011-03-23 12:52 ` ro at gcc dot gnu.org
  2011-03-28 17:03 ` ro at gcc dot gnu.org
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ro at gcc dot gnu.org @ 2011-03-23 12:52 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48251

Rainer Orth <ro at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011.03.23 12:00:31
   Target Milestone|---                         |4.7.0
     Ever Confirmed|0                           |1
      Known to fail|                            |4.6.0, 4.7.0

--- Comment #2 from Rainer Orth <ro at gcc dot gnu.org> 2011-03-23 12:00:31 UTC ---
Worked around for now.


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

* [Bug testsuite/48251] guality_check hangs indefinitely on Tru64 UNIX
  2011-03-23 11:58 [Bug testsuite/48251] New: guality_check hangs indefinitely on Tru64 UNIX ro at gcc dot gnu.org
  2011-03-23 12:01 ` [Bug testsuite/48251] " ro at gcc dot gnu.org
  2011-03-23 12:52 ` ro at gcc dot gnu.org
@ 2011-03-28 17:03 ` ro at gcc dot gnu.org
  2011-04-18 15:56 ` ro at gcc dot gnu.org
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ro at gcc dot gnu.org @ 2011-03-28 17:03 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48251

--- Comment #3 from Rainer Orth <ro at gcc dot gnu.org> 2011-03-28 16:46:33 UTC ---
Author: ro
Date: Mon Mar 28 16:46:27 2011
New Revision: 171616

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171616
Log:
    Backport from mainline:
    2011-03-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

    PR testsuite/48251
    * g++.dg/guality/guality.exp: Disable on alpha*-dec-osf*.

Modified:
    branches/gcc-4_6-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_6-branch/gcc/testsuite/g++.dg/guality/guality.exp


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

* [Bug testsuite/48251] guality_check hangs indefinitely on Tru64 UNIX
  2011-03-23 11:58 [Bug testsuite/48251] New: guality_check hangs indefinitely on Tru64 UNIX ro at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2011-03-28 17:03 ` ro at gcc dot gnu.org
@ 2011-04-18 15:56 ` ro at gcc dot gnu.org
  2011-04-28 17:10 ` rguenth at gcc dot gnu.org
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ro at gcc dot gnu.org @ 2011-04-18 15:56 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48251

--- Comment #4 from Rainer Orth <ro at gcc dot gnu.org> 2011-04-18 15:54:59 UTC ---
Author: ro
Date: Mon Apr 18 15:54:50 2011
New Revision: 172657

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172657
Log:
    PR testsuite/48251
    * gcc.dg/guality/guality.exp: Disable on alpha*-dec-osf*.
    * gfortran.dg/guality/guality.exp: Likewise.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/guality/guality.exp
    trunk/gcc/testsuite/gfortran.dg/guality/guality.exp


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

* [Bug testsuite/48251] guality_check hangs indefinitely on Tru64 UNIX
  2011-03-23 11:58 [Bug testsuite/48251] New: guality_check hangs indefinitely on Tru64 UNIX ro at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2011-04-18 15:56 ` ro at gcc dot gnu.org
@ 2011-04-28 17:10 ` rguenth at gcc dot gnu.org
  2011-05-19 10:53 ` jakub at gcc dot gnu.org
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-04-28 17:10 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48251

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.7.0                       |---


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

* [Bug testsuite/48251] guality_check hangs indefinitely on Tru64 UNIX
  2011-03-23 11:58 [Bug testsuite/48251] New: guality_check hangs indefinitely on Tru64 UNIX ro at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2011-04-28 17:10 ` rguenth at gcc dot gnu.org
@ 2011-05-19 10:53 ` jakub at gcc dot gnu.org
  2011-05-19 11:40 ` ro at CeBiTec dot Uni-Bielefeld.DE
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-05-19 10:53 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48251

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

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

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-05-19 10:38:20 UTC ---
Can this be closed now?


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

* [Bug testsuite/48251] guality_check hangs indefinitely on Tru64 UNIX
  2011-03-23 11:58 [Bug testsuite/48251] New: guality_check hangs indefinitely on Tru64 UNIX ro at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2011-05-19 10:53 ` jakub at gcc dot gnu.org
@ 2011-05-19 11:40 ` ro at CeBiTec dot Uni-Bielefeld.DE
  2011-05-19 12:13 ` jakub at gcc dot gnu.org
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ro at CeBiTec dot Uni-Bielefeld.DE @ 2011-05-19 11:40 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48251

--- Comment #6 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> 2011-05-19 11:07:14 UTC ---
> --- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-05-19 10:38:20 UTC ---
> Can this be closed now?

No, skipping the tests is just a workaround.  I mean to look into the
root cause of this and would like the PR to be kept open until then.

    Rainer


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

* [Bug testsuite/48251] guality_check hangs indefinitely on Tru64 UNIX
  2011-03-23 11:58 [Bug testsuite/48251] New: guality_check hangs indefinitely on Tru64 UNIX ro at gcc dot gnu.org
                   ` (6 preceding siblings ...)
  2011-05-19 11:40 ` ro at CeBiTec dot Uni-Bielefeld.DE
@ 2011-05-19 12:13 ` jakub at gcc dot gnu.org
  2011-05-19 13:07 ` ro at CeBiTec dot Uni-Bielefeld.DE
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-05-19 12:13 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48251

--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-05-19 11:28:25 UTC ---
If you can't attach to a running process, that sounds like either a gdb bug, or
kernel bug, certainly not a gcc fault.


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

* [Bug testsuite/48251] guality_check hangs indefinitely on Tru64 UNIX
  2011-03-23 11:58 [Bug testsuite/48251] New: guality_check hangs indefinitely on Tru64 UNIX ro at gcc dot gnu.org
                   ` (7 preceding siblings ...)
  2011-05-19 12:13 ` jakub at gcc dot gnu.org
@ 2011-05-19 13:07 ` ro at CeBiTec dot Uni-Bielefeld.DE
  2012-08-30 17:54 ` htl10 at users dot sourceforge.net
  2014-06-13 11:52 ` ro at gcc dot gnu.org
  10 siblings, 0 replies; 12+ messages in thread
From: ro at CeBiTec dot Uni-Bielefeld.DE @ 2011-05-19 13:07 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48251

--- Comment #8 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> 2011-05-19 12:16:25 UTC ---
> --- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-05-19 11:28:25 UTC ---
> If you can't attach to a running process, that sounds like either a gdb bug, or
> kernel bug, certainly not a gcc fault.

I'd bet it's a gdb bug, but I'd still keep the gcc testsuite bug open as
a reminder.

    Rainer


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

* [Bug testsuite/48251] guality_check hangs indefinitely on Tru64 UNIX
  2011-03-23 11:58 [Bug testsuite/48251] New: guality_check hangs indefinitely on Tru64 UNIX ro at gcc dot gnu.org
                   ` (8 preceding siblings ...)
  2011-05-19 13:07 ` ro at CeBiTec dot Uni-Bielefeld.DE
@ 2012-08-30 17:54 ` htl10 at users dot sourceforge.net
  2014-06-13 11:52 ` ro at gcc dot gnu.org
  10 siblings, 0 replies; 12+ messages in thread
From: htl10 at users dot sourceforge.net @ 2012-08-30 17:54 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48251

Hin-Tak Leung <htl10 at users dot sourceforge.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |htl10 at users dot
                   |                            |sourceforge.net

--- Comment #9 from Hin-Tak Leung <htl10 at users dot sourceforge.net> 2012-08-30 17:54:25 UTC ---
Thread issue? 
Many of the newer mpfr make check also takes a long time/time out if it is left
to the default tls enabled:

https://gforge.inria.fr/tracker/?func=detail&atid=619&aid=14806&group_id=136


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

* [Bug testsuite/48251] guality_check hangs indefinitely on Tru64 UNIX
  2011-03-23 11:58 [Bug testsuite/48251] New: guality_check hangs indefinitely on Tru64 UNIX ro at gcc dot gnu.org
                   ` (9 preceding siblings ...)
  2012-08-30 17:54 ` htl10 at users dot sourceforge.net
@ 2014-06-13 11:52 ` ro at gcc dot gnu.org
  10 siblings, 0 replies; 12+ messages in thread
From: ro at gcc dot gnu.org @ 2014-06-13 11:52 UTC (permalink / raw)
  To: gcc-bugs

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

Rainer Orth <ro at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #10 from Rainer Orth <ro at gcc dot gnu.org> ---
4.7 branch closed.


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

end of thread, other threads:[~2014-06-13 11:52 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-23 11:58 [Bug testsuite/48251] New: guality_check hangs indefinitely on Tru64 UNIX ro at gcc dot gnu.org
2011-03-23 12:01 ` [Bug testsuite/48251] " ro at gcc dot gnu.org
2011-03-23 12:52 ` ro at gcc dot gnu.org
2011-03-28 17:03 ` ro at gcc dot gnu.org
2011-04-18 15:56 ` ro at gcc dot gnu.org
2011-04-28 17:10 ` rguenth at gcc dot gnu.org
2011-05-19 10:53 ` jakub at gcc dot gnu.org
2011-05-19 11:40 ` ro at CeBiTec dot Uni-Bielefeld.DE
2011-05-19 12:13 ` jakub at gcc dot gnu.org
2011-05-19 13:07 ` ro at CeBiTec dot Uni-Bielefeld.DE
2012-08-30 17:54 ` htl10 at users dot sourceforge.net
2014-06-13 11:52 ` ro 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).