From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13095 invoked by alias); 17 May 2006 18:15:43 -0000 Received: (qmail 13087 invoked by uid 22791); 17 May 2006 18:15:42 -0000 X-Spam-Check-By: sourceware.org Received: from aldan.algebra.com (HELO aldan.algebra.com) (216.254.65.224) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 17 May 2006 18:15:40 +0000 Received: from corbulon.video-collage.com (static-151-204-231-237.bos.east.verizon.net [151.204.231.237]) by aldan.algebra.com (8.13.6/8.13.6) with ESMTP id k4HIFZ59046657 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 17 May 2006 14:15:35 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) Received: from [172.21.130.86] (mx-broadway [38.98.68.18]) by corbulon.video-collage.com (8.13.6/8.13.6) with ESMTP id k4HIFTso022851 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 17 May 2006 14:15:29 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) From: Mikhail Teterin To: Keith Seitz Subject: Re: Does insight work? Date: Wed, 17 May 2006 18:15:00 -0000 User-Agent: KMail/1.9.1 Cc: insight@sourceware.org References: <200605162201.33772.mi+mx@aldan.algebra.com> <200605171405.40625.mi+mx@aldan.algebra.com> <446B667F.5080302@redhat.com> In-Reply-To: <446B667F.5080302@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-u" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200605171415.24053.mi+mx@aldan.algebra.com> X-Virus-Status: Clean Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2006-q2/txt/msg00033.txt.bz2 ÓÅÒÅÄÁ 17 ÔÒÁ×ÅÎØ 2006 14:07, Keith Seitz ÎÁÐÉÓÁ×: > What kind of exceptions? Maybe something will jog a memory somewhere in > the depths of my mind. Clicking on the "File" menu, for example results in the following immediately -- without ever bring up the menu: invalid command name "::.srcwin0.srcwin.container.pane0.childsite.con" while executing "::.srcwin0.srcwin.container.pane0.childsite.con _post file" (in namespace inscope "::SrcBar" script line 1) invoked from within "namespace inscope ::SrcBar {::.srcwin0.srcwin.container.pane0.childsite.con _post file}" invoked from within "{.srcwin0.#srcwin0#srcwin#container#pane0#childsite#con#menubar#m.#srcwin0#srcwin#container#pane0#childsite#con#menubar#m#file} post 659 315" invoked from within "$menu postcascade active" (procedure "tk::MenuButtonDown" line 8) invoked from within "tk::MenuButtonDown .srcwin0.#srcwin0#srcwin#container#pane0#childsite#con#menubar#m" (command bound to event)errorCode is NONE BTW, if DISPLAY is not set, insight dumps core on startup, because it passes a NULL interp-pointer to the Tcl library: #0 Tcl_GlobalEval (interp=0x0, command=0x7ccc60 "proc gdbtk_find_main {} {\n global Paths GDBTK_LIBRARY env\n rename gdbtk_find_main {}\n if {[info exists env(DEBUG_STUB)]} {\n source $env(DEBUG_STUB)\n debugger_init\n set de"...) at ./../generic/tclBasic.c:5441 Yours, -mi