yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #00236
Re: glutInit() problem.
Ye Yonggeng said: (by the date of Mon, 26 Jun 2006 19:42:31 +0200)
> The code you send to me works well, and all the glviewer examples works
> well. That means there is no problem about 3D rendering in my computer.
>
> And I can launch the window "Simulation player". :), ha, now I don't
> know whether it uses the same codes as the "new simulation" when it is
> launched.
Does Preprocessor->File Generator work? The result should be a file
/data/scene.xml with something inside.
We need to perform some troubleshooting,
first run ./yade-scripts/setDebug
then compile yade *again* with flag -g
(make sure to execute before: make clean CXXFLAGS='...' INSTALLDIR='..' PREFIX_DIR='...')
like this:
CXXFLAGS='-g'
if you used any other flags inside CXXFLAGS then use them as well,
separated by spaces. (for example: CXXFLAGS='-pthread -lpthread -g')
now when it is compiled, just before starting yade type:
ulimit -c unlimited
./yade
when it crashes you will have a huge core file. run:
gdb ./yade ./core
gdb will start, then type this command:
bt
It will produce a backtrace of the crash, with line numbers. Send it
here, so I can see it.
--
Janek Kozicki |
_______________________________________________
Yade-users mailing list
Yade-users@xxxxxxxxxxxxxxxx
http://lists.berlios.de/mailman/listinfo/yade-users
Follow ups
References
-
problem while running YADE - Segmentation Fault
From: Tal Wexler Evron, 2006-06-11
-
Re: problem while running YADE - Segmentation Fault
From: Janek Kozicki, 2006-06-12
-
Re: problem while running YADE - Segmentation Fault
From: Tal Wexler Evron, 2006-06-22
-
Re: problem while running YADE - Segmentation Fault
From: Janek Kozicki, 2006-06-23
-
Re: problem while running YADE - Segmentation Fault
From: Tal Wexler Evron, 2006-06-25
-
Re: problem while running YADE - Segmentation Fault
From: Janek Kozicki, 2006-06-25
-
Re: problem while running YADE - Segmentation Fault
From: Ye Yonggeng, 2006-06-25
-
sparse_matrix :)
From: Janek Kozicki, 2006-06-25
-
problem while running YADE - Segmentation Fault
From: Ye Yonggeng, 2006-06-26
-
Re: glutInit() problem.
From: Janek Kozicki, 2006-06-26
-
Re: glutInit() problem.
From: Ye Yonggeng, 2006-06-26
-
Re: glutInit() problem.
From: Janek Kozicki, 2006-06-26
-
Re: glutInit() problem.
From: Ye Yonggeng, 2006-06-26