This is the mail archive of the insight@sourceware.cygnus.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

insight bug


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) 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]