← Back to team overview

yade-dev team mailing list archive

[Bug 1368978] [NEW] Segmentation fault (core dumped) with vtkrecorder

 

Public bug reported:

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

** Affects: yade
     Importance: Undecided
         Status: New

-- 
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:
  New

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


Follow ups

References