From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 785 invoked by alias); 30 Apr 2009 19:50:30 -0000 Received: (qmail 777 invoked by uid 22791); 30 Apr 2009 19:50:30 -0000 X-SWARE-Spam-Status: No, hits=-0.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 30 Apr 2009 19:50:25 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LzcGy-0005nz-BR for insight@sources.redhat.com; Thu, 30 Apr 2009 19:50:20 +0000 Received: from 75.139.7.185 ([75.139.7.185]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 30 Apr 2009 19:50:20 +0000 Received: from gds by 75.139.7.185 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 30 Apr 2009 19:50:20 +0000 To: insight@sources.redhat.com From: Gene Smith Subject: GDB Error: bad window path name ".watchwin0" Date: Thu, 30 Apr 2009 19:50:00 -0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) X-IsSubscribed: yes Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2009-q2/txt/msg00027.txt.bz2 If I have Insight running for a while and do enough watches (just looking at a single simple variable at a time) I get the pop up error GDB Error: bad window path name ".watchwin0". If I press the "Stack Trace" button I see: bad window path name ".watchwin0" while executing "raise $_top" (object "::.watchwin0.watchwin" method "::ManagedWin::reveal" body line 5) invoked from within "$obj reveal" (procedure "::ManagedWin::_open" body line 10) invoked from within "_open WatchWin" ("eval" body line 1) invoked from within "eval _open $class $args" (procedure "::ManagedWin::open" body line 3) invoked from within "ManagedWin::open WatchWin" (object "::.srcwin0.srcwin.container.pane2.childsite.con" method "::SrcTextWin::addToWatch" body line 2) invoked from within "::.srcwin0.srcwin.container.pane2.childsite.con addToWatch Size" invoked from within ".srcwin0.srcwin.container.pane2.childsite.con.src_menu invoke active" ("uplevel" body line 1) invoked from within "uplevel #0 [list $w invoke active]" (procedure "tk::MenuInvoke" line 47) invoked from within "tk::MenuInvoke .srcwin0.srcwin.container.pane2.childsite.con.src_menu 1 " (command bound to event)errorCode is NONE I am unable to do further watches w/o restarting insight. This occurs on V6.8 w/linux fc8 and I think I have seen it with newer snapshots too. -gene