[BUG]一个文件名的隐患
tofucurd opened this issue · 7 comments
tofucurd commented
Describe the bug
描述一下这个 Bug
在今天的测试中,一个题目名字叫watcher
,于是便出现了奇奇怪怪的错误,详见#182,但是一旦将题目名字改为其他的,就好了。
To Reproduce
如何复现
新建一道题叫做watcher
,即可MLE/程序无法执行
Expected behavior
期望获得的结果
正常测评
Screenshots
有截图吗?
见#182
Environment:
环境:
- Version: 至少0.3.4及以后
- OS: 系统:各个系统都有
Additional context
其他信息
有可能是内部有程序叫watcher
,望改成一个不那么常见的名字。
tofucurd commented
tofucurd commented
tofucurd commented
有一个零时的办法(?),如果将原先的judgingthread.cpp 中那几个"watcher"改为"一串乱码",似乎可以解决问题
CoelacanthusHex commented
目前怀疑与 macOS 上的行为有关,但无 mac,无法调试
tofucurd commented
tofucurd commented
应该可以更改到lemon里了
CoelacanthusHex commented
fixed on master