Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-debug-dev] Bug 30830 - StackOverflow on HCR from VariablesView


I will have to make my <<SNIP>> bold next time...I deleted about 1000 of the org.eclipse.jface.viewers.AbstractTreeViewer.internalExpand
(AbstractTreeViewer.java(Compiled Code)) lines


Darins



Jared Burns <jared-eclipse@xxxxxxxxx>
Sent by: jdt-debug-dev-admin@xxxxxxxxxxx

02/21/03 11:30 AM
Please respond to jdt-debug-dev

       
        To:        jdt-debug-dev@xxxxxxxxxxx
        cc:        
        Subject:        [jdt-debug-dev] Bug 30830 - StackOverflow on HCR from VariablesView



http://bugs.eclipse.org/bugs/show_bug.cgi?id=30830

I'm not familiar with when Java throws StackOverflowErrors and the JavaDoc on
the class doesn't help much. Can anyone see how this code is throwing a
StackOverflowError? The stack trace doesn't look very deep at all. It shows 5
recursive calls in JFace which then get into our code that doesn't recurse.

Is this a VM problem? Once they start counting recursive frames do they count
*all* frames above? Including the non-recursive ones? Does 10 frames really
justify a stack overflow?

- Jared
_______________________________________________
jdt-debug-dev mailing list
jdt-debug-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/jdt-debug-dev




Back to the top