From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16084 invoked by alias); 16 Oct 2010 01:14:59 -0000 Received: (qmail 16074 invoked by uid 22791); 16 Oct 2010 01:14:58 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mail-pz0-f41.google.com (HELO mail-pz0-f41.google.com) (209.85.210.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 16 Oct 2010 01:14:54 +0000 Received: by pzk1 with SMTP id 1so456075pzk.0 for ; Fri, 15 Oct 2010 18:14:52 -0700 (PDT) Received: by 10.142.246.13 with SMTP id t13mr1211039wfh.446.1287191691702; Fri, 15 Oct 2010 18:14:51 -0700 (PDT) Received: from [192.168.1.3] ([60.12.143.27]) by mx.google.com with ESMTPS id q13sm16788400wfc.17.2010.10.15.18.14.42 (version=SSLv3 cipher=RC4-MD5); Fri, 15 Oct 2010 18:14:50 -0700 (PDT) Message-ID: <4CB8FD0E.6060406@gmail.com> Date: Sat, 16 Oct 2010 01:14:00 -0000 From: asmwarrior User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4 MIME-Version: 1.0 To: Tom Tromey CC: gdb@sourceware.org, pmuldoon@redhat.com, andre.poenitz@nokia.com Subject: Re: gdb with python support still get crash on showing uninitialized local variables References: <4CB66700.3000907@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2010-10/txt/msg00064.txt.bz2 On 2010-10-16 6:36, Tom Tromey wrote: > Interesting. Maybe a bug in valpy_lazy_string. > Could you file this as a bug report? Done, see: http://sourceware.org/bugzilla/show_bug.cgi?id=12127 thanks.