This is the mail archive of the insight-prs@sources.redhat.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/49: Insight hangs when i step into a function with no source available



>Number:         49
>Category:       insight
>Synopsis:       Insight hangs when i step into a function with no source available
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Sep 29 16:53:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Greg Shtilman
>Release:        5.0
>Organization:
>Environment:
redhat 6.1
>Description:
if you step into something that doesn't have source code the source code pane will go blank. you are then not able to get back to any source without restarting insight... 

if you then try to use the leftmost dropdown list to switch to a different file you get the following error: 'Bad paned window index "Pane3"; must be number, end or pattern'... 

none of the other dropdowns do anything (nor produce an error message)... 

if you kill the debuggee, the source doesn't come back, and you still get an error message (though a different one) if you try to use the leftmost dropdown... 


this is a major inconvinence, since if you accidentally step into something that does not have source, you basically have to start over the debug
>How-To-Repeat:
write something trivial like:

#include <stdio.h>
int main() {
   printf("blah");
   return 0;
}

compile with g++ -g (2.91.66) and try to step into printf...
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:

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