NJUST-FishTeam / OnlineJudgeCore

NJUST online judge core
http://njoj.org
53 stars 20 forks source link

未知原因SystemError 需要修复 #12

Closed comzyh closed 8 years ago

comzyh commented 8 years ago

出错代码: https://njoj.org/Result/Contest/632/43599/ 会稳定出现SE

另外,Core在比较字符串中含有大量空白字符的时候,会输出大量无用LOG,需要清理 https://github.com/NJUST-FishTeam/OnlineJudgeCore/blob/master/core.cpp#L690 的LOG

comzyh commented 8 years ago

@ShengRang

comzyh commented 8 years ago

https://github.com/NJUST-FishTeam/NJUST_OnlineJudge_M6_BugReport/issues/16

也有可能是由此引起的

comzyh commented 8 years ago

另外的例子 https://njoj.org/Result/Contest/708/46373/

comzyh commented 8 years ago

基本确定是因为Core 在判断PE时输出了太多的DEBUG Log