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

没有任何提示的卡死 #1

Open
LoRexxar opened this issue Oct 20, 2022 · 3 comments
Open

没有任何提示的卡死 #1

LoRexxar opened this issue Oct 20, 2022 · 3 comments

Comments

@LoRexxar
Copy link

image

能不能加点儿日志或者提示?
我这里日常就卡住了

@0xrumble
Copy link
Owner

image

能不能加点儿日志或者提示? 我这里日常就卡住了

你可以开使用--debug参数看一下 是哪个筛选结果没出来

@LoRexxar
Copy link
Author

没有,加了也没提示

@rootphantomer
Copy link
Contributor

rootphantomer commented Oct 27, 2022

应该不是卡死了,应该是加载的jar包太多了。多个for循环嵌套比对筛选条件导致程序一直在后端循环运行,像卡死了一样。

public static HashMap<String,List<String>> getresult(HashSet<String> hashSet,List<String> list){

这个方法的for循环里加打印一下returnresult,看看有没有内容在输出,如果有,就是加载的jar包太多了。

#4 新增了getresult下面的debug日志输出

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