-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
5.2.0
-
None
-
Ubuntu 12.04 - Linux 3.4.6. GCC 4.6.3. QT 5.2.0
The inferior stopped because it received a signal from the Operating System.
Signal name: SIG34 Signal meaning: Real-time event 34.
The error is shown at
QApplication a;
a.exec();
trace shows the Processevents function of QApplication.
Same code works in windows.