![]() |
2022 01 28 Updates Break Chatty - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121) +---- Forum: Arch Linux on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=159) +---- Thread: 2022 01 28 Updates Break Chatty (/showthread.php?tid=15899) |
2022 01 28 Updates Break Chatty - mikehenson - 01-29-2022 Last night (2022 Jan 28) the rolling arch updates break chatty. I updated these apps: Code: /var/log/pacman.log Chatty was complaining that all the spelling apps were not installed. I installed these apps: Code: /var/log/pacman.log Chatty launches for about 1 minute then "Segmentation fault (core dumped)" I have a feeling that it is AccountsService the last release was 2 years ago. Any recommendations? RE: 2022 01 28 Updates Break Chatty - Danct12 - 01-29-2022 I wasn't able to reproduce this segmentation fault (with the system fully updated), is it possible for you to recompile chatty with debug symbols? RE: 2022 01 28 Updates Break Chatty - mikehenson - 01-29-2022 Thank you for the quick reply. Here is an update. To be clear, I have 2 PinePhones. 16Gig version that I use to build packages 32Gig version that I use for a daily driver. The daily driver is the one I am having issues with. =ON the 16Gig Build Phone= I tried to add "options+=(debug !strip)" to your chatty package build. Code: prepare() { It builds and installs, but I do not know where the debug information is... =One the 32Gig daily driver= I stopped the mmsd-tng service and chatty opened right up and I got a bunch of text messages. No crashing. Code: systemctl --user stop mmsd-tng So, I started the mmsd-tng service and saw under the status that I at least 5 MMS waiting. Chatty crashed. Code: systemctl --user start mmsd-tng RE: 2022 01 28 Updates Break Chatty - Danct12 - 01-30-2022 Chatty needs to be run with gdb, but I think journalctl of the crash should also give enough information. RE: 2022 01 28 Updates Break Chatty - mikehenson - 02-12-2022 I am going to mark this as solved now. I think my issue was a bunch of MMS that mmsd-tng v1.7 could not process because I was using AT&T. There was a fix included in mmsd-tng v1.8 that should work with AT&T. I did not have a chance to test this, because AT&T stopped supporting my PinePhone. I am now on Patriot Mobile (T-Mobile) and I am sending and receiving MMS with chatty v0.6.1 RE: 2022 01 28 Updates Break Chatty - Danct12 - 02-12-2022 Sad to hear you can't test on AT&T, but good to hear that you got it working now. |