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

CryptoAnalysis gets StackOverflowError when analyzing it's own jar file #29

Open
Projucti opened this issue Aug 9, 2021 · 2 comments
Open

Comments

@Projucti
Copy link

Projucti commented Aug 9, 2021

The problem when Analysis runs it's own jar file. StackOverflowError is found while investigating the issue. The snapshot of the error is here-

image_2021_07_27T15_52_40_271Z
This issue is found while investigating main issue from CryptoAnalysis.

@johspaeth
Copy link
Member

@Projucti

  1. CryptoAnalysis still build on Version 2 of SPDS and needs to be ported to Version 3 (of this repository). I am assuming that has been done so far?
  2. Did you increase the JVMs stack size for running CryptoAnalysis (jvm arg: -Xss100m)?

@Projucti
Copy link
Author

Projucti commented Sep 2, 2021

Yes. CryptoAnalysis still works on version 2 of SPDS. Now, I am trying to work on upgrading to version 3 and looks like I am facing many compilation error due to some missing packages which doesn't exist anymore or renamed or moved. Is there any guideline how to work with the new upgrades?
Also, unfortunately the problem persisted even after increasing the JVM stack size.

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

2 participants