Hey Sebastian,

yes, the main vpbmaster job did not complete, and the osgdem subtasks aborted with an error that osgdb_source.so could not be loaded and then an access violation occured.

However, I still have another problem that might be related:

When I run VPB with --build option (i.e. no slaves) and the fix applied everything is ok now, however when I let it schedule osgdem tasks to different threads it still does not work, I get a similar behaviour as above. The thread loops exit quickly while vpbmaster itself does not finish. And when I run osgdem manually on one of the tasks created, again it tries to locate the non existing osgdb_source.so library. There is no access violation anymore, osgdem just exits with an error:

Warning: dynamic library 'osgPlugins-3.3.3/osgdb_source.so' does not exist (or isn't readable): osgPlugins-3.3.3/osgdb_source.so: cannot open shared object file: No such file or directory
DynamicLibrary::failed loading "osgPlugins-3.3.3/osgdb_source.so"
Error: unable to load source file "build_master.source"
       the file was found as "build_master.source"

I did not have time yet to look into it, hopefully on the weekend.

Greetings,
Stephan


On 22.01.2015 11:04, Sebastian Messerschmidt wrote:
I'll check it
Thanks Stephan, well spotted. Fix now merged and submitted to VPB svn/trunk.

On 21 January 2015 at 22:15, Stephan Wenglorz <[email protected] <mailto:[email protected]>> wrote:

    Hi Robert,

    attached is a fix that aligns VPB with the changes made in OSG
    trunk revision 14344. ReaderWriterOSG2 now expects the "file
    type" option to be set via Options::setPluginStringData(),
    whereas VPB still used Options::setOptionString(). This should
    fix the problem that VPBReaderWriter aborts reading of .source
    files, so OSG tries to load a non-existing osgdb_source plugin,
    as described here:

    http://forum.openscenegraph.org/viewtopic.php?t=14387

    Base is SVN VPB trunk revision 1052.

    Cheers,
    Stephan

    _______________________________________________
    osg-submissions mailing list
    [email protected]
    <mailto:[email protected]>
    
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org




_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org



_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to