Results 1 to 6 of 6

Thread: Ubuntu 20.04 after recent updates on startup get: System Program Problem Detected

  1. #1
    Join Date
    Jul 2018
    Beans
    14

    Ubuntu 20.04 after recent updates on startup get: System Program Problem Detected

    After a little research I found the problem to be: usr libexec gnome-session-binary.121.crash

    Any idea on how to solve this problem?

  2. #2
    Join Date
    Oct 2004
    Location
    33.4N -112.1W
    Beans
    2,497
    Distro
    Ubuntu Budgie

    Re: Ubuntu 20.04 after recent updates on startup get: System Program Problem Detected

    If you want to dig-in to the root cause you can try searching Google for the error notice.

    Or you can just remove the old crashes and notifications until some package misbehaves again.

    $ sudo rm /var/crash/*
    /path/to/Truth

  3. #3
    Join Date
    Jul 2018
    Beans
    14

    Re: Ubuntu 20.04 after recent updates on startup get: System Program Problem Detected

    I did a search prior to this post and didn't find any resolution. So, I'll give the ' $ sudo rm /var/crash/* ' a try. Thanks... But would really like to know the root cause of this error....

  4. #4
    Join Date
    Jan 2006
    Location
    Sunny Southend-on-Sea
    Beans
    8,430
    Distro
    Kubuntu 20.04 Focal Fossa

    Re: Ubuntu 20.04 after recent updates on startup get: System Program Problem Detected

    Quote Originally Posted by wiz70 View Post
    But would really like to know the root cause of this error.
    Well, that depends. And seeing if deleting the crash reports helps will be indicative.

    The mechanism is that when something crashes, it dumps the crash report. Then, some time later, the contents of that directory will be checked, the upload offered, and a new file will be created when the upload is successful. Sometimes programs will crash over and over, and you're given the option of suppressing the crash notifications; sometimes the system doesn't notice that you've already uploaded the crash report (or the upload fails for some reason) and so you get asked to upload the same crash report over and over, even though you haven't had any more crashes.

    If deleting the crash reports stops the issue, you know that it was a problem with the crash reporting mechanism. If you get more crash reports after that, then you know that something is actually crashing.

  5. #5
    Join Date
    Jul 2018
    Beans
    14

    Re: Ubuntu 20.04 after recent updates on startup get: System Program Problem Detected

    "sometimes the system doesn't notice that you've already uploaded the crash report"

    That seems to be the problem.. I uploaded the crashed report after the 1st time it appeared and repeated that numerous times after that. Now, it doesn't appear after booting up.

    Thanks and appreciate the help....

    BTW, I can't find a way to mark this thread solved.....

  6. #6
    Join Date
    May 2008
    Beans
    3,981
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Ubuntu 20.04 after recent updates on startup get: System Program Problem Detected

    Quote Originally Posted by wiz70 View Post
    "BTW, I can't find a way to mark this thread solved.....
    https://wiki.ubuntu.com/UnansweredPo.../SolvedThreads

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •