From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14579 invoked by alias); 25 Jan 2012 11:03:30 -0000 Received: (qmail 14570 invoked by uid 22791); 25 Jan 2012 11:03:29 -0000 X-SWARE-Spam-Status: No, hits=-6.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 25 Jan 2012 11:03:17 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q0PB3Gi5011209 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 25 Jan 2012 06:03:16 -0500 Received: from host2.jankratochvil.net (ovpn-116-21.ams2.redhat.com [10.36.116.21]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q0PB3DwB017062 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Wed, 25 Jan 2012 06:03:15 -0500 Date: Wed, 25 Jan 2012 11:06:00 -0000 From: Jan Kratochvil To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: Regression for gdb.mi/mi-nsmoribund.exp [Re: [4/4] RFC: implement catch load and catch unload] Message-ID: <20120125110312.GA17079@host2.jankratochvil.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-01/txt/msg00860.txt.bz2 On Tue, 24 Jan 2012 22:36:21 +0100, Tom Tromey wrote: > Here is the version I am checking in. commit 23be81b20039c057ad0af30082f6f8a16a7643e9 Author: Tom Tromey Date: Tue Jan 24 21:39:14 2012 +0000 PR symtab/12406: It is crashing on all the tested Fedora distros for: gdb.mi/mi-nsmoribund.exp Thanks, Jan