From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6657 invoked by alias); 1 Jun 2003 01:37:48 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 6623 invoked from network); 1 Jun 2003 01:37:48 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 1 Jun 2003 01:37:48 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu-dmz.redhat.com [172.16.52.200] (may be forged)) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h511bmH31506 for ; Sat, 31 May 2003 21:37:48 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h511blT11054 for ; Sat, 31 May 2003 21:37:47 -0400 Received: from dot.sfbay.redhat.com (dot.sfbay.redhat.com [172.16.24.7]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id h511bk010934 for ; Sat, 31 May 2003 18:37:46 -0700 Received: (from rth@localhost) by dot.sfbay.redhat.com (8.11.6/8.11.6) id h511Zqf12127 for gdb@sources.redhat.com; Sat, 31 May 2003 18:35:52 -0700 X-Authentication-Warning: dot.sfbay.redhat.com: rth set sender to rth@redhat.com using -f Date: Sun, 01 Jun 2003 01:37:00 -0000 From: Richard Henderson To: gdb@sources.redhat.com Subject: tracking "next" failure? Message-ID: <20030601013551.GA12120@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-SW-Source: 2003-06/txt/msg00000.txt.bz2 How in the world do you go about finding out why: Breakpoint 1, main () at .../testsuite/gdb.base/all-types.c:35 35 dummy(); (gdb) next Program exited normally. (gdb) FAIL: gdb.base/all-bin.exp: continuing after dummy() loses control of the application? I'm getting completely lost. I suspect that this is responsible for the bulk of the gdb test failures on alpha at the moment. r~