Open WangHaonie opened 1 year ago
刚试了最新的 alpha-cd44901,问题依旧
@WangHaonie debug log刷屏不算bug
@WangHaonie 你别写process规则就没了
This is indeed a problem. In the current implementation, the PROCESS-NAME
rule will trigger the process name lookup and cache the result, but if the process name lookup failed (and nothing got cached), the process name will be looked up again every time matching the PROCESS-NAME
rules and then the error will be reported repeatedly.
May we only need one such error message per connection, or never do match once failed?
CC @Skyxim
This is indeed a problem. In the current implementation, the
PROCESS-NAME
rule will trigger the process name lookup and cache the result, but if the process name lookup failed (and nothing got cached), the process name will be looked up again every time matching thePROCESS-NAME
rules and then the error will be reported repeatedly.May we only need one such error message per connection, or never do match once failed?
CC @Skyxim
最容易出现的环境其实是路由器或者非本机代理,其实可以对非本机 IP 进行过滤
The repeated error in the previous version is mainly because your configuration uses PROCESS-NAME
too frequently. Now we no longer retry failed process lookup.
However, it's still not clear why your process lookup was failed (and even not completely failed).
短短 50 秒内刷出了 17000 多行
process not found
,就算是同一个软件发出的请求,有时找得到进程,有时就找不到,实在是找不到进程就算了,只需报一行就OK,不然整个日志都是process not found
,影响后续分析,希望可以修复一下。Clash 版本:alpha-c3ef05b 操作系统:Windows 11 22H2 x64 22631.1830 配置文件:
Log