01-29-2022, 08:49 PM
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.
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.
So, I started the mmsd-tng service and saw under the status that I at least 5 MMS waiting. Chatty crashed.
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() {
cd $pkgname
git submodule update --init
}
options+=(debug !strip)
build() {
arch-meson $pkgname output
ninja -C output
}
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
systemctl --user status mmsd-tng