Hi,

can you try it with the 12ClusterServer and 13ClusterClient tutorial? If this works it looks like a problem in your app.

Andreas

Hi folks,

we have some problems here porting a single screen application to a
rendering cluster. The system consists of two render servers which
successfully establish a connection with the client. The latter inits the
scenegraph, builds the MultiDisplayWindow (incl. viewports etc.) and
enters the rendering loop. However, calling the display function stops
during calling swap()...calling the application in gdb and interrupting
via ctrl-c results in this output:

#0  0x416ba2e7 in ___newselect_nocancel () from /lib/tls/libc.so.6
#1  0x40e148a2 in osg::SocketSelection::select () from
/lab/cg2/Software/intel-linux/lib/opt/libOSGBase.so
#2  0x40e08b12 in osg::GroupSockConnection::wait () from
/lab/cg2/Software/intel-linux/lib/opt/libOSGBase.so
#3  0x4076f434 in osg::MultiDisplayWindow::clientSwap () from
/lab/cg2/Software/intel-linux/lib/opt/libOSGSystem.so
#4  0x40769a45 in osg::ClusterWindow::swap () from
/lab/cg2/Software/intel-linux/lib/opt/libOSGSystem.so
#5  0x08051ba0 in OsgClient::display () at OSGFieldContainerPtrImpl.inl:799
#6  0x40f6e5ef in fghcbDisplayWindow (window=0x8298028,
enumerator=0xbfffe140) at freeglut_main.c:209
#7  0x40f719b7 in fgEnumWindows (enumCallback=0x40f6e4f0
<fghcbDisplayWindow>, enumerator=0xbfffe140) at freeglut_structure.c:388
#8  0x40f6e95c in glutMainLoopEvent () at freeglut_main.c:251
#9  0x40f6f277 in glutMainLoop () at freeglut_main.c:1046
#10 0x08050171 in main (argc=1, argv=0xbfffe424) at VrCityMain.cpp:186

Do you have any ideas? Or do you need further output or information?

Thanks a lot,
Matthias + Eva




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to