coredump when attempting to use menu options

Bug #1967673 reported by M Conrad
12
This bug affects 1 person
Affects Status Importance Assigned to Milestone
telegram-desktop (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

Upgrading to "jammy" breaks telegram desktop app.
---
ProblemType: Bug
ApportVersion: 2.20.11-0ubuntu80
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: MATE
DistroRelease: Ubuntu 22.04
InstallationDate: Installed on 2021-10-22 (162 days ago)
InstallationMedia: Ubuntu-MATE 21.10 "Impish Indri" - Release amd64 (20211012)
NonfreeKernelModules: nvidia_modeset nvidia
Package: telegram-desktop 3.6.1+ds-2build1
PackageArchitecture: amd64
ProcVersionSignature: Ubuntu 5.15.0-23.23-generic 5.15.27
Tags: jammy third-party-packages jammy ppa
Uname: Linux 5.15.0-23-generic x86_64
UpgradeStatus: Upgraded to jammy on 2022-03-31 (2 days ago)
UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
_MarkForUpload: True

Revision history for this message
M Conrad (mconrad202) wrote : Dependencies.txt

apport information

tags: added: apport-collected ppa third-party-packages
description: updated
Revision history for this message
M Conrad (mconrad202) wrote : ProcCpuinfoMinimal.txt

apport information

Revision history for this message
M Conrad (mconrad202) wrote : ProcEnviron.txt

apport information

Revision history for this message
M Conrad (mconrad202) wrote : TelegramDesktopLogFile.txt

apport information

Revision history for this message
Erich Eickmeyer (eeickmeyer) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better. Unfortunately, we cannot work on this bug because your description didn't include enough information. You may find it helpful to read "How to report bugs effectively" http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful if you would then provide a more complete description of the problem.

We have instructions on debugging some types of problems at http://wiki.ubuntu.com/DebuggingProcedures.

At a minimum, we need:

1. The specific steps or actions you took that caused you to encounter the problem.
2. The behavior you expected.
3. The behavior you actually encountered (in as much detail as possible).

Please also ensure that you include the release and flavour of Ubuntu that you are using.

Thank you!

Changed in telegram-desktop (Ubuntu):
status: New → Incomplete
Revision history for this message
M Conrad (mconrad202) wrote :

When running the app it either immediately segfaults, or displays an initial layout, that if any menu options are selected under account icon, immediately segfaults.

I can only find a one line segfault log entry in /var/log/kern.log

telegram-deskto[49305]: segfault at 56284c3bd83a ip 0000562d2b920aa0 sp 00007ffd4b076e10 error 4 in telegram-desktop[562d29543000+2a01000]

Code: 4c 8b 7f 60 48 89 7c 24 28 64 48 8b 04 25 28 00 00 00 48 89 44 24 48 31 c0 4c 39 fa 75 25 eb 32 66 2e 0f 1f 84 00 00 00 00 00 <8b> 40 04 85 c0 74 1a 49 8b 47 08 48 39 c6 74 18 49 83 c7 28 4c 39

crash file attached

Revision history for this message
Nicholas Guriev (mymedia) wrote : Re: [Bug 1967673] Re: coredump when attempting to use menu options

M Conrad, I tried retracing coredump from the file you attached. And I
can conclude this issue is similar to https://bugs.debian.org/1008156.

You can even test a workaround from there.

   sudo apt-get install libjemalloc2
   LD_PRELOAD=libjemalloc.so.2 telegram-desktop

Please be careful, you've published crash-dump that in theory may
contain secret cookie allowing access to your Telegram session. You'd
better terminate it (or them, if you had logged to several accounts) via
Settings > Three dots in top-right > Log out.

Revision history for this message
M Conrad (mconrad202) wrote :

I ended up deleting the app and installing the snap as a workaround - which
is working so far without any issues.

On Mon, Apr 4, 2022 at 3:35 PM Nicholas Guriev <email address hidden>
wrote:

> M Conrad, I tried retracing coredump from the file you attached. And I
> can conclude this issue is similar to https://bugs.debian.org/1008156.
>
> You can even test a workaround from there.
>
> sudo apt-get install libjemalloc2
> LD_PRELOAD=libjemalloc.so.2 telegram-desktop
>
> Please be careful, you've published crash-dump that in theory may
> contain secret cookie allowing access to your Telegram session. You'd
> better terminate it (or them, if you had logged to several accounts) via
> Settings > Three dots in top-right > Log out.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1967673
>
> Title:
> coredump when attempting to use menu options
>
> Status in telegram-desktop package in Ubuntu:
> Incomplete
>
> Bug description:
> Upgrading to "jammy" breaks telegram desktop app.
> ---
> ProblemType: Bug
> ApportVersion: 2.20.11-0ubuntu80
> Architecture: amd64
> CasperMD5CheckResult: pass
> CurrentDesktop: MATE
> DistroRelease: Ubuntu 22.04
> InstallationDate: Installed on 2021-10-22 (162 days ago)
> InstallationMedia: Ubuntu-MATE 21.10 "Impish Indri" - Release amd64
> (20211012)
> NonfreeKernelModules: nvidia_modeset nvidia
> Package: telegram-desktop 3.6.1+ds-2build1
> PackageArchitecture: amd64
> ProcVersionSignature: Ubuntu 5.15.0-23.23-generic 5.15.27
> Tags: jammy third-party-packages jammy ppa
> Uname: Linux 5.15.0-23-generic x86_64
> UpgradeStatus: Upgraded to jammy on 2022-03-31 (2 days ago)
> UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
> _MarkForUpload: True
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/telegram-desktop/+bug/1967673/+subscriptions
>
>

Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package telegram-desktop - 3.7.3+ds-2

---------------
telegram-desktop (3.7.3+ds-2) unstable; urgency=medium

  * New Include-KWayland.patch fixes build against the updated dependency.
    (Closes: #1011019)

 -- Nicholas Guriev <email address hidden> Sun, 15 May 2022 19:04:08 +0300

Changed in telegram-desktop (Ubuntu):
status: Incomplete → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.