Closed najamansari closed 1 year ago
I experience the same issue, but on Ubuntu 20.04.
Additionally my journal is flooded with:
Nov 25 10:25:36 XPS-13-9310 mattermost-desktop_mattermost-desktop.desktop[506658]: [506658:1125/102536.068266:ERROR:browser_main_loop.cc(269)] GLib: g_str_has_prefix: assertion 'str != NULL' failed
It is not clear that is crash is due to the AppArmor denial - more likely I suspect some issue between mattermost and libayatana-indicator given the first line of the output above.
Okay, this looks very related: https://bugs.launchpad.net/ubuntu/+source/libappindicator/+bug/1867996
@kenvandine it sounds like @jugmac00 also suffered a crash while using the branch you published for the gnome-42-2204 snap :/
Update including the error that preceded the crash:
[Do Dez 8 08:44:16 2022] mattermost-desk[899218]: segfault at 3b3c03683000 ip 00007fc9106e9dc5 sp 00007ffc83fee410 error 4 in libayatana-appindicator3.so.1.0.0[7fc9106e6000+6000]
Since installing the latest candidate version on Wednesday, 2023-04-05, I do not experience crashes anymore.
sudo snap refresh mattermost-desktop --channel=latest/candidate
@najamansari Could you also update and check whether this issue is fixed for you?
@najamansari Could you also update and check whether this issue is fixed for you?
I have just installed it on my machine, will update here after a day or two of usage.
I have also been seeing this same issue On Ubuntu 22.04 using regolith-desktop DE.
The version of mattermost-desktop that is installed that I noticed the crashes is 5.2.2 and I see dmesg with very similar logs:
[631188.933363] mattermost-desk[3589451]: segfault at 1c7803682000 ip 00007ff820f70dc5 sp 00007ffff7f6b680 error 4 in libayatana-appindicator3.so.1.0.0[7ff820f6d000+6000]
I have just updated mattermost with
sudo snap refresh mattermost-desktop --channel=latest/candidate
To version 5.3.1 and will update if I see any more crashes.
I had mattermost-desktop crash on me again, but did not see the above segfault - instead I saw the following in dmesg
which I did not observe last time.
[637376.354623] traps: mattermost-desk[3951104] trap int3 ip:5604f80faf4b sp:7ffda02b5500 error:0 in mattermost-desktop[5604f7c98000+7859000]
It is to be noted that
Coming back to this issue, mattermost-desktop
snap version 5.3.1 is in my opinion more stable in my environment (Ubuntu 22.04 using regolith-desktop), I see less crashes with this version.
Maybe close this issue since 5.4.0 is out now?
What happened?
mattermost-desktop 5.2.1
randomly crashes.dmesg
output shows an AppArmor denial for the file/proc/${PID}/oom_score_adj
What should have happened?
Mattermost should not crash. It should also not attempt to adjust its own OOM score but that is probably a separate bug report.
Output of
snap info $snap_name
Output of
snap connections $snap_name
Output of
snap version
Relevant log output
Teminal output of app
No response