Comment 7 for bug 2061739

Revision history for this message
Patrice DUROUX (patrice-duroux) wrote :

$ apport-cli /var/crash/_usr_bin_gnome-shell.1001.crash
Traceback (most recent call last):
  File "/usr/bin/apport-cli", line 418, in <module>
    if not app.run_argv():
           ^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/apport/ui.py", line 925, in run_argv
    self.run_crash(self.args.crash_file)
  File "/usr/lib/python3/dist-packages/apport/ui.py", line 464, in run_crash
    response = self.ui_present_report_details(allowed_to_report)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/bin/apport-cli", line 218, in ui_present_report_details
    _("&Send report (%s)") % self.format_filesize(self.get_complete_size())
                                                  ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/apport/ui.py", line 1238, in get_complete_size
    if self.report[k]:
       ~~~~~~~~~~~^^^
  File "/usr/lib/python3/dist-packages/problem_report.py", line 306, in __len__
    return len(self.get_value())
               ^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/problem_report.py", line 273, in get_value
    return _get_zstandard_decompressor().decompress(self.compressed_value)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
zstd.ZstdError: could not determine content size in frame header

But the .crash file is a text file, isn't it?

$ file /var/crash/_usr_bin_gnome-shell.1001.crash
/var/crash/_usr_bin_gnome-shell.1001.crash: Unicode text, UTF-8 text, with very long lines (751)

$ head /var/crash/_usr_bin_gnome-shell.1001.crash
ProblemType: Crash
ApportVersion: 2.28.0-0ubuntu1
Architecture: amd64
CasperMD5CheckResult: unknown
CrashCounter: 1
CurrentDesktop: GNOME
Date: Tue Apr 16 17:20:45 2024
Dependencies:
 accountsservice 23.13.9-2ubuntu6
 acl 2.3.2-1build1

How do you see «so many extensions»?

$ dpkg -l | grep gnome-shell-extension
ii gnome-shell-extension-appindicator 57-2 all AppIndicator, KStatusNotifierItem and tray support for GNOME Shell
ii gnome-shell-extension-desktop-icons-ng 46+really47.0.9-1 all desktop icon support for GNOME Shell
ii gnome-shell-extension-prefs 46.0-0ubuntu4 amd64 tool to enable / disable GNOME Shell extensions
ii gnome-shell-extension-ubuntu-dock 89ubuntu4 all Ubuntu Dock for GNOME Shell
ii gnome-shell-extension-ubuntu-tiling-assistant 46-1ubuntu1 all extension which adds a Windows-like snap assist to GNOME Shell
ii gnome-shell-extensions 46.0-1 all Extensions to extend functionality of GNOME Shell

Most of them are dependencies of ubuntu-desktop, no?

I know that there is also bijiben installed that is crashing regularly.
I will remove this one for sure.