yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #03162
[Bug 512223] [NEW] r1990 segmentation fault
Public bug reported:
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
** Affects: yade
Importance: Undecided
Status: New
--
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