yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #15759
Re: [Question #658070]: from start: Segmentation fault (core dumped)
Question #658070 on Yade changed:
https://answers.launchpad.net/yade/+question/658070
Status: Answered => Solved
Luc OGER confirmed that the question is solved:
thanks Bruno
Finally with the debug option and gdb I got the answer about the segmentation fault:
gdb
GNU gdb (GDB; openSUSE Leap 42.3) 8.0
Copyright (C) 2017 Free Software Foundation, Inc.
(gdb) file python
Reading symbols from python...(no debugging symbols found)...done.
(gdb) run yade-2017-09-11.git-949a2d9
Starting program: /usr/bin/python yade-2017-09-11.git-949a2d9
....
Welcome to Yade 2017-09-11.git-949a2d9
.....
Program received signal SIGSEGV, Segmentation fault.
0x00007fffe4dd294c in ?? () from /usr/lib64/libQtGui.so.4
I have compiled yade with the QT5=ON option BUT the program is still looking at the /usr/lib64/libQtGui.so.4 which is linked to the QT4 version!
I think that is a problem inside the cmake script ?
indeed the /usr/lib64/libQt5Gui.so.5 and the /usr/lib64/libQt5Gui.so.4
are both present in the computer.
So I moved down to QT4 and the yade program is running well!
--
You received this question notification because your team yade-users is
an answer contact for Yade.