Segmentation fault core dumped in cent OS 7
-
Hi
I have created a Qt command line application in Ubuntu 16.04. It is working fine in ubuntu 16.04 and 14.04. But when I run the application in cent OS, it throws segmentation fault core dumped error in command line. Initially it throws errors in dependencies missing, then installed/copied all the dependencies. Now it throws segmentation fault core dumped error.
I have build the qt 5.5 source in ubuntu 16.04, Is it compatible with cent OS 7. Please help me to overcome the issue in cent OS 7.
I tried to find out the line which cause the error, but the error occurs immediately when starting the application.
Thanks,
Sid -
Hi
I have created a Qt command line application in Ubuntu 16.04. It is working fine in ubuntu 16.04 and 14.04. But when I run the application in cent OS, it throws segmentation fault core dumped error in command line. Initially it throws errors in dependencies missing, then installed/copied all the dependencies. Now it throws segmentation fault core dumped error.
I have build the qt 5.5 source in ubuntu 16.04, Is it compatible with cent OS 7. Please help me to overcome the issue in cent OS 7.
I tried to find out the line which cause the error, but the error occurs immediately when starting the application.
Thanks,
Sid@Shidharth Did you deploy your app? See http://doc.qt.io/qt-5/linux-deployment.html
If not your app will be trying to use the preinstalled Qt which is probably a different version and this can cause crashes.