On Thu, Nov 27, 2008 at 5:02 AM, Paul Pocock <[EMAIL PROTECTED]> wrote: > I get 4 threads initialized and they just seem to wait > > stacktrace: > > > #0 0xffffe410 in __kernel_vsyscall () > #1 0xb7dc27e6 in pthread_cond_wait@@GLIBC_2.3.2 () > from /lib/libpthread.so.0 > #2 0x08063aba in eq::Node::waitInitialized () > #3 0xb7eabbc4 in eq::Node::_cmdConfigInit () > from /usr/local/lib/libeq.so > #4 0xb7e84d4d in eq::net::Session::_invokeObjectCommand () > from /usr/local/lib/libeq.so > #5 0xb7e6bcc2 in eq::net::Node::invokeCommand () > from /usr/local/lib/libeq.so > #6 0xb7e955ce in eq::Client::invokeCommand () > from /usr/local/lib/libeq.so > #7 0xb7e9422f in eq::Client::processCommand () > from /usr/local/lib/libeq.so > #8 0xb7e9c4e8 in eq::Config::_startInit () from /usr/local/lib/libeq.so > #9 0x0805ef89 in eqPly::Config::init () > #10 0x0806161b in eqPly::Application::run () > #11 0x08062d15 in main () > > > I can get eqHello running without any problem, I have tried the other > configuration - as per EqualizerGuide-1.pdf with --model rockerArm.ply > and using 2-window.eqc config but no luck getting it to run. > > Any ideas what might be happening here ?
Are you sure your library version matches your executable version? Something seems very fishy, because eq::Node::_cmdConfigInit never calls eq::Node::waitInitialized - the latter is only called by the pipe threads to synchronize their configInit(). Btw, if you report bugs please give the stack trace from all threads (use thread #n to switch), preferably with debug symbols. Cheers, Stefan. _______________________________________________ eq-dev mailing list [email protected] http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev http://www.equalizergraphics.com

