yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #13249
[Bug 1368978] Re: Segmentation fault (core dumped) with vtkrecorder
I tried all the base and generic recorders individally in 3d
postprocessing example. Only the ’stress’ recorder (I used it with
’sphere’ recorder) caused segfault for me.
--
You received this bug notification because you are a member of Yade
developers, which is subscribed to Yade.
https://bugs.launchpad.net/bugs/1368978
Title:
Segmentation fault (core dumped) with vtkrecorder
Status in Yade:
Confirmed
Bug description:
I am using Yadedaily : Yade 1.10.0-72-d9ab58c~precise
I have this error :
Running script 03-oedometric-test.py
ERROR /tmp/buildd/yadedaily-1.10.0-72-d9ab58c~precise/pkg/common/GravityEngines.cpp:19 action: GravityEngine is deprecated, consider using Newton::gravity instead (unless gravitational energy has to be tracked - not implemented with the newton attribute).
Segmentation fault (core dumped)
when I add this line :
VTKRecorder(fileName='3d-vtk-',recorders=['all'],iterPeriod=100),
in the program 03-oedometric-test.py (/trunk/doc/sphinx/tutorial/) or
in other script.
I have the same error with this :
Yade [1]: import os,signal
Yade [2]: os.kill(os.getpid(),signal.SIGSEGV)
Segmentation fault (core dumped)
Thanks
To manage notifications about this bug go to:
https://bugs.launchpad.net/yade/+bug/1368978/+subscriptions
References