zicat commented on issue #51103:
URL: https://github.com/apache/doris/issues/51103#issuecomment-2909251901

   @Gabriel39 我在一台linux环境上对改动的源码进行了编译,操作系统版本Ubuntu 18.04.4 LTS,相关软件版本:
   g++ (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
   clang version 16.0.6 (https://github.com/llvm/llvm-project.git 
7cbf1a2591520c2491aa35339f227775f4d3adf6)
   cmake version 3.28.3
   automake (GNU automake) 1.15.1
   我发现链接的时候,会报错,提示一些依赖的库使用-fPIC,我为了方便,几乎把所有的依赖库添加了该参数。
   编译成功后,将该版本的doris_be包上线,发现be节点有被kill的风险(大约1-3小时会被kill一次),kill的报错信息为:
   doris-be.service: Main process exited, code=killed, status=11/SEGV
   想了解下,是不是不应该所有依赖都添加-fPIC参数,上述的kill行为可能得原因是什么,你们针对3.0.5的be源码是如何编译的


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to