On 20. Oct 2010, at 15:00, Martin Lambers wrote: > I cannot find this message. Attached is the Equalizer log. After the > last line, the program enters Config::init() and is then killed without > further messages.
*If* you have a debug build it should appear, otherwise you dispatch table has been destroyed by a memory corruption. In fact, the command has already been dispatched to the proper command queue, and is now being executed on the 'receiving' thread, but the method registered to the command is an invalid. Please run the program in a debugger and examine the command and Dispatcher::_vTable. Cheers, Stefan. _______________________________________________ eq-dev mailing list [email protected] http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev http://www.equalizergraphics.com

