Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inconsistent stack height Index 2 out of bounds for length 2 - with snapshot 2.2 not getting this error with snapshot 2.3 and 2.4 getting this error #628

Open
vramasam opened this issue Sep 27, 2024 · 0 comments

Comments

@vramasam
Copy link

vramasam commented Sep 27, 2024

Hello @ThexXTURBOXx @pxb1988

Can you please help in find the root cause for this issue. I am trying to upgrade from 2.2 SNAPSHOT to 2.3 SNAPSHOT but I am getting "inconsistent stack height Index 2 out of bounds for length 2".

For more information the affected method is having "try" "catch"
Method that creates problem
" public void writeToFile(FileOutputStream fos)
{
try {
String string = "This is a sample string for View and Edit Intent";
fos.write(string.getBytes());
fos.flush();
fos.close();
}
catch (Exception e) {
Log.e(TAG, e.getMessage(), e);
}
}"

What is the change from SNAPSHOT 2.2 to 2.3 can create this issue and also can you please help how to resolve this issue

I have tried this fork also https://github.com/ThexXTURBOXx/dex2jar I got the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant