yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #06203
[Bug 676037] Re: yade crash at startup if chunksize=1, cause in cylinder.cpp
** Branch linked: lp:yade
--
yade crash at startup if chunksize=1, cause in cylinder.cpp
https://bugs.launchpad.net/bugs/676037
You received this bug notification because you are a member of Yade
developers, which is subscribed to Yade.
Status in Yet Another Dynamic Engine: Fix Released
Bug description:
When I compile per-plugin, I get this vtable problem.
Could it be because I'm declaring and inheriting in the same hpp?
I tried different things (like defining virtual destructors in class declaration) but couldn't fix it.
I couldn't really spot differences with other functors declarations.
Any suggestion?
bchareyre@dt-rv020:~/yade/bin$ ./yade-true-perclass
Welcome to Yade bzr2554
2 FATAL yade.Omega /home/3S-LAB/bchareyre/yade/yade/core/Omega.cpp:204
loadPlugins:
/home/3S-LAB/bchareyre/yade/lib/yade-true-perclass/plugins/libCylinder.so:
undefined symbol `vtable for IGeomFunctor'
2 FATAL yade.Omega /home/3S-LAB/bchareyre/yade/yade/core/Omega.cpp:204
loadPlugins:
/home/3S-LAB/bchareyre/yade/lib/yade-true-perclass/plugins/libCylinder.so:
/home/3S-LAB/bchareyre/yade/lib/yade-true-perclass/plugins/libCylinder.so:
undefined symbol: _ZTV12IGeomFunctor
2 FATAL yade.Omega /home/3S-LAB/bchareyre/yade/yade/core/Omega.cpp:204
loadPlugins: Bailing out.
Aborted
References