-
Notifications
You must be signed in to change notification settings - Fork 84
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
运行卡住 #47
Comments
我也遇到卡住这个问题了,项目大概200多mb吧 |
是需要一直等待吗?我还以为是bug、卡住了 |
作者大只佬可能在忙吧………… 我也遇到了这个问题,之后排查了一段时间 发现是【proc = subprocess.Popen(" ".join(command), shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE, bufsize=-1)】这段话的问题。 原因:
解决方案:
参考资料:
嗯嗯,还有其它问题的话,可以去《极限学习CodeQL的内卷时代》群去交流。 |
感谢师傅的指教,我将popen的结果放到txt中就解决了,师傅tql |
大佬能说详细些么,具体是改动哪里啊? |
startscan: UnsafeTlsVersion,运行到这一步就会一直卡住,不再执行后续
The text was updated successfully, but these errors were encountered: