From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14968 invoked by alias); 23 Mar 2011 11:42:51 -0000 Received: (qmail 14841 invoked by uid 22791); 23 Mar 2011 11:42:47 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 23 Mar 2011 11:42:40 +0000 From: "ro at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/48251] New: guality_check hangs indefinitely on Tru64 UNIX X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ro at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Wed, 23 Mar 2011 11:58:00 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2011-03/txt/msg02413.txt.bz2 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.