This bug was fixed in the package apport - 2.23.0-0ubuntu1 --------------- apport (2.23.0-0ubuntu1) kinetic; urgency=medium
* New upstream release: - apport-gtk: - Gracefully handle import failure of gi (LP: #1980561) - Catch AssertionError when importing Gdk (LP: #1980238) - data/apport: - Fix PermissionError for setuid programs inside container (LP: #1982487) - Fix reading from stdin inside containers (LP: #1982555) - apport-kde: - Fix inverse order of choices (LP: #1967965) - Import apport before usage (LP: #1980553) - Drop old workaround for bug in SIP destructor (LP: #1980553) - apport-unpack: Fix ValueError: ['separator'] has no binary content (LP: #1889443) - Fix _run_hook getting called with ui=None (LP: #1983481) * Refresh patches and drop backported patches * Fix pydocstyle and pylint complains in patches -- Benjamin Drung <bdr...@ubuntu.com> Mon, 22 Aug 2022 22:31:55 +0200 ** Changed in: apport (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu. https://bugs.launchpad.net/bugs/1980238 Title: apport-gtk: AssertionError when importing Gdk Status in Apport: Fix Released Status in apport package in Ubuntu: Fix Released Bug description: Latest occurrence on Ubuntu 22.04 with apport 2.20.11-0ubuntu82.1 Traceback (most recent call last): File "/usr/share/apport/apport-gtk", line 19, in <module> from gi.repository import GLib, Wnck, GdkX11, Gdk File "<frozen importlib._bootstrap>", line 991, in _find_and_load File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 655, in _load_unlocked File "<frozen importlib._bootstrap>", line 618, in _load_backward_compatible File "/usr/lib/python3/dist-packages/gi/importer.py", line 145, in load_module importlib.import_module('gi.repository.' + dep.split("-")[0]) File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1014, in _gcd_import File "<frozen importlib._bootstrap>", line 991, in _find_and_load File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 655, in _load_unlocked File "<frozen importlib._bootstrap>", line 618, in _load_backward_compatible File "/usr/lib/python3/dist-packages/gi/importer.py", line 145, in load_module importlib.import_module('gi.repository.' + dep.split("-")[0]) File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1014, in _gcd_import File "<frozen importlib._bootstrap>", line 991, in _find_and_load File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 655, in _load_unlocked File "<frozen importlib._bootstrap>", line 618, in _load_backward_compatible File "/usr/lib/python3/dist-packages/gi/importer.py", line 146, in load_module dynamic_module = load_overrides(introspection_module) File "/usr/lib/python3/dist-packages/gi/overrides/__init__.py", line 118, in load_overrides override_mod = importlib.import_module(override_package_name) File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "/usr/lib/python3/dist-packages/gi/overrides/Gdk.py", line 83, in <module> Color = override(Color) File "/usr/lib/python3/dist-packages/gi/overrides/__init__.py", line 195, in override assert g_type != TYPE_NONE AssertionError The Ubuntu Error Tracker has been receiving reports about a problem regarding apport. This problem was most recently seen with package version 2.20.11-0ubuntu82.1, the problem page at https://errors.ubuntu.com/problem/24396b7376ebda08c45e990a2c6b695b2f981de8 contains more details, including versions of packages affected, stacktrace or traceback, and individual crash reports. If you do not have access to the Ubuntu Error Tracker and are a software developer, you can request it at http://forms.canonical.com/reports/. To manage notifications about this bug go to: https://bugs.launchpad.net/apport/+bug/1980238/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp