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

"Hang" problem not solved #39

Open
zicofish opened this issue Sep 16, 2020 · 2 comments
Open

"Hang" problem not solved #39

zicofish opened this issue Sep 16, 2020 · 2 comments

Comments

@zicofish
Copy link

The bug mentioned in this issue #17 is not completely solved yet.
jd-cli still hangs when analyzing the following jar file:

https://ufile.io/jqsf8ze9

The last outputs are:

16:41:06.622 WARN  com.github.kwart.jd.output.DirOutput - Class name or java source is null
16:41:06.809 ERROR com.github.kwart.jd.JavaDecompiler - Can't decompile com/ss/android/message/a/f.class
java.lang.NullPointerException: null
16:41:06.809 WARN  com.github.kwart.jd.output.DirOutput - Class name or java source is null
16:41:07.066 ERROR com.github.kwart.jd.JavaDecompiler - Can't decompile com/ss/android/socialbase/appdownloader/c.class
java.lang.NullPointerException: null
16:41:07.066 WARN  com.github.kwart.jd.output.DirOutput - Class name or java source is null
16:41:07.531 ERROR com.github.kwart.jd.JavaDecompiler - Can't decompile com/ss/android/videoshop/layer/gesture/a.class
java.lang.NullPointerException: null
16:41:07.532 WARN  com.github.kwart.jd.output.DirOutput - Class name or java source is null
@TanWeiQi1800860
Copy link

It freezes for me as well with 1.2.0

@n0099
Copy link

n0099 commented Jul 17, 2022

By combining parameter -ods <path> and -g ALL, we can manually stop the hanging program when there's no new files is being outputted.

--outputDirStructured, -ods
takes a [directoryPath] as a parameter and configures a structured DIR
output for this path
--logLevel, -g

takes [level] as parameter and sets it as the CLI log level. Possible
values are: ALL, TRACE, DEBUG, INFO, WARN, ERROR, OFF
Default: INFO

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

3 participants