HI Julien, On 6 July 2016 at 02:33, Julien Valentin <[email protected]> wrote: > I don't know which way you want to test the script so I attached the sample > that uses it.
Thanks. Using your test example I've been able to recreate the crash and home in on what parts are failing, ClassInterface::getProperty(Group, UpdateCallback) is definitely the failure point. I haven't got further yet, but given you've found a modification to the serializer fixes the issue it's likely that once I dig further an issue with casting an object that uses virtual inheritance. I'd prefer to avoid having a dynamic_cast<> on every get() as they are very expensive, and only certain classes will require it. I suspect we'll need to look at having extra controls in the serializers to handle objects that use virtual inheritance. Robert. _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
