yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #11255
[Bug 1368978] Re: Segmentation fault (core dumped) with vtkrecorder
Confirmed. Thanks for reporting. A bug in VtkRecorder it seems.
Any hint on which recording (in recorders=['all']) is causing the segfault would be welcome.
Note: not all scripts crash on recorders=['all'].
** Changed in: yade
Status: New => Confirmed
--
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 Yet Another Dynamic Engine:
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