Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » TreeViewer crashes JVM with StackOVerflow Error
TreeViewer crashes JVM with StackOVerflow Error [message #210510] Fri, 12 March 2004 10:27 Go to next message
Eclipse UserFriend
when ic all refresh emthod n ym treeviewer it cashes the JVM with stack
overflow error
any idea how to go around that problem ?

here is the javacore



Re: TreeViewer crashes JVM with StackOVerflow Error [message #210532 is a reply to message #210510] Fri, 12 March 2004 10:41 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eostroukhov.hotmail.com

Check with the debuger - it is likely you have loops in your code (i.e. when
you trigger the refresh on your viewer, some listener is activated, you call
refresh from that listner, it is again activated, so on). Check your content
provider, label provider.

Best regards,
Eugene

"Aris Basic" <aris.basic@silencesoftware.com> wrote in message
news:c2skmp$d7s$1@eclipse.org...
> when ic all refresh emthod n ym treeviewer it cashes the JVM with stack
> overflow error
> any idea how to go around that problem ?
>
> here is the javacore
>
>
>
>
Re: TreeViewer crashes JVM with StackOVerflow Error [message #210660 is a reply to message #210532] Fri, 12 March 2004 13:07 Go to previous message
Eclipse UserFriend
the reason it crashed is getParent of content provider
fixed it now (i was returning just empty object and that was not good :)



"Eugene Ostroukhov" <eostroukhov@hotmail.com> wrote in message
news:c2sld7$e5t$1@eclipse.org...
> Check with the debuger - it is likely you have loops in your code (i.e.
when
> you trigger the refresh on your viewer, some listener is activated, you
call
> refresh from that listner, it is again activated, so on). Check your
content
> provider, label provider.
>
> Best regards,
> Eugene
>
> "Aris Basic" <aris.basic@silencesoftware.com> wrote in message
> news:c2skmp$d7s$1@eclipse.org...
> > when ic all refresh emthod n ym treeviewer it cashes the JVM with stack
> > overflow error
> > any idea how to go around that problem ?
> >
> > here is the javacore
> >
> >
> >
> >
>
>
Previous Topic:Where is the package org.eclipse.jdt.ui.wizards?
Next Topic:throwing exceptions when trying to start an object that extends ViewPart
Goto Forum:
  


Current Time: Thu Jul 10 02:51:54 EDT 2025

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

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

Back to the top