From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith Seitz To: Holger Vogt Cc: Subject: Re: Warning: Couldn't restore frame in current thread Date: Tue, 01 May 2001 18:31:00 -0000 Message-id: References: <3AEF41DC.8D7A839D@unidui.uni-duisburg.de> X-SW-Source: 2001-q2/msg00172.html On Wed, 2 May 2001, Holger Vogt wrote: > gdb -nw is working without problems. > > In Insight either typing n, s, si to the console window or mouse-clicking to > the source window will generate the warning message. It appears for the > first time after typing 'run' to the console window. Wow, that is weird. The warning message you are displaying comes from gdb. I would not expect Insight to show this message at all. Something fishy must be going on... What does gdb -v show? (If you're on cygwin, can you include the output of "gcc -v" and "uname -a", too?) Keith