[Interest] QCoreApplication crashes

Tamás Nagy tamas.nagy.001 at gmail.com
Mon Oct 20 07:12:58 CEST 2014


Hi

#include <QtCore>

//#include <qtconcurrentrun.h>

#include <QThread>

#include <QList>

#include <QObject>

#include <QException>


#include <iostream>


#include "inputthread.h"

#include "multiplierthread.h"

#include "myobject.h"


using namespace std;


int main(int argc, char *argv[])

{
        QCoreApplication a(argc, argv);
    return a.exec();
}







0x770a000c cc int3
0x770a000d  <+0x0001>        c3              ret
0x770a000e  <+0x0002>        90              nop
0x770a000f  <+0x0003>        90              nop
0x770a0010  <+0x0004>        8b 4c 24 04     mov    0x4(%esp),%ecx
0x770a0014  <+0x0008>        f6 41 04 06     testb  $0x6,0x4(%ecx)
0x770a0018  <+0x000c>        74 05           je     0x770a001f
<ntdll!DbgBreakPoint+19>
0x770a001a  <+0x000e>        e8 a1 1d 01 00  call   0x770b1dc0
<ntdll!ZwTestAlert>
0x770a001f  <+0x0013>        b8 01 00 00 00  mov    $0x1,%eax
0x770a0024  <+0x0018>        c2 10 00        ret    $0x10
0x770a0027  <+0x001b>        90              nop"



More information about the Interest mailing list