eclipse-jdt / eclipse.jdt.core

Eclipse Public License 2.0
149 stars 117 forks source link

Internal compiler error, ArrayIndexOutOfBoundsException in StackMapFrame #1123

Open dacr opened 1 year ago

dacr commented 1 year ago

Unfortunately I can't provide the source code as this ArrayIndexOutOfBoundsException java compiler error occurs in a private project, I hope the file name and line number could give some hints about what's going on :

Internal compiler error: java.lang.ArrayIndexOutOfBoundsException: Index -2 out of bounds for length 1 at org.eclipse.jdt.internal.compiler.codegen.StackMapFrame.addStackItem(StackMapFrame.java:101)

The context :

regards, David.

srikanth-sankaran commented 1 year ago

Likely the same as https://bugs.eclipse.org/bugs/show_bug.cgi?id=572121 or https://bugs.eclipse.org/bugs/show_bug.cgi?id=544223 or https://bugs.eclipse.org/bugs/show_bug.cgi?id=472178 or https://bugs.eclipse.org/bugs/show_bug.cgi?id=448112

Can you try a more recent version and report back ?

dacr commented 1 year ago

No update available yet for visual code, will try again as soon as a new release/prerelease will be published

srikanth-sankaran commented 8 months ago

@dacr Is an update available yet ?

srikanth-sankaran commented 3 months ago

@dacr is an update available yet for you to try ??