From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Ingham To: tromey@cygnus.com Cc: Insight List Subject: Re: insight bug Date: Mon, 24 Apr 2000 11:07:00 -0000 Message-id: <14596.36385.323716.760164@leda.cygnus.com> References: <87purjw19k.fsf@cygnus.com> X-SW-Source: 2000-q2/msg00133.html Tom, You have reported this bug before in numerous guises. It is the one bug I really want to fix over the next week. I had hoped to be able to rewrite this whole module, it badly needs it, but looks like I have to find the right sized bandage instead. Jim > I got a Tcl stack trace in the console window when I ran gdb just now. > It is appended. > > I'm running it on a Java program. One weirdness is that gcj-built > Java programs don't have a real main(). Instead, gcj creates a main() > at link time and then deletes the corresponding source. > > Tom > > bad PanedWindow index "pane1": must be number, end, or pattern > while executing > "error "bad PanedWindow index \"$index\": must be number, end, or pattern"" > (object "::.srcwin0.srcwin.container.pane1.childsite.con.p" method "::cyg::PanedWindow::index" body line 15) > invoked from within > "index $index" > (object "::.srcwin0.srcwin.container.pane1.childsite.con.p" method "::cyg::PanedWindow::hide" body line 2) > invoked from within > "$itk_interior.p hide $oldpane" > (object "::.srcwin0.srcwin.container.pane1.childsite.con" method "::SrcTextWin::LoadFromCache" body line 55) > invoked from within > "LoadFromCache $w $name "" $lib" > (object "::.srcwin0.srcwin.container.pane1.childsite.con" method "::SrcTextWin::LoadFile" body line 7) > invoked from within > "LoadFile $w $filename $lib $mtime" > (object "::.srcwin0.srcwin.container.pane1.childsite.con" method "::SrcTextWin::FillSource" body line 12) > invoked from within > "FillSource t $tagname $filename $funcname $line $addr $pc_addr $lib" > ("SOURCE" arm line 2) > invoked from within > "switch $current(mode) { > SOURCE { > FillSource t $tagname $filename $funcname $line $addr $pc_addr $lib > } > ASSEMBLY { > FillAssembly..." > (object "::.srcwin0.srcwin.container.pane1.childsite.con" method "::SrcTextWin::location" body line 26) > invoked from within > "$twin location $tag $name $funcname $line $addr $pc_addr $lib" > (object "::.srcwin0.srcwin" method "::SrcWin::location" body line 52) > invoked from within > "$src location BROWSE_TAG [list $linespec]" > (procedure "::SrcWin::point_to_main" body line 9) > invoked from within > "SrcWin::point_to_main" > (procedure "gdbtk_tcl_preloop" line 13) > invoked from within > "gdbtk_tcl_preloop" > (gdb) >