Results 1 to 2 of 2

Thread: I'm confused with this crash problem

  1. #1
    Join Date
    Feb 2010
    Posts
    12
    Thanks
    1
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default I'm confused with this crash problem

    In my application, I called a Google library 's login function, it's in anotherthread, and after I get the response of login, the application seems freeze. I use gdb to get the following stack info , some body please help me know what's the meaning of it, how does it happen
    Qt Code:
    1. #0 0x414d34d4 in QMetaObject::cast(QObject*) const ()
    2. from /opt/Qt/lib/libQtCore.so.4
    3. #1 0x40891298 in QWidgetPrivate::paintBackground(QPainter*, QRegion const&, int) const () from /opt/Qt/lib/libQtGui.so.4
    4. #2 0x4089c4bc in QWidgetPrivate::drawWidget(QPaintDevice*, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) ()
    5. from /opt/Qt/lib/libQtGui.so.4
    6. #3 0x4089cd40 in QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList<QObject*> const&, int, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) () from /opt/Qt/lib/libQtGui.so.4
    7. #4 0x4089cbe4 in QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList<QObject*> const&, int, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) () from /opt/Qt/lib/libQtGui.so.4
    8. #5 0x4089cbe4 in QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList<QObject*> const&, int, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) () from /opt/Qt/lib/libQtGui.so.4
    9. #6 0x4089cbe4 in QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList<QObject*> const&, int, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) () from /opt/Qt/lib/libQtGui.so.4
    10. #7 0x4089cbe4 in QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList<QObject*> const&, int, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) () from /opt/Qt/lib/libQtGui.so.4
    11. #8 0x4089cbe4 in QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList<QObject*> const&, int, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) () from /opt/Qt/lib/libQtGui.so.4
    12. #9 0x4089cbe4 in QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList<QObject*> const&, int, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) () from /opt/Qt/lib/libQtGui.so.4
    13. #10 0x4089cbe4 in QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList<QObject*> const&, int, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) () from /opt/Qt/lib/libQtGui.so.4
    14. #11 0x4089cbe4 in QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList<QObject*> const&, int, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) () from /opt/Qt/lib/libQtGui.so.4
    15. #12 0x4089cbe4 in QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList<QObject*> const&, int, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) () from /opt/Qt/lib/libQtGui.so.4
    16. #13 0x4089cbe4 in QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList<QObject*> const&, int, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) () from /opt/Qt/lib/libQtGui.so.4
    17. #14 0x4089c1f4 in QWidgetPrivate::drawWidget(QPaintDevice*, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) ()
    18. from /opt/Qt/lib/libQtGui.so.4
    19. #15 0x40a9e040 in QWidgetBackingStore::sync() ()
    20. from /opt/Qt/lib/libQtGui.so.4
    21. #16 0x4088ccd4 in QWidgetPrivate::syncBackingStore() ()
    22. from /opt/Qt/lib/libQtGui.so.4
    23. #17 0x4089de10 in QWidget::event(QEvent*) () from /opt/Qt/lib/libQtGui.so.4
    24. #18 0x40d0c270 in QFrame::event(QEvent*) () from /opt/Qt/lib/libQtGui.so.4
    25. #19 0x40d7aa04 in QStackedWidget::event(QEvent*) ()
    26. from /opt/Qt/lib/libQtGui.so.4
    27. #20 0x40839d70 in QApplicationPrivate::notify_helper(QObject*, QEvent*) ()
    28. from /opt/Qt/lib/libQtGui.so.4
    29. #21 0x4083f438 in QApplication::notify(QObject*, QEvent*) ()
    30. from /opt/Qt/lib/libQtGui.so.4
    31. #22 0x414cbd00 in QCoreApplication::notifyInternal(QObject*, QEvent*) ()
    32. from /opt/Qt/lib/libQtCore.so.4
    33. #23 0x414cd070 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /opt/Qt/lib/libQtCore.so.4
    34. #24 0x00000000 in ?? ()
    To copy to clipboard, switch view to plain text mode 

  2. #2
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: I'm confused with this crash problem

    You want us to solve your crashing problem with just a backtrace?

    We would have a better idea by reading your mind...

Similar Threads

  1. Confused in Graphics
    By qtoptus in forum Qt Programming
    Replies: 4
    Last Post: 7th April 2010, 20:29
  2. application crash problem
    By anshul in forum Newbie
    Replies: 3
    Last Post: 25th December 2009, 12:27
  3. confused about licenses ...
    By jimmybaeten in forum Installation and Deployment
    Replies: 10
    Last Post: 26th July 2009, 10:56
  4. Layouts - very confused
    By lhartzman in forum Newbie
    Replies: 3
    Last Post: 19th July 2009, 21:40
  5. confused about Qt designer 4.3
    By rishiraj in forum Qt Tools
    Replies: 1
    Last Post: 14th December 2008, 19:13

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