From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25782 invoked by alias); 17 May 2006 18:27:10 -0000 Received: (qmail 25720 invoked by uid 22791); 17 May 2006 18:27:09 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 17 May 2006 18:27:07 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k4HIQu5Q006138; Wed, 17 May 2006 14:26:56 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k4HIQu4L016240; Wed, 17 May 2006 14:26:56 -0400 Received: from [127.0.0.1] (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id k4HIQtYd011536; Wed, 17 May 2006 14:26:55 -0400 Message-ID: <446B6AE7.7030200@redhat.com> Date: Wed, 17 May 2006 18:27:00 -0000 From: Keith Seitz User-Agent: Thunderbird 1.5.0.2 (X11/20060420) MIME-Version: 1.0 To: Mikhail Teterin CC: insight@sourceware.org Subject: Re: Does insight work? References: <200605162201.33772.mi+mx@aldan.algebra.com> <200605171405.40625.mi+mx@aldan.algebra.com> <446B667F.5080302@redhat.com> <200605171415.24053.mi+mx@aldan.algebra.com> In-Reply-To: <200605171415.24053.mi+mx@aldan.algebra.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes 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/msg00035.txt.bz2 Mikhail Teterin wrote: > ?????? 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 Hmm. That looks unusual. Almost as if Tk doesn't work all of a sudden. Almost all that is bound to Tk commands for menu processing... Weird. Are the versions of itcl and tk compatible? I can't think of anything off the top of my head that would cause that behavior. But then I haven't tried the latest itcl stuff yet. Just tcl and tk. > 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 Ugh! Bit rot. That should just cause insight to either revert to GDB (old behavior, I think) or print out a message. Grr. I'll check in a patch. Keith