From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18125 invoked by alias); 6 Jul 2011 20:59:50 -0000 Received: (qmail 18117 invoked by uid 22791); 6 Jul 2011 20:59:50 -0000 X-SWARE-Spam-Status: No, hits=-6.9 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, 06 Jul 2011 20:59:36 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p66KxT3h001136 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 6 Jul 2011 16:59:29 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p66KxTx4028272; Wed, 6 Jul 2011 16:59:29 -0400 Received: from barimba (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id p66KxRKu021688; Wed, 6 Jul 2011 16:59:27 -0400 From: Tom Tromey To: Yuri Cc: gdb@sourceware.org, Steven Kreuzer Subject: Re: 7.3 is broken on FreeBSD References: <4E14C877.6080402@rawbw.com> Date: Wed, 06 Jul 2011 20:59:00 -0000 In-Reply-To: <4E14C877.6080402@rawbw.com> (yuri@rawbw.com's message of "Wed, 06 Jul 2011 13:41:27 -0700") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2011-07/txt/msg00024.txt.bz2 >>>>> "yuri" == yuri writes: yuri> When I tried to debug something large (thunderbird built with DEBUG yuri> option) on FreeBSD-8.2 amd64 gdb73 crashed (SEGV). This isn't enough information. Can you get a stack trace from gdb? yuri> Also, gdb7.2 has a long standing bug on FreeBSD that it fails with: yuri> "Invalid selected thread." error on multithreaded applications. Is it still a bug in 7.3? Tom