yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #05743
Re: [Bug 640401] Re: Yade-qt4 does not launch
As I already made it before, I suppressed today my source folder, the
build folder and the YADE folder. Then I made a new checkout, and
launched scons version=trunk PREFIX=/home/3S-LAB/jduriez/YADE optimize=1
features=gts,vtk,opengl,openmp,log4cxx,qt4
And I still get this segmentation fault :
(gdb) run /home/3S-LAB/jduriez/YADE/bin/yade-trunk
Starting program: /usr/bin/python /home/3S-LAB/jduriez/YADE/bin/yade-trunk
[Thread debugging using libthread_db enabled]
Welcome to Yade bzr2447
Program received signal SIGSEGV, Segmentation fault.
0x0324f9aa in ?? () from /usr/lib/libqt-mt.so.3
(By the way, it is strange for me that I get these info after a debug =
false compilation ??)
I have maybe to let notice that, since the beginning, I could not launch
scons -c :
http://www.mail-archive.com/yade-users@xxxxxxxxxxxxxxxxxxx/msg02441.html
Thanks,
Jerome
--
Yade-qt4 does not launch
https://bugs.launchpad.net/bugs/640401
You received this bug notification because you are a member of Yade
developers, which is subscribed to Yade.
Status in Yet Another Dynamic Engine: Incomplete
Bug description:
Since updates executed on 15/09/10, (from a long-time non updated state), I can not launch yade with qt4.
If I compile with
PREFIX = '/home/3S-LAB/jduriez/YADE'
exclude = 'none'
features = 'gts,log4cxx,opengl,openmp,qt4,vtk'
version = 'trunk'
CXXFLAGS = []
SHCCFLAGS = ['-fPIC']
I get a segmentation fault at the launch :
jduriez@c1solimara-l:~/YADE/bin$ ./yade-trunk
Welcome to Yade bzr2438
Erreur de segmentation
Whereas, if I compile with :
PREFIX = '/home/3S-LAB/jduriez/YADE'
exclude = 'none'
features = 'gts,log4cxx,opengl,openmp,vtk'
version = 'trunk'
CXXFLAGS = []
SHCCFLAGS = ['-fPIC']
I have no problem:
jduriez@c1solimara-l:~/YADE/bin$ ./yade-trunk-ssqt4
Welcome to Yade bzr2438
TCP python prompt on localhost:9000, auth cookie `aukesy'
XMLRPC info provider on http://localhost:21000
[[ ^L clears screen, ^U kills line. F8 plot. ]]
Yade [1]:
I'll try to compile on debug mode to have more information (not sure it is possible on my PC)
Follow ups
References