From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16378 invoked by alias); 19 Jul 2012 07:21:59 -0000 Received: (qmail 16363 invoked by uid 22791); 19 Jul 2012 07:21:57 -0000 X-SWARE-Spam-Status: No, hits=-6.9 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,SPF_HELO_PASS,TW_GT,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; Thu, 19 Jul 2012 07:21:42 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q6J7LfKT025056 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 19 Jul 2012 03:21:41 -0400 Received: from localhost.localdomain (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q6J7LdC0009094; Thu, 19 Jul 2012 03:21:40 -0400 Message-ID: <5007B583.8070309@redhat.com> Date: Thu, 19 Jul 2012 07:21:00 -0000 From: Phil Muldoon MIME-Version: 1.0 To: Hui Zhu CC: Jan Kratochvil , gdb@sourceware.org Subject: Re: [BUG] gdb crash when "python import gtk" References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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: 2012-07/txt/msg00047.txt.bz2 On 07/19/2012 08:15 AM, Hui Zhu wrote: > Hi Jan, > > Without http://sourceware.org/git/?p=gdb.git;a=commit;h=d43ca3bfc165c72be20288233d20d61ec107a2de > that you committed. > > This issue doesn't occur. >> >> But in 7.4.1 is OK. >> ./gdb >> (gdb) python import gtk I don't see this building from cvs head. Can you post a backtrace of the inferior GDB crashing? Cheers, Phil