Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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


Back to the top