On 16. Jul 2013, at 15:40, User_FR [via Software] <[email protected]> wrote:
> I cant give more info than this... > > // Equalizer Includes > #include "eq/eq.h" > > class OAE : public QMainWindow, eq::Client > .... > > ->> I get the heap error....a kind of : > > "Eine Ausnahme (erste Chance) bei 0xffffffff in OAE.exe: 0xC0000005: Access > violation. > Eine Ausnahme (erste Chance) bei 0xffffffff in OAE.exe: 0xC0000005: Access > violation. > Unbehandelte Ausnahme bei 0xffffffff in OAE.exe: 0xC0000005: Access > violation." > > ..when i shut down my app. The failure happens when my destructor was > processed. > > i use the equalizer version 1.2.0 That doesn't contain any information other then that you've got a segfault in your destruction code. If you've got no other tools to track this down, strip down your example until it stop crashing and then try to figure it out from there. Cheers, Stefan. -- http://www.eyescale.ch https://github.com/Eyescale/ http://www.linkedin.com/in/eilemann -- View this message in context: http://software.1713.n2.nabble.com/inherit-from-eq-Client-comes-to-heap-error-tp7583421p7583616.html Sent from the Equalizer - Parallel Rendering mailing list archive at Nabble.com. _______________________________________________ eq-dev mailing list [email protected] http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev http://www.equalizergraphics.com

