← Back to team overview

yade-dev team mailing list archive

[Bug 512223] Re: r1990 segmentation fault

 

Looks similar to bug #416335 in yade, i.e. duplicate of bug #457688; can
you try the solution proposed there (boost::python from ppa)? Is your
karmic(or other version?) installation up-to-date? My computer runs
karmic and I have not this issue.

Besides, the double registration of OpenGLRenderingEngine and
Srializable suggests there might be old module being loaded, is your
installation clean?

Cheers, Vaclav

-- 
r1990 segmentation fault
https://bugs.launchpad.net/bugs/512223
You received this bug notification because you are a member of Yade
developers, which is subscribed to Yade.

Status in Yet Another Dynamic Engine: New

Bug description:
When I start YADE, I get:

...
...
FIXME: class Wall does not register with YADE_CLASS_BASE_DOC_ATTRS yet
/home/gladk/dem/yade/test3/build/lib/yade-test2/py/yade/__init__.py:51: RuntimeWarning: to-Python converter for boost::shared_ptr<OpenGLRenderingEngine> already registered; second conversion method ignored.
  boot.initialize(plugins)
/home/gladk/dem/yade/test3/build/lib/yade-test2/py/yade/__init__.py:51: RuntimeWarning: to-Python converter for boost::shared_ptr<CpmPhys> already registered; second conversion method ignored.
  boot.initialize(plugins)
Traceback (most recent call last):
  File "./../bin/yade-test2", line 36, in <module>
    import yade
  File "/home/gladk/dem/yade/test3/build/lib/yade-test2/py/yade/__init__.py", line 52, in <module>
    import system
AttributeError: 'Boost.Python.StaticProperty' object attribute '__doc__' is read-only
Segmentation fault





Follow ups

References