~/paste/1088
~/paste/1088
~/paste/1088

  1. (gdb) r -qws
  2. [..]
  3. [Thread 0x41e4c470 (LWP 3187) exited]
  4. 0 (LWP 3192) exited]
  5.                     [Thread 0x44e4c470 (LWP 3193) exited]
  6.  
  7. Program received signal SIGSEGV, Segmentation fault.
  8. [Switching to Thread 0x400225c0 (LWP 3186)]
  9. 0x4080cd54 in QHash<unsigned long long, QRenderRule>::operator[] ()
  10.    from /usr/lib/libQtGui.so.4
  11. (gdb) thread apply all bt
  12. Thread 1 (Thread 0x400225c0 (LWP 3186)):
  13. #0  0x4080cd54 in QHash<unsigned long long, QRenderRule>::operator[] ()
  14.    from /usr/lib/libQtGui.so.4
  15. #1  0x407f5ea8 in QStyleSheetStyle::renderRule () from /usr/lib/libQtGui.so.4
  16. #2  0x40808b10 in QStyleSheetStyle::polish () from /usr/lib/libQtGui.so.4
  17. #3  0x0003d46c in CPToolButtonWidget::set_tool_button_state ()
  18. #4  0x00031dd8 in CPMainMenuWidget::phone_state_disabled ()
  19. #5  0x4109943c in QMetaObject::activate () from /usr/lib/libQtCore.so.4
  20. #6  0x4109e3a8 in QObject::event () from /usr/lib/libQtCore.so.4
  21. #7  0x404bda70 in QApplicationPrivate::notify_helper ()
  22.    from /usr/lib/libQtGui.so.4
  23. #8  0x404c4ee0 in QApplication::notify () from /usr/lib/libQtGui.so.4
  24. #9  0x4108175c in QCoreApplication::notifyInternal ()
  25.    from /usr/lib/libQtCore.so.4
  26. #10 0x410b88d8 in QTimerInfoList::activateTimers ()
  27.    from /usr/lib/libQtCore.so.4
  28. #11 0x410b997c in QEventDispatcherUNIX::processEvents ()
  29. ---Type <return> to continue, or q <return> to quit---
  30.    from /usr/lib/libQtCore.so.4
  31. #12 0x4053b670 in QEventDispatcherQWS::processEvents ()
  32.    from /usr/lib/libQtGui.so.4
  33. #13 0x4107fa78 in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4
  34. #14 0x4107fd58 in QEventLoop::exec () from /usr/lib/libQtCore.so.4
  35. #15 0x41085ec8 in QCoreApplication::exec () from /usr/lib/libQtCore.so.4
  36. #16 0x0001993c in main ()
  37. (gdb)
Language: make
Posted by Anonymous at 16 Apr 2012, 03:27:05 UTC