故障排除

问题一:运行CMake时报错

现象描述:

运行CMake时报错,报错信息为:“Error in <TInterpreter::InspectMembers>: TClass and cling disagree on the size of the class TBaseClass”。

可能原因:

GNU版本问题。

处理步骤:

检查各编译环境的GNU环境是否配套及检查“/usr/local/lib”相关库是否正确,请参考54

问题二:运行runProof时报错

现象描述:

运行runProof("simple(nevt=10000000000000000,nhist=100)")时报错,报错信息为:“SysError in <TUnixSystem::UnixTcpConnect>: connect (localhost:40000) (Connection refused)”。

可能原因:

在服务器本地运行时,不需要启动xproofd守护进程。

处理步骤:

运行时加入"lite://"参数,详细请参考8