ethanhs / clang

Unofficial Python bindings to libclang
Other
27 stars 6 forks source link

systemd-coredump in linux #3

Open MSG01 opened 5 years ago

MSG01 commented 5 years ago

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 commented 5 years ago

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

ethanhs commented 5 years ago

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?