| Summary: | Please tag a new release | ||
|---|---|---|---|
| Product: | [Applications] trojita | Reporter: | Tobias Leupold <tl> |
| Component: | Other | Assignee: | Trojita default assignee <trojita-bugs> |
| Status: | RESOLVED UNMAINTAINED | ||
| Severity: | normal | CC: | alecm, asturm, peterl, tl |
| Priority: | NOR | ||
| Version First Reported In: | git | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Tobias Leupold
2019-10-18 23:21:11 UTC
+1 considering recent CVEs. +1 The lastest version available on gentoo (v0.7) currently crashes when opening an attachment. Happens everytime, with this backtrace:
Thread 1 "trojita" received signal SIGSEGV, Segmentation fault.
0x00007ffff30e76e9 in QNetworkRequest::attribute(QNetworkRequest::Attribute, QVariant const&) const
() from /usr/lib64/libQt5Network.so.5
st () at /usr/lib64/libQt5Network.so.5
#1 0x00007ffff30d3e64 in () at /usr/lib64/libQt5Network.so.5
#2 0x00007ffff2175df5 in () at /usr/lib64/libQt5Core.so.5
#3 0x0000555555712699 in ()
#4 0x00007ffff2175df5 in () at /usr/lib64/libQt5Core.so.5
#5 0x00007ffff20f1aac in QAbstractItemModel::dataChanged(QModelIndex const&, QModelIndex const&, QVector<int> const&) () at /usr/lib64/libQt5Core.so.5
#6 0x000055555569e922 in ()
#7 0x00007ffff2175df5 in () at /usr/lib64/libQt5Core.so.5
#8 0x00007ffff20f1aac in QAbstractItemModel::dataChanged(QModelIndex const&, QModelIndex const&, QVector<int> const&) () at /usr/lib64/libQt5Core.so.5
#9 0x000055555573a060 in ()
#10 0x000055555578be0e in ()
#11 0x0000555555740244 in ()
#12 0x00007ffff216dd5c in QObject::event(QEvent*) () at /usr/lib64/libQt5Core.so.5
#13 0x00007ffff2b3dd7f in QApplicationPrivate::notify_helper(QObject*, QEvent*) ()
at /usr/lib64/libQt5Widgets.so.5
#14 0x00007ffff2b46a30 in QApplication::notify(QObject*, QEvent*) ()
at /usr/lib64/libQt5Widgets.so.5
#15 0x00007ffff2142307 in QCoreApplication::notifyInternal2(QObject*, QEvent*) ()
at /usr/lib64/libQt5Core.so.5
#16 0x00007ffff2144e30 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) ()
at /usr/lib64/libQt5Core.so.5
#17 0x00007ffff2197c73 in () at /usr/lib64/libQt5Core.so.5
#18 0x00007ffff0158867 in g_main_context_dispatch () at /usr/lib64/libglib-2.0.so.0
#19 0x00007ffff0158af0 in () at /usr/lib64/libglib-2.0.so.0
#20 0x00007ffff0158b7f in g_main_context_iteration () at /usr/lib64/libglib-2.0.so.0
#21 0x00007ffff2197a1d in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)
() at /usr/lib64/libQt5Core.so.5
#22 0x00007ffff2141133 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) ()
at /usr/lib64/libQt5Core.so.5
#23 0x00007ffff2149090 in QCoreApplication::exec() () at /usr/lib64/libQt5Core.so.5
#24 0x00005555555e7296 in ()
#25 0x00007ffff1962d0b in __libc_start_main () at /lib64/libc.so.6
#26 0x00005555555e8dda in _start ()
I built current git master to have a debug enabled version for a better backtrace. Git master does not crash.
Please tag a new release ... at least a bugfix one.
Trojitá is no longer maintained, please switch to a maintained alternative like https://apps.kde.org/kmail2/ Sorry for the inconveniences. |