clang icon indicating copy to clipboard operation
clang copied to clipboard

systemd-coredump in linux

Open MSG01 opened this issue 6 years ago • 2 comments

I am using libclang.so occur one processing "systemd-coredump" when two process. why?anybody see this ? anyone experienced? libclang.so version : 6.0.0.2 system version:linux suse 4.4.104

MSG01 avatar Mar 12 '19 08:03 MSG01

我使用libclang.so的时候,当开启双进程的时候,每个进程里面加载libcalng.so,并且使用语法树解析,会发生其中一个进程systemd-coredump,另外一个进程是正常,系统是linux suse 内核是4.4.104 libcalng.so版本是6.0.0.2 !请问有谁遇见过 怎么解决 如果linux内核是4.4.21 就不会有问题

MSG01 avatar Mar 12 '19 08:03 MSG01

This looks like an issue with your clang installation. Perhaps make sure your version of clang and this package are compatible? What does clang --version print?

emmatyping avatar Mar 25 '19 09:03 emmatyping