Hello Stefan!

Thanks for your help!

On 20/10/10 13:23, Stefan Eilemann wrote:
> Somehow the command dispatch is broken. Each packet has a command ID
> (net::Packet::command), for which a requestHandler (C++ method) is
> registered. Either your packet.command or your dispatch table is
> broken.
> 
> Are you sure the correct equalizer lib is linked (attn name change to
> libEqualizer)?

Yes, this is correct (as shown by ldd), and LD_LIBRARY_PATH also points
to the right libEqualizerServer.so.

> If yes, can you look at the command and dispatch table in a debugger?
> Using a debug build should also give you an assertion earlier with
> some diagnostic message.

I first tried to see more diagnostic messages by setting EQ_LOG_LEVEL
to VERB or ALL, but this causes the program to crash at seemingly random
points with the message "Aborted" or "Killed" before I hit the original
problem.

This also happens to eqHello:
$ EQ_LOG_LEVEL=INFO ./eqHello
works, but
$ EQ_LOG_LEVEL=VERB ./eqHello
and
$ EQ_LOG_LEVEL=ALL ./eqHello
both crash.

I have no idea what causes this; valgrind does not report any abnormal
termination.

Martin
-- 
Computer Graphics and Multimedia Systems Group
University of Siegen, Germany
http://www.cg.informatik.uni-siegen.de/

_______________________________________________
eq-dev mailing list
[email protected]
http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev
http://www.equalizergraphics.com

Reply via email to