I am having problems testing an app with cppunit 1.10.2 and qttestrunner. The app creates and shows a QT window. When I execute the test case in which the window is opened, the program crashes with either:
Segmentation fault or
XLib unexpected async reply or
pure virtual method call
Any ideas why this happens?
Regards,
Dominik
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there,
I am having problems testing an app with cppunit 1.10.2 and qttestrunner. The app creates and shows a QT window. When I execute the test case in which the window is opened, the program crashes with either:
Segmentation fault or
XLib unexpected async reply or
pure virtual method call
Any ideas why this happens?
Regards,
Dominik