I'm running one of my tests using lcc run SuitName.testName command and the execution gets halted with "Segmentation fault" (yes, that's it, that's all it prints) on the console on the Jenkins machine which is based on the Linux OS (Ubuntu). lcc is not installed on the Jenkins machine in any virtual environment, but it installed on the default Python environment.
I do not get this issue on my local machine which is a Mac. I'm running the test locally inside a virtual environment.
Could this be related to lcc in any way? Is there any way to enable more logs so that I could check if something is wrong with my code?