On 8. Sep 2009, at 9:46, Martin Lambers wrote: > There's probably some subtle bug in one of my classes, but I cannot > narrow it down.
Try valgrind - see README.valgrind for the command I'm using for memory leak checks. You'll see plenty of harmless uninitialized reads in Connection::write and memory leaks in X11/GLX. HTH, Stefan. -- http://www.eyescale.ch http://www.equalizergraphics.com http://www.linkedin.com/in/eilemann _______________________________________________ eq-dev mailing list [email protected] http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev http://www.equalizergraphics.com

