From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12538 invoked by alias); 19 Jul 2012 07:16:54 -0000 Received: (qmail 12528 invoked by uid 22791); 19 Jul 2012 07:16:53 -0000 X-SWARE-Spam-Status: No, hits=-4.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,TW_GT X-Spam-Check-By: sourceware.org Received: from mail-ob0-f169.google.com (HELO mail-ob0-f169.google.com) (209.85.214.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 19 Jul 2012 07:16:38 +0000 Received: by obhx4 with SMTP id x4so4152936obh.0 for ; Thu, 19 Jul 2012 00:16:38 -0700 (PDT) Received: by 10.60.29.230 with SMTP id n6mr965917oeh.22.1342682197981; Thu, 19 Jul 2012 00:16:37 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.108.33 with HTTP; Thu, 19 Jul 2012 00:15:57 -0700 (PDT) In-Reply-To: References: From: Hui Zhu Date: Thu, 19 Jul 2012 07:16:00 -0000 Message-ID: Subject: Re: [BUG] gdb crash when "python import gtk" To: Jan Kratochvil Cc: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 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/msg00046.txt.bz2 Hi Jan, Without http://sourceware.org/git/?p=gdb.git;a=commit;h=d43ca3bfc165c72be20288233d20d61ec107a2de that you committed. This issue doesn't occur. Thanks, Hui On Thu, Jul 19, 2012 at 1:25 PM, Hui Zhu wrote: > GNU gdb (GDB) 7.5.50.20120719-cvs > Copyright (C) 2012 Free Software Foundation, Inc. > License GPLv3+: GNU GPL version 3 or later > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. Type "show copying" > and "show warranty" for details. > This GDB was configured as "x86_64-unknown-linux-gnu". > For bug reporting instructions, please see: > . > (gdb) python import gtk > memory clobbered before allocated block > Aborted (core dumped) > > But in 7.4.1 is OK. > ./gdb > GNU gdb (GDB) 7.4.1.20120718-cvs > Copyright (C) 2012 Free Software Foundation, Inc. > License GPLv3+: GNU GPL version 3 or later > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. Type "show copying" > and "show warranty" for details. > This GDB was configured as "x86_64-unknown-linux-gnu". > For bug reporting instructions, please see: > . > Setting up the environment for debugging gdb. > No symbol table is loaded. Use the "file" command. > Make breakpoint pending on future shared library load? (y or [n]) > [answered N; input not from terminal] > No symbol table is loaded. Use the "file" command. > Make breakpoint pending on future shared library load? (y or [n]) > [answered N; input not from terminal] > .gdbinit:8: Error in sourced command file: > Argument required (one or more breakpoint numbers). > (gdb) python import gtk > > > I will spend some time on it but I am not sure I can fix it. > I think this issue is dangerous because we don't know how much other > python modules are affected by this issue. Wish it can be fixed > before 7.5 release. > > Thanks, > Hui