Teams on Linux silently crashes my Linux machine

Ba Le 11 Reputation points
2020-06-13T14:12:22.587+00:00

I was happy when MS finally released a MS Team for Linux officially. After several days, I my Linux laptop getting crashed every time it was on battery without charging cable. I thought it was Linux problem since I have just updated to Ubuntu 20.04.

Today I decided to look up for crash logs and guess what, Teams was mentioned in the crash log at that time. Tried to kill Teams ASAP after boot up, using my laptop smoothly until battery drained out.

Ha! Never know that an application running without root permission can crash you OS.

Hope that someone can help to file a bugreport.

apport.log

https://pastebin.com/namHrrRV

MS Teams log:

https://pastebin.com/gWn1y1zp

Skype for Business Linux
Skype for Business Linux
Skype for Business: A Microsoft communications service that provides communications capabilities across presence, instant messaging, audio/video calling, and an online meeting experience that includes audio, video, and web conferencing.Linux: A family of open-source Unix-like operating systems.
456 questions
0 comments No comments
{count} vote

3 answers

Sort by: Most helpful
  1. JimmyYang-MSFT 48,881 Reputation points Microsoft Vendor
    2020-06-15T07:16:48.363+00:00

    Hi BaLe-3864!

    Does this issue persist only on Ubuntu 20.10?

    Does anyone else have the same issue?

    In this case, we recommend you try to uninstall Teams for Linux app and install it manually by running the following commands:

    curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
    
    sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/ms-teams stable main" > /etc/apt/sources.list.d/teams.list'
    
    sudo apt update
    sudo apt install teams
    

  2. RajaShekarReddy Manda 1 Reputation point
    2020-07-02T10:17:29+00:00

    i followed the steps on centos, i mean CentOS commands. Successfully installed.

     curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
    
     sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/ms-teams stable main" > /etc/apt/sources.list.d/teams.list'
    
     sudo apt update
     sudo apt install teams
    

    **However when i click screen share ,teams is crashing. ALso don;t why shows "Microsoft Teams - Preview" **


  3. ryan 25 Reputation points
    2023-10-16T09:03:03.07+00:00

    This has been happening to me for a long while as well.

    MS Edge Version 117.0.2045.47 (Official build) (64-bit)

    On Debian Buster

    0 comments No comments