Results 1 to 2 of 2

Thread: Qt exec bug

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2012
    Location
    china
    Posts
    54
    Thanks
    2
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Qt exec bug

    #0 0x00007f9884cf09f4 in ?? () from /usr/lib64/libQtCore.so.4
    #1 0x00007f9884cbe582 in QBasicTimer::stop() () from /usr/lib64/libQtCore.so.4
    #2 0x00007f9884cbe5b1 in QBasicTimer::start(int, QObject*) () from /usr/lib64/libQtCore.so.4
    #3 0x00007f98851fb904 in QApplication::notify(QObject*, QEvent*) () from /usr/lib64/libQtGui.so.4
    #4 0x00007f9884cbf73e in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib64/libQtCore.so.4
    #5 0x00007f98851f658b in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool) () from /usr/lib64/libQtGui.so.4
    #6 0x00007f9885270bd4 in ?? () from /usr/lib64/libQtGui.so.4
    #7 0x00007f988526f961 in QApplication::x11ProcessEvent(_XEvent*) () from /usr/lib64/libQtGui.so.4
    #8 0x00007f9885295c32 in ?? () from /usr/lib64/libQtGui.so.4
    #9 0x00007f9882c2f3b5 in g_main_context_dispatch () from /usr/lib64/libglib-2.0.so.0
    #10 0x00007f9882c2f6e8 in ?? () from /usr/lib64/libglib-2.0.so.0
    #11 0x00007f9882c2f7a4 in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0
    #12 0x00007f9884ced936 in QEventDispatcherGlib:rocessEvents(QFlags<QEventLoop::ProcessEventsFlag> ) ()
    from /usr/lib64/libQtCore.so.4
    #13 0x00007f98852958ae in ?? () from /usr/lib64/libQtGui.so.4
    #14 0x00007f9884cbe73f in QEventLoop:rocessEvents(QFlags<QEventLoop::ProcessEventsFlag> ) ()
    from /usr/lib64/libQtCore.so.4
    #15 0x00007f9884cbe9c8 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsF lag>) ()
    from /usr/lib64/libQtCore.so.4
    #16 0x00007f9884cc33a8 in QCoreApplication::exec() () from /usr/lib64/libQtCore.so.4
    #17 0x000000000043514a in main (argc=6, argv=0x7fff11f9c878)


    I don't know why?

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Qt exec bug

    Where do you see a bug here?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. WA_DeleteOnClose and exec()
    By Wasabi in forum Newbie
    Replies: 6
    Last Post: 7th August 2011, 05:54
  2. Crash on QApplication::exec()
    By Nivek in forum Qt Programming
    Replies: 13
    Last Post: 6th April 2011, 22:18
  3. QDialog problem with exec()
    By nomadscarecrow in forum Qt Programming
    Replies: 3
    Last Post: 23rd April 2010, 18:40
  4. app.exec() never returns?
    By stealth86 in forum Qt Programming
    Replies: 3
    Last Post: 17th July 2007, 18:41
  5. How to use QThread::exec()
    By intensifi in forum Qt Programming
    Replies: 4
    Last Post: 10th February 2006, 16:00

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.