Segmentation Fault on Ubuntu 18.04

i got the same error with ubuntu18.04.
and the result is as below.

import panda3d
print(panda3d.version)
1.10.5

from panda3d.core import PandaSystem
print(PandaSystem.getGitCommit())
da0fe8be3eb91873e73a04b552b968a42ccabbdc

Have you solved the problem?

Hi, welcome to the forums! I’ve taken the liberty of moving your post to a new thread, if you don’t mind.

Does the segmentation fault say “(core dumped)”? Could you please run these commands for me right after the crash occurs and share the output?

coredumpctl gdb
bt

Could you also perhaps provide the code that you were using when the crash occurred?