This is the mail archive of the insight@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]

Re: "Unable to restore previously selected frame"


On Sun, 22 Apr 2001, Phil Edwards wrote:

> What does this error mean?  It seems to pop up (literally, in its own
> popup box) at seemingly random occasions.  Usually the first time is when
> I execute a "p some_variable" in the console window, but after that it
> appears according to its own mysterious whims.

This is a warning that is generated from somewhere in the depths of gdb. 
It is generated when, for some unknown reason, gdb cannot restore the 
target state after an inferior function call. I seldom see them when I am 
not doing inferior function calls or forcing a function return. I would 
not expect to see this message simply from printing the value of a 
variable (unless the variable is in an inferior function call).

> I'm using CVS Insight sources.  Do I need to be concerned about this message?

I usually just ignore them (but I haven't seen one in ages). YMMV.

You can also ask on the gdb list: maybe they have a better answer. 
gdb@sources.redhat.com

Keith


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