Results 1 to 2 of 2

Thread: KSystemLog

  1. #1
    Join Date
    Apr 2013
    Location
    Prague
    Posts
    258
    Qt products
    Qt4
    Platforms
    Unix/X11
    Thanks
    3
    Thanked 65 Times in 59 Posts

    Default KSystemLog

    One of new features of Debian 8 (KDE) is crashing KSystemLog. The crashing is known but it seems to be rather marginalised by the Debian Big Ones.

    In Debian 7, KSystemLog never crashed. In Debian 8.0 it crashed allways, in Debian 8.1 it crashes almost allways. Sometimes, you get general log, sometimes, you can swith log using toolbar, sometimes, you can switch using menu. But you can switch only a few times, then the app crashes. The problem seems to be Qt based. Here is the backtrace:
    Qt Code:
    1. Application: KSystemlog (ksystemlog), signal: Segmentation fault
    2. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
    3. [KCrash Handler]
    4. #6 0x00007fe92c657e88 in QStandardItem::child(int, int) const () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
    5. #7 0x00007fe92c658092 in QStandardItemModel::data(QModelIndex const&, int) const () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
    6. #8 0x00007fe92c483af1 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
    7. #9 0x00007fe92c48758f in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
    8. #10 0x00007fe92cd6071c in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
    9. #11 0x00007fe92cdacc44 in QAbstractItemModel::rowsInserted(QModelIndex const&, int, int) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
    10. #12 0x00007fe92cd44aa2 in QAbstractItemModel::endInsertRows() () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
    11. #13 0x00007fe92c65a7df in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
    12. #14 0x00007fe92c488b69 in QComboBox::insertItem(int, QIcon const&, QString const&, QVariant const&) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
    13. #15 0x000000000042fcb0 in _start ()
    To copy to clipboard, switch view to plain text mode 
    Something is wrong with standard item model (not very probable, the model is used too often so that it is debugged too well) or with some Qt-KDE adaptor (I mean something like KArchive; KArchive is not guilty here of course). Can the wise ones tell more?

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts

    Default Re: KSystemLog

    If you want to debug this on your own, youll have to install the debug symbol packages for Qt and get a more telling and complete backtrace.

    Cheers,
    _

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.