Potential BLODA detected in babun
问题:
在一次系统更新杀毒软件后,
babun 命令行出现,如下错误,每次执行命令,都会出现几次
Potential BLODA detected! Thread function called outside of Cygwin DLL:
C:\Windows\system32\tmumh\20019\AddOn\6.80.0.1007\TmUmEvt.dll
解决办法:
参考:https://github.com/babun/babun/issues/79
打开 ~/.babunrc
文件最后有如下内容
#Uncomment to enable bloda detection
export CYGWIN="nodosfilewarning mintty detect_bloda"
去掉detect_bloda,修改为
export CYGWIN="nodosfilewarning mintty"
本作品采用 知识共享署名-相同方式共享 4.0 国际许可协议 进行许可。