haco20292 / dex2jar

Automatically exported from code.google.com/p/dex2jar
0 stars 0 forks source link

Exception in thread "main" java.lang.StackOverflowError #185

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
C:\droid\dex2jar>d2j-dex2jar.bat sdo-jar2dex.dex
dex2jar sdo-jar2dex.dex -> sdo-jar2dex-dex2jar.jar
Exception in thread "main" java.lang.StackOverflowError
        at java.util.HashSet.<init>(Unknown Source)
        at com.googlecode.dex2jar.ir.ts.TypeAnalyze$DefTypeRef.<init>(TypeAnalyze.java:135
        at com.googlecode.dex2jar.ir.ts.TypeAnalyze.getDefTypeRef(TypeAnalyze.java:533)
        at com.googlecode.dex2jar.ir.ts.TypeAnalyze.useAs(TypeAnalyze.java:628)
        at com.googlecode.dex2jar.ir.ts.TypeAnalyze.enexpr(TypeAnalyze.java:408)
        at com.googlecode.dex2jar.ir.ts.TypeAnalyze.exExpr(TypeAnalyze.java:456)

Original issue reported on code.google.com by Elshan0...@gmail.com on 10 Jul 2013 at 2:11