Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » What is an "Invalid Stack Frame" error?
What is an "Invalid Stack Frame" error? [message #286354] Tue, 07 June 2005 12:37 Go to next message
Eclipse UserFriend
I am getting an Invalid Stack Frame error.

What causes this?

According to the stack trace there is no connection to
my code.
Re: What is an "Invalid Stack Frame" error? [message #286355 is a reply to message #286354] Tue, 07 June 2005 12:52 Go to previous messageGo to next message
Eclipse UserFriend
Usually this is a result of a failed hot code replace.
Most likely the target VM rejected the new byte codes as it did not support
hot code replace for some of the changes that had been made.

HTH
Darins

"Andrew Soloninka" <sandrew@us.ibm.com> wrote in message
news:t1jba1ph1i9v1470irooq4e5nn0ih25640@4ax.com...
> I am getting an Invalid Stack Frame error.
>
> What causes this?
>
> According to the stack trace there is no connection to
> my code.
Re: What is an "Invalid Stack Frame" error? [message #286414 is a reply to message #286354] Wed, 08 June 2005 17:13 Go to previous message
Eclipse UserFriend
You also see this if you attempt an operation on a stack frame who's thread
has since resumed - like when the variables view tries to display variables
for a stack frame that no longer exists.

Darin

"Andrew Soloninka" <sandrew@us.ibm.com> wrote in message
news:t1jba1ph1i9v1470irooq4e5nn0ih25640@4ax.com...
>I am getting an Invalid Stack Frame error.
>
> What causes this?
>
> According to the stack trace there is no connection to
> my code.
Previous Topic:Embed an editor into a view???
Next Topic:Eclipse Debugger Notifications
Goto Forum:
  


Current Time: Sat Jul 26 04:31:50 EDT 2025

Powered by FUDForum. Page generated in 0.03476 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top