Comment 1 by Andreas Kemnade, Mar 2, 2018
Experimenting with breakpoints yields to the following thing. Maybe an issue with threading e.g. two threads clean up the same thing? > (gdb) cont > Continuing. > > Program received signal SIGSEGV, Segmentation fault. > QSmoothListPrivate::removeItems (this=0xa96, start=start@entry=0, > end=end@entry=0) > at /home/qtbuild/qtmoko/src/libraries/qtopia/qsmoothlist.cpp:942 > 942 in /home/qtbuild/qtmoko/src/libraries/qtopia/qsmoothlist.cpp > (gdb) bt > #0 QSmoothListPrivate::removeItems (this=0xa96, start=start@entry=0, > end=end@entry=0) > at /home/qtbuild/qtmoko/src/libraries/qtopia/qsmoothlist.cpp:942 > #1 0xb6a988c8 in QSmoothList::rowsRemoved (this=0x63d650, index=..., > first=<optimized out>, last=<optimized out>) > at /home/qtbuild/qtmoko/src/libraries/qtopia/qsmoothlist.cpp:3426 > #2 0xb5abb7b0 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /opt/qtmoko/lib/libQtCore.so.4 > #3 0xb5b07880 in QAbstractItemModel::rowsRemoved(QModelIndex const&, int, int) > () from /opt/qtmoko/lib/libQtCore.so.4 > #4 0xb5aa22c0 in QAbstractItemModel::endRemoveRows() () > from /opt/qtmoko/lib/libQtCore.so.4 > #5 0xb5abb7b0 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /opt/qtmoko/lib/libQtCore.so.4 > #6 0xb5abb7b0 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /opt/qtmoko/lib/libQtCore.so.4 > #7 0xb6ac1e48 in QSqlContentSetEngine::qt_static_metacall ( > _o=<optimized out>, _id=<optimized out>, _a=<optimized out>, > _c=<optimized out>) > at /home/qtbuild/build-gta04/src/libraries/qtopia/.moc/moc_qsqlcontentse tengine_p.cpp:68 > #8 0xb5ab958c in QObject::event(QEvent*) () > from /opt/qtmoko/lib/libQtCore.so.4 > ---Type <return> to continue, or q <return> to quit--- > #9 0xb5e8775c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () > from /opt/qtmoko/lib/libQtGui.so.4 > #10 0xb5e8d8a0 in QApplication::notify(QObject*, QEvent*) () > from /opt/qtmoko/lib/libQtGui.so.4 > Cannot access memory at address 0x0 > #11 0xb6af8000 in ?? () from /opt/qtmoko/lib/libqtopia.so.4 > Cannot access memory at address 0x0 > Backtrace stopped: previous frame identical to this frame (corrupt stack?) >
Sign in to reply to this comment.
Reported by Nikolaus Schaller, Mar 1, 2018