Results 1 to 7 of 7

Thread: The GUI is hang

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2014
    Posts
    20
    Thanks
    2

    Default The GUI is hang

    My program's GUI is hang(The gui is not start). I attachd it process(gdb -p pid).

    The following is backtrace.
    Qt Code:
    1. (gdb) info thread
    2. * 1 Thread 0x7f9bc495a760 (LWP 13482) 0x0000003c822f0dee in __lll_lock_wait_private ()
    3. from /lib64/libc.so.6
    4. (gdb) bt
    5. #0 0x0000003c822f0dee in __lll_lock_wait_private () from /lib64/libc.so.6
    6. #1 0x0000003c8227c138 in _L_lock_9164 () from /lib64/libc.so.6
    7. #2 0x0000003c82279a32 in malloc () from /lib64/libc.so.6
    8. #3 0x0000003c8226fcfb in __libc_message () from /lib64/libc.so.6
    9. #4 0x0000003c82275676 in malloc_printerr () from /lib64/libc.so.6
    10. #5 0x0000003c8227ab57 in _int_realloc () from /lib64/libc.so.6
    11. #6 0x0000003c8227acb5 in realloc () from /lib64/libc.so.6
    12. #7 0x00007f9bc49f449b in QListData::realloc (this=0x11f6f38, alloc=2)
    13. at /var/tmp/qt-x11-src-4.5.1/src/corelib/tools/qlistdata.cpp:111
    14. #8 0x00007f9bc49f4569 in QListData::append (this=0x11f6f38)
    15. at /var/tmp/qt-x11-src-4.5.1/src/corelib/tools/qlistdata.cpp:131
    16. #9 0x00007f9bc4ad4a5b in QList<QObjectPrivate::Connection>::append (this=0x11f6f38, t=...)
    17. at ../../include/QtCore/../../src/corelib/tools/qlist.h:426
    18. #10 0x00007f9bc4accd9c in QObjectPrivate::addConnection (this=0x11f5cc0, signal=11, c=0x7fff2cf9d2e0)
    19. at /var/tmp/qt-x11-src-4.5.1/src/corelib/kernel/qobject.cpp:277
    20. #11 0x00007f9bc4acd8c4 in QMetaObject::connect (sender=0x11f5c30, signal_index=11, receiver=
    21. 0x11f6460, method_index=29, type=1, types=0x0)
    22. at /var/tmp/qt-x11-src-4.5.1/src/corelib/kernel/qobject.cpp:2808
    23. #12 0x00007f9bc4acf8f6 in QObject::connect (sender=0x11f5c30, signal=<value optimized out>, receiver=
    24. 0x11f6460, method=<value optimized out>, type=4294966784)
    25. at /var/tmp/qt-x11-src-4.5.1/src/corelib/kernel/qobject.cpp:2545
    26. #13 0x000000000040cdde in main (argc=1, argv=0x7fff2cf9d5f8) at paramon.cpp:28
    To copy to clipboard, switch view to plain text mode 

    The main.cpp:28 is "QObject::connect(render,SIGNAL(renderedPixmap(con st QImage &)),canvas,SLOT(updatePixmap(const QImage &)),Qt:irectConnection);".

    Any help will be appreciated.
    Last edited by ugiwgh; 5th November 2014 at 07:00.

Similar Threads

  1. Every Qt app in WinXP - 'blocked' input?
    By aabbaa in forum Newbie
    Replies: 3
    Last Post: 10th November 2012, 06:58
  2. GUI application as DLL. Repaint is blocked.
    By Grinchman in forum Qt Programming
    Replies: 11
    Last Post: 8th June 2011, 07:28
  3. GUI blocked
    By Astrologer in forum Qwt
    Replies: 1
    Last Post: 24th June 2010, 14:07
  4. how blocked center in QGraphicsScene
    By estel in forum Newbie
    Replies: 3
    Last Post: 20th March 2010, 10:11
  5. GUI thread blocked using QThread.
    By summer_of_69 in forum Qt Programming
    Replies: 11
    Last Post: 18th May 2009, 09:43

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.