SUMMARY kdeconnect-sms works as expected for two party messaging. Attempts to interact with a group SMS chat (4 members) produce a segmentation fault and kdeconnect-sms will crash. STEPS TO REPRODUCE 1. Select SMS Messages from the menu 2. Select a group conversation to interact with 3. Attempt to interact through the group SMS chat OBSERVED RESULT kdeconnect-sms will invariably seg fault EXPECTED RESULT kdeconnect-sms will allow browsing and replies to a group SMS message chat SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: Arch Linux (available in About System) KDE Plasma Version: 5.20.4 KDE Frameworks Version: 5.77.0 Qt Version: 5.15.2 ADDITIONAL INFORMATION Thread 1 "kdeconnect-sms" received signal SIGSEGV, Segmentation fault. 0x0000555555569e85 in ?? () (gdb) backtrace #0 0x0000555555569e85 in ?? () #1 0x000055555556a8ed in ?? () #2 0x00007ffff643de10 in ?? () from /usr/lib/libQt5Core.so.5 #3 0x00007ffff7f84ba1 in ?? () from /usr/lib/libkdeconnectinterfaces.so.20 #4 0x00007ffff7f85063 in ?? () from /usr/lib/libkdeconnectinterfaces.so.20 #5 0x00007ffff71f4066 in ?? () from /usr/lib/libQt5DBus.so.5 #6 0x00007ffff6433582 in QObject::event(QEvent*) () from /usr/lib/libQt5Core.so.5 #7 0x00007ffff73b3752 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5 #8 0x00007ffff6406a7a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5 #9 0x00007ffff6409573 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/lib/libQt5Core.so.5 #10 0x00007ffff64600a4 in ?? () from /usr/lib/libQt5Core.so.5 #11 0x00007ffff4e47a84 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 #12 0x00007ffff4e9b9b1 in ?? () from /usr/lib/libglib-2.0.so.0 #13 0x00007ffff4e462b1 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0 #14 0x00007ffff645f6e1 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5 #15 0x00007ffff64053fc in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5 #16 0x00007ffff640d894 in QCoreApplication::exec() () from /usr/lib/libQt5Core.so.5 #17 0x000055555556014e in ?? () #18 0x00007ffff5dd1152 in __libc_start_main () from /usr/lib/libc.so.6 #19 0x000055555556062e in _start ()
I get a similar segfault every time I try to use kdeconnect-sms to access a conversation that includes an MMS. Group messages are often sent as MMS messages, so this might be the same bug. I'm doing this on kdeconnect-sms 21.08.3 on Manjaro on my computer, and version 1.18.1 on LineageOS 18.1 on my phone. (In reply to J.S. Ling from comment #0) > SUMMARY > kdeconnect-sms works as expected for two party messaging. Attempts to > interact with a group SMS chat (4 members) produce a segmentation fault and > kdeconnect-sms will crash. > > STEPS TO REPRODUCE > 1. Select SMS Messages from the menu > 2. Select a group conversation to interact with > 3. Attempt to interact through the group SMS chat > > OBSERVED RESULT > kdeconnect-sms will invariably seg fault > > EXPECTED RESULT > kdeconnect-sms will allow browsing and replies to a group SMS message chat > > SOFTWARE/OS VERSIONS > Windows: > macOS: > Linux/KDE Plasma: Arch Linux > (available in About System) > KDE Plasma Version: 5.20.4 > KDE Frameworks Version: 5.77.0 > Qt Version: 5.15.2 > > ADDITIONAL INFORMATION > Thread 1 "kdeconnect-sms" received signal SIGSEGV, Segmentation fault. > 0x0000555555569e85 in ?? () > (gdb) backtrace > #0 0x0000555555569e85 in ?? () > #1 0x000055555556a8ed in ?? () > #2 0x00007ffff643de10 in ?? () from /usr/lib/libQt5Core.so.5 > #3 0x00007ffff7f84ba1 in ?? () from /usr/lib/libkdeconnectinterfaces.so.20 > #4 0x00007ffff7f85063 in ?? () from /usr/lib/libkdeconnectinterfaces.so.20 > #5 0x00007ffff71f4066 in ?? () from /usr/lib/libQt5DBus.so.5 > #6 0x00007ffff6433582 in QObject::event(QEvent*) () from > /usr/lib/libQt5Core.so.5 > #7 0x00007ffff73b3752 in QApplicationPrivate::notify_helper(QObject*, > QEvent*) () > from /usr/lib/libQt5Widgets.so.5 > #8 0x00007ffff6406a7a in QCoreApplication::notifyInternal2(QObject*, > QEvent*) () > from /usr/lib/libQt5Core.so.5 > #9 0x00007ffff6409573 in > QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () > from /usr/lib/libQt5Core.so.5 > #10 0x00007ffff64600a4 in ?? () from /usr/lib/libQt5Core.so.5 > #11 0x00007ffff4e47a84 in g_main_context_dispatch () from > /usr/lib/libglib-2.0.so.0 > #12 0x00007ffff4e9b9b1 in ?? () from /usr/lib/libglib-2.0.so.0 > #13 0x00007ffff4e462b1 in g_main_context_iteration () from > /usr/lib/libglib-2.0.so.0 > #14 0x00007ffff645f6e1 in > QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) > () from /usr/lib/libQt5Core.so.5 > #15 0x00007ffff64053fc in > QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () > from /usr/lib/libQt5Core.so.5 > #16 0x00007ffff640d894 in QCoreApplication::exec() () from > /usr/lib/libQt5Core.so.5 > #17 0x000055555556014e in ?? () > #18 0x00007ffff5dd1152 in __libc_start_main () from /usr/lib/libc.so.6 > #19 0x000055555556062e in _start ()