Bug 2022755 - Gnome Software freezes during "Loading Updates"
Summary: Gnome Software freezes during "Loading Updates"
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: gnome-software
Version: 35
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Milan Crha
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-11-12 14:12 UTC by Mason
Modified: 2023-04-05 15:42 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2021-11-26 06:32:44 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
GNOME Gitlab GNOME gnome-software issues 1118 0 None None None 2021-11-26 06:32:43 UTC

Description Mason 2021-11-12 14:12:41 UTC
Description of problem:
When clicking the "updates" tab in Gnome Software, the application looks for updates for a long time. Eventually the spinning circle stops moving and the updates are never loaded. Update notifications don't seem to come through while gnome software is in this state. The (temporary) fix is a system reboot. 

Version-Release number of selected component (if applicable):
gnome-software-41.1-1.fc35.x86_64

How reproducible:
This occasionally happens. 

Steps to Reproduce:
1. Open gnome-software
2. Click Updates tab

Actual results:
Updates are never loaded and gnome software never notifies of available updates.

Expected results:
Updates are loaded in gnome software and gnome software notifies of available updates. 

Additional info:
I'm not sure what additional info/logs are needed but I'm happy to provide if asked.

Comment 1 Mason 2021-11-12 14:16:57 UTC
I marked the bug as high priority as this can lead to an insecure system for people who do not pay attention to software updates.

Comment 2 Milan Crha 2021-11-15 07:39:31 UTC
Thanks for a bug report. This works fine here. Even it takes longer when there are piled a lot of updates, the page finally loads here. Could you get a backtrace of the gnome-software process, to see where it got stuck, please? You might install debuginfo packages first, to have the backtrace usable. You can do it with this:

   $ sudo dnf install gnome-software-debuginfo glib2-debuginfo flatpak-debuginfo flatpak-libs-debuginfo PackageKit-glib-debuginfo --enablerepo=updates-debuginfo --enablerepo=fedora-debuginfo

Make sure the debuginfo package version will exactly match the installed binary package versions.

After that stop the running gnome-software:

   $ pkill -9 gnome-software

and then run it from a terminal:

   $ gnome-software

Once you get it into the stuck state get the backtrace of the process with a command like this:

   $ gdb --batch --ex "t a a bt" --pid=`pidof gnome-software` &>bt.txt

Please check the bt.txt for any private information before sharing it in public. Also check the output on the gnome-software terminal, maybe it'll contain some related runtime warnings or such.

Comment 3 Mason 2021-11-17 01:10:39 UTC
Thanks Milan. I haven't had this happen again yet but I will send the requested information as soon as I can. 

To add a bit more information; this seems to happen after the computer has been up for an extended period of time (days if not weeks). Hardware is a Lanovo thinkpad T470.

Comment 4 Mason 2021-11-25 02:06:37 UTC
Ran into the issue again. Here is the requested information: 

$ uptime 
 19:58:48 up 3 days, 11:17,  1 user,  load average: 0.42, 0.43, 0.51

The first error here appears immediately upon starting gnome-software and appears whether updates work or not. The other two only appeared hours later. 
$ gnome-software 
14:43:29:0574 Gs  not handling error failed for action get-updates-historical: failed to build result for efc88c8524a5d0ada629ba38b89ac722dc3d5efb
21:32:18:0497 Gs  not handling error download-failed for action download: failed to download https://odrs.gnome.org/1.0/reviews/api/ratings: Connection terminated unexpectedly
21:32:18:0507 Gs  not handling error download-failed for action download: failed to download https://odrs.gnome.org/1.0/reviews/api/ratings: Connection terminated unexpectedly


Here is the backtrace. If there is a better way to upload this, please let me know: 
$ gdb --batch --ex "t a a bt" --pid=3333 &>bt.txt
$ cat bt.txt 
[New LWP 3334]
[New LWP 3335]
[New LWP 3337]
[New LWP 6473]
[New LWP 6474]
[New LWP 6480]
[New LWP 6505]
[New LWP 6509]
[New LWP 6564]
[New LWP 6565]
[New LWP 6617]
[New LWP 7040]
[New LWP 7301]
Downloading -0.00 MB separate debug info for /lib64/libappstream.so.4...
Downloading 0.03 MB separate debug info for /home/mason/.cache/debuginfod_client/2e4d1caaede79b0f9bb438982a5fe8d19cd72b85/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libgtk-3.so.0...
Downloading -0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/e92387df6202fc3b48f11565244fb42a0958d6f0/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libgdk-3.so.0...
Downloading -0.00 MB separate debug info for /lib64/libpango-1.0.so.0...
Downloading 0.04 MB separate debug info for /home/mason/.cache/debuginfod_client/9e502f9b4d3a7382d19e264e92f80a1c84a72b2d/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libatk-1.0.so.0...
Downloading -0.00 MB separate debug info for /lib64/libcairo.so.2...
Downloading -0.00 MB separate debug info for /lib64/libgdk_pixbuf-2.0.so.0...
Downloading 0.02 MB separate debug info for /home/mason/.cache/debuginfod_client/b6e5e7c59ce90aecabf6b0b005ecd138dd6bae45/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libm.so.6...
Downloading -0.00 MB separate debug info for /lib64/libsoup-2.4.so.1...
Downloading -0.00 MB separate debug info for /lib64/libhandy-1.so.0...
Downloading -0.00 MB separate debug info for /lib64/libgspell-1.so.2...
Downloading 0.01 MB separate debug info for /home/mason/.cache/debuginfod_client/3e29542935f866f224ab38bbc842490386502129/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libgcc_s.so.1...
Downloading -0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/279c1648ee67377b5de1c45a244740beea48423e/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libc.so.6...
Downloading -0.00 MB separate debug info for /lib64/libjson-glib-1.0.so.0...
Downloading -0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/ff150bb944b7d341fb33c367b230a0c005ac1833/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libxmlb.so.2...
Downloading -0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/eb2d212d4e60aeb1f29552c6a45486899e00e939/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libpolkit-gobject-1.so.0...
Downloading -0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/191b7c001873697be3647ebaa9dddc14744e49ec/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libcurl.so.4...
Downloading -0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/dd7faf7805a0041b9267a45b4f039361bb2eb3d5/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/liblmdb.so.0.0.0...
Downloading 0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/181e0de8868e445b0cb1158be1df3f18651f2342/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libxml2.so.2...
Downloading -0.00 MB separate debug info for /lib64/libyaml-0.so.2...
Downloading -0.00 MB separate debug info for /lib64/libstemmer.so.0...
Downloading -0.00 MB separate debug info for /lib64/libz.so.1...
Downloading -0.00 MB separate debug info for /lib64/libmount.so.1...
Downloading -0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/7f7bccf74cb835b64429e61ea0ec03cd0cb95b8b/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libselinux.so.1...
Downloading -0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/f805394f993c704b949315b56c344d22dfad801f/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libffi.so.6...
Downloading -0.00 MB separate debug info for /lib64/libpcre.so.1...
Downloading -0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/fcbdb4731e50f20a47b62341a6841dd616fe495d/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libcloudproviders.so.0...
Downloading -0.00 MB separate debug info for /lib64/libpangocairo-1.0.so.0...
Downloading -0.00 MB separate debug info for /lib64/libX11.so.6...
Downloading -0.00 MB separate debug info for /lib64/libXi.so.6...
Downloading -0.00 MB separate debug info for /lib64/libXfixes.so.3...
Downloading -0.00 MB separate debug info for /lib64/libcairo-gobject.so.2...
Downloading -0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/7a1381e606b2601e779ccd25afbc719c5bc4e922/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libatk-bridge-2.0.so.0...
Downloading -0.00 MB separate debug info for /lib64/libwayland-client.so.0...
Downloading 0.01 MB separate debug info for /home/mason/.cache/debuginfod_client/ecba40c75b2d78de955fa69baada38ed183fd4f9/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libepoxy.so.0...
Downloading -0.00 MB separate debug info for /lib64/libfribidi.so.0...
Downloading 0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/a4e245984a5c2e6d842a71adea32ec7c05cb7e40/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libpangoft2-1.0.so.0...
Downloading -0.00 MB separate debug info for /lib64/libharfbuzz.so.0...
Downloading -0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/620a4b6e2914d6e1301c086def09a60e58450dc3/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libfontconfig.so.1...
Downloading -0.00 MB separate debug info for /lib64/libfreetype.so.6...
Downloading -0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/6d98d390da279e5c22ebe472a552b3470554655b/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libtracker-sparql-3.0.so.0...
Downloading -0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/0f5c589b707376d06aefe8ab2bfe8c05f32198d9/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libXinerama.so.1...
Downloading -0.00 MB separate debug info for /lib64/libXrandr.so.2...
Downloading -0.00 MB separate debug info for /lib64/libXcursor.so.1...
Downloading 0.02 MB separate debug info for /lib64/libXcomposite.so.1...
Downloading -0.00 MB separate debug info for /lib64/libXdamage.so.1...
Downloading -0.00 MB separate debug info for /lib64/libxkbcommon.so.0...
Downloading 0.01 MB separate debug info for /home/mason/.cache/debuginfod_client/534d0218e01a780844e80ce6544afc33731e716a/debuginfo...
Downloading 0.02 MB separate debug info for /lib64/libwayland-cursor.so.0...
Downloading -0.00 MB separate debug info for /lib64/libwayland-egl.so.1...
Downloading -0.00 MB separate debug info for /lib64/libXext.so.6...
Downloading -0.00 MB separate debug info for /lib64/libthai.so.0...
Downloading -0.00 MB separate debug info for /lib64/libpixman-1.so.0...
Downloading -0.00 MB separate debug info for /lib64/libpng16.so.16...
Downloading 0.01 MB separate debug info for /lib64/libxcb-shm.so.0...
Downloading 0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/a31877f8ca8058df0005532a160d93a1104c5401/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libxcb.so.1...
Downloading -0.00 MB separate debug info for /lib64/libxcb-render.so.0...
Downloading -0.00 MB separate debug info for /lib64/libXrender.so.1...
Downloading -0.00 MB separate debug info for /lib64/libjpeg.so.62...
Downloading -0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/f50d5361714c8fe58ed898123a98aa0d6547068e/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libsqlite3.so.0...
Downloading -0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/072b1e135c03359061ea9c8346cdb61528950924/debuginfo...
Downloading 0.03 MB separate debug info for /lib64/libpsl.so.5...
Downloading -0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/71614cc984977692f16edc6189df04f570f51608/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libbrotlidec.so.1...
Downloading -0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/57cb8a53e33f31a620f3739919414c0d00549f87/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libgssapi_krb5.so.2...
Downloading -0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/c79d44cc56f67983ba388e5336c779d9f050114e/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libenchant-2.so.2...
Downloading 0.02 MB separate debug info for /home/mason/.cache/debuginfod_client/73836113924f6bda6a6ba268affbcd50d18573f4/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libicuuc.so.69...
Downloading -0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/45119735453983eea1a3fb59b0ed34a6e61d8c5a/debuginfo...
Downloading 0.00 MB separate debug info for /lib64/libicudata.so.69...
Downloading -0.00 MB separate debug info for /lib64/liblzma.so.5...
Downloading -0.00 MB separate debug info for /lib64/libsystemd.so.0...
Downloading -0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/e4996d7fd9705035bdd6072e68c9dc65647d7d1c/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libnghttp2.so.14...
Downloading -0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/b6492c1dabf77777b1ae631416297ffc01f7ff30/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libidn2.so.0...
Downloading 0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/f3ad1b0687f5b426beed2d3d3d18aa301932f7a3/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libssh.so.4...
Downloading -0.00 MB separate debug info for /lib64/libssl.so.1.1...
Downloading -0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/b3b8eaa0fc316f1bb70ca237310c5b09048d3648/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libcrypto.so.1.1...
Downloading -0.00 MB separate debug info for /lib64/libkrb5.so.3...
Downloading -0.00 MB separate debug info for /lib64/libk5crypto.so.3...
Downloading -0.00 MB separate debug info for /lib64/libcom_err.so.2...
Downloading -0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/a1d791cd7600f5609702a895a64d9131d1cd7b8f/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libldap_r-2.4.so.2...
Downloading -0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/1406008a1002c2265ac3a7e540a5ed4ad278579c/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/liblber-2.4.so.2...
Downloading -0.00 MB separate debug info for /lib64/libblkid.so.1...
Downloading -0.00 MB separate debug info for /lib64/libpcre2-8.so.0...
Downloading -0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/dbf58040a44903b428c4e68716aa4f45058ad650/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libdbus-1.so.3...
Downloading -0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/58e800f0865bde326c5c9ce510062d5b19902f67/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libatspi.so.0...
Downloading 0.02 MB separate debug info for /home/mason/.cache/debuginfod_client/93de58828b176bf6eb76897e1cb2e576a1d5fddf/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libgraphite2.so.3...
Downloading -0.00 MB separate debug info for /lib64/libbz2.so.1...
Downloading 0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/19ce300b78962ee0b113afb0f1016727a2f3c37b/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libicui18n.so.69...
Downloading -0.00 MB separate debug info for /lib64/libdatrie.so.1...
Downloading -0.00 MB separate debug info for /lib64/libXau.so.6...
Downloading -0.00 MB separate debug info for /lib64/libunistring.so.2...
Downloading 0.01 MB separate debug info for /lib64/libbrotlicommon.so.1...
Downloading -0.00 MB separate debug info for /lib64/libkrb5support.so.0...
Downloading -0.00 MB separate debug info for /lib64/libkeyutils.so.1...
Downloading -0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/2560a16099ad1875f7ea2195ae25b97ea168a758/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libresolv.so.2...
Downloading -0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/22c0c0eb634a1a2e96f392587a07de92525686ff/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libstdc++.so.6...
Downloading -0.00 MB separate debug info for /lib64/libzstd.so.1...
Downloading -0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/c594c701d8f5ba174a5be306973fa9803d65e327/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/liblz4.so.1...
Downloading -0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/fd02c4542a1ce1ad6c503b958447be1c37a4afee/debuginfo...
Downloading 0.03 MB separate debug info for /lib64/libcap.so.2...
Downloading 0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/0214aa9cc6a8646eb9ec27ab7dda6a2219da6500/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libgcrypt.so.20...
Downloading 0.01 MB separate debug info for /home/mason/.cache/debuginfod_client/711d41580c5a8649a79a8430a985dac3e25b5ba2/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libsasl2.so.3...
Downloading -0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/4eefde24d117c2ec7bcd12d4b583ba46571fc22a/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libgpg-error.so.0...
Downloading 0.01 MB separate debug info for /home/mason/.cache/debuginfod_client/081975d0a3416374b4883b2f1639fd3c9df42390/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libcrypt.so.2...
Downloading -0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/04de68ab93ababfa4861c1f8ce19112c17c97d4d/debuginfo...
Downloading -0.00 MB separate debug info for /usr/lib64/gio/modules/libdconfsettings.so...
Downloading 0.03 MB separate debug info for /home/mason/.cache/debuginfod_client/f07853974014f14e04029f524a32d4aea9558c1d/debuginfo...
Downloading -0.00 MB separate debug info for /usr/lib64/gio/modules/libgvfsdbus.so...
Downloading -0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/dac79f425b7c59006d524fc80b4f7ec6375ccc1c/debuginfo...
Downloading -0.00 MB separate debug info for /usr/lib64/gvfs/libgvfscommon.so...
Downloading -0.00 MB separate debug info for /lib64/libostree-1.so.1...
Downloading -0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/405de44d508ab81b8da0ddeab00055681039e55c/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libarchive.so.13...
Downloading -0.00 MB separate debug info for /lib64/libdconf.so.1...
Downloading -0.00 MB separate debug info for /lib64/libgpgme.so.11...
Downloading -0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/9448a8d3d1c5efb2da8426c001953ee91b770365/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libseccomp.so.2...
Downloading -0.00 MB separate debug info for /lib64/libpolkit-agent-1.so.0...
Downloading -0.00 MB separate debug info for /lib64/libacl.so.1...
Downloading 0.01 MB separate debug info for /home/mason/.cache/debuginfod_client/24b2ced347e35fc1fbc66dfd90c65930ebce8628/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libassuan.so.0...
Downloading -0.00 MB separate debug info for /lib64/libexpat.so.1...
Downloading 0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/de380d46dd01700b75b3cecd611e3ec7da062253/debuginfo...
Downloading 0.02 MB separate debug info for /lib64/libattr.so.1...
Downloading 0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/38932d6d81e2a95598ccc83ab14016fa87378891/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libfwupd.so.2...
Downloading -0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/66b653cd3c398e37c4bd0f61c00fd93e898b1dfd/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libjcat.so.1...
Downloading 0.03 MB separate debug info for /home/mason/.cache/debuginfod_client/e5c5ec2dd8a2a893c4470d53907e836380b30c94/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libgnutls.so.30...
Downloading -0.00 MB separate debug info for /lib64/libp11-kit.so.0...
Downloading -0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/a7a93824ebf14980eeb37fe23c9d86dd201f947f/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libtasn1.so.6...
Downloading -0.00 MB separate debug info for /lib64/libnettle.so.8...
Downloading -0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/62dba2572638edf8336bd4de5017fc70eaf0a567/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libhogweed.so.6...
Downloading -0.00 MB separate debug info for /lib64/libgmp.so.10...
Downloading -0.00 MB separate debug info for /lib64/libmalcontent-0.so.0...
Downloading -0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/9d38f5213a3a7a3fc88a66575a8993c9acdfc744/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libgudev-1.0.so.0...
Downloading -0.00 MB separate debug info for /lib64/libudev.so.1...
Downloading -0.00 MB separate debug info for /usr/lib64/gio/modules/libgiognomeproxy.so...
Downloading -0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/2b4eb9482059626da70b992207603b6468c1a4ca/debuginfo...
Downloading -0.00 MB separate debug info for /usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so...
Downloading -0.00 MB separate debug info for /lib64/librsvg-2.so.2...
Downloading -0.00 MB separate debug info for /usr/lib64/gio/modules/libgiognutls.so...
Downloading -0.00 MB separate debug info for /usr/lib64/pkcs11/p11-kit-trust.so...
Downloading -0.00 MB separate debug info for /usr/lib64/pkcs11/opensc-pkcs11.so...
Downloading -0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/b59a39986e9a89dc398ad4c0af93e30435a10ae6/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libopensc.so.8...
Downloading -0.00 MB separate debug info for /lib64/libnss_myhostname.so.2...
Downloading 0.02 MB separate debug info for /lib64/libnss_mdns4_minimal.so.2...
Downloading -0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/6e58847eca43d4ecc502ba1e7429a8d77adb8d49/debuginfo...
Downloading -0.00 MB separate debug info for /lib64/libnss_resolve.so.2...
Downloading -0.00 MB separate debug info for /usr/lib64/gtk-3.0/modules/libcanberra-gtk-module.so...
Downloading 0.02 MB separate debug info for /home/mason/.cache/debuginfod_client/b553416f1ee3a06dd26ee47dea6197b68b598bd4/debuginfo...
Downloading 0.01 MB separate debug info for /lib64/libcanberra-gtk3.so.0...
Downloading -0.00 MB separate debug info for /lib64/libcanberra.so.0...
Downloading -0.00 MB separate debug info for /lib64/libvorbisfile.so.3...
Downloading -0.00 MB separate debug info for /lib64/libtdb.so.1...
Downloading -0.00 MB separate debug info for /lib64/libltdl.so.7...
Downloading -0.00 MB separate debug info for /lib64/libvorbis.so.0...
Downloading -0.00 MB separate debug info for /home/mason/.cache/debuginfod_client/d3aece982a2dfdf9f412b5fc8a4dc88722bde200/debuginfo...
Downloading 0.02 MB separate debug info for /lib64/libogg.so.0...
Downloading -0.00 MB separate debug info for /usr/lib64/gtk-3.0/modules/libpk-gtk-module.so...
Downloading -0.00 MB separate debug info for /home/mason/system-supplied DSO at 0x7fff7e11c000...
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
0x00007f08bbf7b81f in __GI___poll (fds=0x55fea4dc5980, nfds=4, timeout=6568) at ../sysdeps/unix/sysv/linux/poll.c:29
Downloading -0.00 MB source file /usr/src/debug/glibc-2.34-9.fc35.x86_64/io/../sysdeps/unix/sysv/linux/poll.c...
29	  return SYSCALL_CANCEL (poll, fds, nfds, timeout);

Thread 14 (Thread 0x7f085a23e640 (LWP 7301) "pool-org.gnome."):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f08bcf0a7fc in g_mutex_lock_slowpath (mutex=mutex@entry=0x55fea45a0728) at ../glib/gthread-posix.c:1493
#2  0x00007f08bcf0a843 in g_mutex_lock (mutex=mutex@entry=0x55fea45a0728) at ../glib/gthread-posix.c:1517
#3  0x00007f089beae79f in gs_plugin_add_updates (plugin=plugin@entry=0x55fea4622690, list=list@entry=0x7f088805b240, cancellable=cancellable@entry=0x7f088805b220, error=error@entry=0x7f085a23d8b8) at ../plugins/packagekit/gs-plugin-packagekit.c:706
#4  0x00007f08bd2c39f4 in gs_plugin_loader_call_vfunc (helper=0x55fea5483060, plugin=0x55fea4622690, app=<optimized out>, list=0x7f088805b240, refine_flags=33280, cancellable=0x7f088805b220, error=0x7f085a23da28) at ../lib/gs-plugin-loader.c:707
#5  0x00007f08bd2c4ae4 in gs_plugin_loader_run_results (helper=0x55fea5483060, cancellable=0x7f088805b220, error=0x7f085a23da28) at ../lib/gs-plugin-loader.c:1229
#6  0x00007f08bd2cd303 in gs_plugin_loader_process_thread_cb (task=0x55fea4b691a0, object=<optimized out>, task_data=0x55fea5483060, cancellable=0x7f088805b220) at ../lib/gs-plugin-loader.c:3342
#7  0x00007f08bd0ae3ef in g_task_thread_pool_thread (thread_data=0x55fea4b691a0, pool_data=<optimized out>) at ../gio/gtask.c:1430
#8  0x00007f08bceee054 in g_thread_pool_thread_proxy (data=<optimized out>) at ../glib/gthreadpool.c:354
#9  0x00007f08bceeb122 in g_thread_proxy (data=0x55fea5322640) at ../glib/gthread.c:827
#10 0x00007f08bbf03b17 in start_thread (arg=<optimized out>) at pthread_create.c:435
#11 0x00007f08bbf886c0 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81

Thread 13 (Thread 0x7f0859a3d640 (LWP 7040) "pool-org.gnome."):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f08bcf0a7fc in g_mutex_lock_slowpath (mutex=mutex@entry=0x55fea45a0728) at ../glib/gthread-posix.c:1493
#2  0x00007f08bcf0a843 in g_mutex_lock (mutex=mutex@entry=0x55fea45a0728) at ../glib/gthread-posix.c:1517
#3  0x00007f089beae79f in gs_plugin_add_updates (plugin=plugin@entry=0x55fea4622690, list=list@entry=0x7f088c1b9b00, cancellable=cancellable@entry=0x55fea55f8220, error=error@entry=0x7f0859a3c8b8) at ../plugins/packagekit/gs-plugin-packagekit.c:706
#4  0x00007f08bd2c39f4 in gs_plugin_loader_call_vfunc (helper=0x55fea4e48460, plugin=0x55fea4622690, app=<optimized out>, list=0x7f088c1b9b00, refine_flags=35652176, cancellable=0x55fea55f8220, error=0x7f0859a3ca28) at ../lib/gs-plugin-loader.c:707
#5  0x00007f08bd2c4ae4 in gs_plugin_loader_run_results (helper=0x55fea4e48460, cancellable=0x55fea55f8220, error=0x7f0859a3ca28) at ../lib/gs-plugin-loader.c:1229
#6  0x00007f08bd2cd303 in gs_plugin_loader_process_thread_cb (task=0x55fea4acc020, object=<optimized out>, task_data=0x55fea4e48460, cancellable=0x55fea55f8220) at ../lib/gs-plugin-loader.c:3342
#7  0x00007f08bd0ae3ef in g_task_thread_pool_thread (thread_data=0x55fea4acc020, pool_data=<optimized out>) at ../gio/gtask.c:1430
#8  0x00007f08bceee054 in g_thread_pool_thread_proxy (data=<optimized out>) at ../glib/gthreadpool.c:354
#9  0x00007f08bceeb122 in g_thread_proxy (data=0x55fea46770c0) at ../glib/gthread.c:827
#10 0x00007f08bbf03b17 in start_thread (arg=<optimized out>) at pthread_create.c:435
#11 0x00007f08bbf886c0 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81

Thread 12 (Thread 0x7f085aa3f640 (LWP 6617) "pool-org.gnome."):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f08bcf0a7fc in g_mutex_lock_slowpath (mutex=mutex@entry=0x55fea45a0740) at ../glib/gthread-posix.c:1493
#2  0x00007f08bcf0a843 in g_mutex_lock (mutex=mutex@entry=0x55fea45a0740) at ../glib/gthread-posix.c:1517
#3  0x00007f089beb2d98 in gs_plugin_packagekit_refine_update_urgency (error=0x7f085aa3e7e8, cancellable=0x55fea4f41520, flags=33280, list=0x7f088805b280, plugin=0x55fea4622690) at ../plugins/packagekit/gs-plugin-packagekit.c:1182
#4  gs_plugin_refine (plugin=plugin@entry=0x55fea4622690, list=list@entry=0x7f088805b280, flags=flags@entry=33280, cancellable=cancellable@entry=0x55fea4f41520, error=error@entry=0x7f085aa3e7e8) at ../plugins/packagekit/gs-plugin-packagekit.c:1591
#5  0x00007f08bd2c3dd2 in gs_plugin_loader_call_vfunc (helper=0x7f08605acd80, plugin=0x55fea4622690, app=<optimized out>, list=0x7f088805b280, refine_flags=33280, cancellable=0x55fea4f41520, error=0x7f085aa3ea28) at ../lib/gs-plugin-loader.c:639
#6  0x00007f08bd2c3eeb in gs_plugin_loader_run_refine_filter (helper=0x7f08605acd80, list=0x7f088805b280, refine_flags=GS_PLUGIN_REFINE_FLAGS_DEFAULT, cancellable=0x55fea4f41520, error=0x7f085aa3ea28) at ../lib/gs-plugin-loader.c:893
#7  0x00007f08bd2c4241 in gs_plugin_loader_run_refine_internal (helper=0x7f08605acd80, list=0x7f088805b280, cancellable=0x55fea4f41520, error=0x7f085aa3ea28) at ../lib/gs-plugin-loader.c:951
#8  0x00007f08bd2c47ff in gs_plugin_loader_run_refine (helper=0x55fea5aa6860, list=0x7f088805b280, cancellable=0x55fea4f41520, error=0x7f085aa3ea28) at ../lib/gs-plugin-loader.c:1101
#9  0x00007f08bd2cd4f5 in gs_plugin_loader_process_thread_cb (task=0x7f08701f6980, object=<optimized out>, task_data=0x55fea5aa6860, cancellable=0x55fea4f41520) at ../lib/gs-plugin-loader.c:3501
#10 0x00007f08bd0ae3ef in g_task_thread_pool_thread (thread_data=0x7f08701f6980, pool_data=<optimized out>) at ../gio/gtask.c:1430
#11 0x00007f08bceee054 in g_thread_pool_thread_proxy (data=<optimized out>) at ../glib/gthreadpool.c:354
#12 0x00007f08bceeb122 in g_thread_proxy (data=0x55fea5aad8c0) at ../glib/gthread.c:827
#13 0x00007f08bbf03b17 in start_thread (arg=<optimized out>) at pthread_create.c:435
#14 0x00007f08bbf886c0 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81

Thread 11 (Thread 0x7f08756c7640 (LWP 6565) "pool-org.gnome."):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f08bcf0a7fc in g_mutex_lock_slowpath (mutex=mutex@entry=0x55fea45a0740) at ../glib/gthread-posix.c:1493
#2  0x00007f08bcf0a843 in g_mutex_lock (mutex=mutex@entry=0x55fea45a0740) at ../glib/gthread-posix.c:1517
#3  0x00007f089beb2d98 in gs_plugin_packagekit_refine_update_urgency (error=0x7f08756c67e8, cancellable=0x7f086c00d520, flags=33280, list=0x7f086c00d540, plugin=0x55fea4622690) at ../plugins/packagekit/gs-plugin-packagekit.c:1182
#4  gs_plugin_refine (plugin=plugin@entry=0x55fea4622690, list=list@entry=0x7f086c00d540, flags=flags@entry=33280, cancellable=cancellable@entry=0x7f086c00d520, error=error@entry=0x7f08756c67e8) at ../plugins/packagekit/gs-plugin-packagekit.c:1591
#5  0x00007f08bd2c3dd2 in gs_plugin_loader_call_vfunc (helper=0x7f0860697d80, plugin=0x55fea4622690, app=<optimized out>, list=0x7f086c00d540, refine_flags=33280, cancellable=0x7f086c00d520, error=0x7f08756c6a28) at ../lib/gs-plugin-loader.c:639
#6  0x00007f08bd2c3eeb in gs_plugin_loader_run_refine_filter (helper=0x7f0860697d80, list=0x7f086c00d540, refine_flags=GS_PLUGIN_REFINE_FLAGS_DEFAULT, cancellable=0x7f086c00d520, error=0x7f08756c6a28) at ../lib/gs-plugin-loader.c:893
#7  0x00007f08bd2c4241 in gs_plugin_loader_run_refine_internal (helper=0x7f0860697d80, list=0x7f086c00d540, cancellable=0x7f086c00d520, error=0x7f08756c6a28) at ../lib/gs-plugin-loader.c:951
#8  0x00007f08bd2c47ff in gs_plugin_loader_run_refine (helper=0x55fea5a08360, list=0x7f086c00d540, cancellable=0x7f086c00d520, error=0x7f08756c6a28) at ../lib/gs-plugin-loader.c:1101
#9  0x00007f08bd2cd4f5 in gs_plugin_loader_process_thread_cb (task=0x55fea4b690e0, object=<optimized out>, task_data=0x55fea5a08360, cancellable=0x7f086c00d520) at ../lib/gs-plugin-loader.c:3501
#10 0x00007f08bd0ae3ef in g_task_thread_pool_thread (thread_data=0x55fea4b690e0, pool_data=<optimized out>) at ../gio/gtask.c:1430
#11 0x00007f08bceee054 in g_thread_pool_thread_proxy (data=<optimized out>) at ../glib/gthreadpool.c:354
#12 0x00007f08bceeb122 in g_thread_proxy (data=0x55fea5fb51e0) at ../glib/gthread.c:827
#13 0x00007f08bbf03b17 in start_thread (arg=<optimized out>) at pthread_create.c:435
#14 0x00007f08bbf886c0 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81

Thread 10 (Thread 0x7f08766c9640 (LWP 6564) "pool-org.gnome."):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f08bcf0a7fc in g_mutex_lock_slowpath (mutex=mutex@entry=0x55fea45a0740) at ../glib/gthread-posix.c:1493
#2  0x00007f08bcf0a843 in g_mutex_lock (mutex=mutex@entry=0x55fea45a0740) at ../glib/gthread-posix.c:1517
#3  0x00007f089beb2d98 in gs_plugin_packagekit_refine_update_urgency (error=0x7f08766c87e8, cancellable=0x7f0850000f60, flags=33280, list=0x7f085e46aa00, plugin=0x55fea4622690) at ../plugins/packagekit/gs-plugin-packagekit.c:1182
#4  gs_plugin_refine (plugin=plugin@entry=0x55fea4622690, list=list@entry=0x7f085e46aa00, flags=flags@entry=33280, cancellable=cancellable@entry=0x7f0850000f60, error=error@entry=0x7f08766c87e8) at ../plugins/packagekit/gs-plugin-packagekit.c:1591
#5  0x00007f08bd2c3dd2 in gs_plugin_loader_call_vfunc (helper=0x7f086c123de0, plugin=0x55fea4622690, app=<optimized out>, list=0x7f085e46aa00, refine_flags=33280, cancellable=0x7f0850000f60, error=0x7f08766c8a28) at ../lib/gs-plugin-loader.c:639
#6  0x00007f08bd2c3eeb in gs_plugin_loader_run_refine_filter (helper=0x7f086c123de0, list=0x7f085e46aa00, refine_flags=GS_PLUGIN_REFINE_FLAGS_DEFAULT, cancellable=0x7f0850000f60, error=0x7f08766c8a28) at ../lib/gs-plugin-loader.c:893
#7  0x00007f08bd2c4241 in gs_plugin_loader_run_refine_internal (helper=0x7f086c123de0, list=0x7f085e46aa00, cancellable=0x7f0850000f60, error=0x7f08766c8a28) at ../lib/gs-plugin-loader.c:951
#8  0x00007f08bd2c47ff in gs_plugin_loader_run_refine (helper=0x55fea46a4c00, list=0x7f085e46aa00, cancellable=0x7f0850000f60, error=0x7f08766c8a28) at ../lib/gs-plugin-loader.c:1101
#9  0x00007f08bd2cd4f5 in gs_plugin_loader_process_thread_cb (task=0x7f0868014810, object=<optimized out>, task_data=0x55fea46a4c00, cancellable=0x7f0850000f60) at ../lib/gs-plugin-loader.c:3501
#10 0x00007f08bd0ae3ef in g_task_thread_pool_thread (thread_data=0x7f0868014810, pool_data=<optimized out>) at ../gio/gtask.c:1430
#11 0x00007f08bceee054 in g_thread_pool_thread_proxy (data=<optimized out>) at ../glib/gthreadpool.c:354
#12 0x00007f08bceeb122 in g_thread_proxy (data=0x55fea5296460) at ../glib/gthread.c:827
#13 0x00007f08bbf03b17 in start_thread (arg=<optimized out>) at pthread_create.c:435
#14 0x00007f08bbf886c0 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81

Thread 9 (Thread 0x7f0877fff640 (LWP 6509) "pool-org.gnome."):
#0  0x00007f08bbf7b81f in __GI___poll (fds=0x7f088c0bf130, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x00007f08bcf1124c in g_main_context_poll (priority=<optimized out>, n_fds=1, fds=0x7f088c0bf130, timeout=<optimized out>, context=0x7f088c723940) at ../glib/gmain.c:4478
#2  g_main_context_iterate.constprop.0 (context=0x7f088c723940, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../glib/gmain.c:4170
#3  0x00007f08bcebb903 in g_main_loop_run (loop=0x7f088c13b220) at ../glib/gmain.c:4373
#4  0x00007f08bc0eee7a in pk_client_get_updates (client=0x55fea4637120, filters=filters@entry=2, cancellable=cancellable@entry=0x7f085e46aa60, progress_callback=0x7f089bed80f0 <gs_packagekit_helper_cb>, progress_callback@entry=0x7f089beac330 <gs_packagekit_helper_cb>, progress_user_data=progress_user_data@entry=0x7f086044f990, error=error@entry=0x7f0877ffe7e8) at ../lib/packagekit-glib2/pk-client-sync.c:646
#5  0x00007f089beb2dda in gs_plugin_packagekit_refine_update_urgency (error=0x7f0877ffe7e8, cancellable=0x7f085e46aa60, flags=33280, list=0x7f08a0063f00, plugin=0x55fea4622690) at ../plugins/packagekit/gs-plugin-packagekit.c:1184
#6  gs_plugin_refine (plugin=plugin@entry=0x55fea4622690, list=list@entry=0x7f08a0063f00, flags=flags@entry=33280, cancellable=cancellable@entry=0x7f085e46aa60, error=error@entry=0x7f0877ffe7e8) at ../plugins/packagekit/gs-plugin-packagekit.c:1591
#7  0x00007f08bd2c3dd2 in gs_plugin_loader_call_vfunc (helper=0x7f085428f2a0, plugin=0x55fea4622690, app=<optimized out>, list=0x7f08a0063f00, refine_flags=33280, cancellable=0x7f085e46aa60, error=0x7f0877ffea28) at ../lib/gs-plugin-loader.c:639
#8  0x00007f08bd2c3eeb in gs_plugin_loader_run_refine_filter (helper=0x7f085428f2a0, list=0x7f08a0063f00, refine_flags=GS_PLUGIN_REFINE_FLAGS_DEFAULT, cancellable=0x7f085e46aa60, error=0x7f0877ffea28) at ../lib/gs-plugin-loader.c:893
#9  0x00007f08bd2c4241 in gs_plugin_loader_run_refine_internal (helper=0x7f085428f2a0, list=0x7f08a0063f00, cancellable=0x7f085e46aa60, error=0x7f0877ffea28) at ../lib/gs-plugin-loader.c:951
#10 0x00007f08bd2c47ff in gs_plugin_loader_run_refine (helper=0x55fea5a97460, list=0x7f08a0063f00, cancellable=0x7f085e46aa60, error=0x7f0877ffea28) at ../lib/gs-plugin-loader.c:1101
#11 0x00007f08bd2cd4f5 in gs_plugin_loader_process_thread_cb (task=0x7f08906a8ca0, object=<optimized out>, task_data=0x55fea5a97460, cancellable=0x7f085e46aa60) at ../lib/gs-plugin-loader.c:3501
#12 0x00007f08bd0ae3ef in g_task_thread_pool_thread (thread_data=0x7f08906a8ca0, pool_data=<optimized out>) at ../gio/gtask.c:1430
#13 0x00007f08bceee054 in g_thread_pool_thread_proxy (data=<optimized out>) at ../glib/gthreadpool.c:354
#14 0x00007f08bceeb122 in g_thread_proxy (data=0x55fea50ece40) at ../glib/gthread.c:827
#15 0x00007f08bbf03b17 in start_thread (arg=<optimized out>) at pthread_create.c:435
#16 0x00007f08bbf886c0 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81

Thread 8 (Thread 0x7f089adcc640 (LWP 6505) "pool-org.gnome."):
#0  0x00007f08bbf7b81f in __GI___poll (fds=0x7f088811a350, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x00007f08bcf1124c in g_main_context_poll (priority=<optimized out>, n_fds=1, fds=0x7f088811a350, timeout=<optimized out>, context=0x7f088870dc40) at ../glib/gmain.c:4478
#2  g_main_context_iterate.constprop.0 (context=0x7f088870dc40, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../glib/gmain.c:4170
#3  0x00007f08bcebb903 in g_main_loop_run (loop=0x7f08886bc500) at ../glib/gmain.c:4373
#4  0x00007f08bc0eee7a in pk_client_get_updates (client=0x55fea4671680, filters=filters@entry=2, cancellable=cancellable@entry=0x7f08901cf160, progress_callback=0x7f089bed80f0 <gs_packagekit_helper_cb>, progress_callback@entry=0x7f089beac330 <gs_packagekit_helper_cb>, progress_user_data=progress_user_data@entry=0x7f0888829f60, error=error@entry=0x7f089adcb8b8) at ../lib/packagekit-glib2/pk-client-sync.c:646
#5  0x00007f089beae7fa in gs_plugin_add_updates (plugin=plugin@entry=0x55fea4622690, list=list@entry=0x55fea4f42140, cancellable=cancellable@entry=0x7f08901cf160, error=error@entry=0x7f089adcb8b8) at ../plugins/packagekit/gs-plugin-packagekit.c:708
#6  0x00007f08bd2c39f4 in gs_plugin_loader_call_vfunc (helper=0x55fea483cc00, plugin=0x55fea4622690, app=<optimized out>, list=0x55fea4f42140, refine_flags=33280, cancellable=0x7f08901cf160, error=0x7f089adcba28) at ../lib/gs-plugin-loader.c:707
#7  0x00007f08bd2c4ae4 in gs_plugin_loader_run_results (helper=0x55fea483cc00, cancellable=0x7f08901cf160, error=0x7f089adcba28) at ../lib/gs-plugin-loader.c:1229
#8  0x00007f08bd2cd303 in gs_plugin_loader_process_thread_cb (task=0x55fea4b694a0, object=<optimized out>, task_data=0x55fea483cc00, cancellable=0x7f08901cf160) at ../lib/gs-plugin-loader.c:3342
#9  0x00007f08bd0ae3ef in g_task_thread_pool_thread (thread_data=0x55fea4b694a0, pool_data=<optimized out>) at ../gio/gtask.c:1430
#10 0x00007f08bceee054 in g_thread_pool_thread_proxy (data=<optimized out>) at ../glib/gthreadpool.c:354
#11 0x00007f08bceeb122 in g_thread_proxy (data=0x55fea5fb5300) at ../glib/gthread.c:827
#12 0x00007f08bbf03b17 in start_thread (arg=<optimized out>) at pthread_create.c:435
#13 0x00007f08bbf886c0 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81

Thread 7 (Thread 0x7f0876eca640 (LWP 6480) "pool-org.gnome."):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f08bcf0a7fc in g_mutex_lock_slowpath (mutex=mutex@entry=0x55fea45a0728) at ../glib/gthread-posix.c:1493
#2  0x00007f08bcf0a843 in g_mutex_lock (mutex=mutex@entry=0x55fea45a0728) at ../glib/gthread-posix.c:1517
#3  0x00007f089beae79f in gs_plugin_add_updates (plugin=plugin@entry=0x55fea4622690, list=list@entry=0x7f0850025300, cancellable=cancellable@entry=0x7f086451dda0, error=error@entry=0x7f0876ec98b8) at ../plugins/packagekit/gs-plugin-packagekit.c:706
#4  0x00007f08bd2c39f4 in gs_plugin_loader_call_vfunc (helper=0x7f088c647240, plugin=0x55fea4622690, app=<optimized out>, list=0x7f0850025300, refine_flags=33280, cancellable=0x7f086451dda0, error=0x7f0876ec9a28) at ../lib/gs-plugin-loader.c:707
#5  0x00007f08bd2c4ae4 in gs_plugin_loader_run_results (helper=0x7f088c647240, cancellable=0x7f086451dda0, error=0x7f0876ec9a28) at ../lib/gs-plugin-loader.c:1229
#6  0x00007f08bd2cd303 in gs_plugin_loader_process_thread_cb (task=0x55fea5603d40, object=<optimized out>, task_data=0x7f088c647240, cancellable=0x7f086451dda0) at ../lib/gs-plugin-loader.c:3342
#7  0x00007f08bd0ae3ef in g_task_thread_pool_thread (thread_data=0x55fea5603d40, pool_data=<optimized out>) at ../gio/gtask.c:1430
#8  0x00007f08bceee054 in g_thread_pool_thread_proxy (data=<optimized out>) at ../glib/gthreadpool.c:354
#9  0x00007f08bceeb122 in g_thread_proxy (data=0x55fea5a675e0) at ../glib/gthread.c:827
#10 0x00007f08bbf03b17 in start_thread (arg=<optimized out>) at pthread_create.c:435
#11 0x00007f08bbf886c0 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81

Thread 6 (Thread 0x7f0874ec6640 (LWP 6474) "pool-org.gnome."):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f08bcf0a7fc in g_mutex_lock_slowpath (mutex=mutex@entry=0x55fea45a0728) at ../glib/gthread-posix.c:1493
#2  0x00007f08bcf0a843 in g_mutex_lock (mutex=mutex@entry=0x55fea45a0728) at ../glib/gthread-posix.c:1517
#3  0x00007f089beae79f in gs_plugin_add_updates (plugin=plugin@entry=0x55fea4622690, list=list@entry=0x7f08645b5500, cancellable=cancellable@entry=0x7f0868009d60, error=error@entry=0x7f0874ec58b8) at ../plugins/packagekit/gs-plugin-packagekit.c:706
#4  0x00007f08bd2c39f4 in gs_plugin_loader_call_vfunc (helper=0x55fea483c120, plugin=0x55fea4622690, app=<optimized out>, list=0x7f08645b5500, refine_flags=33280, cancellable=0x7f0868009d60, error=0x7f0874ec5a28) at ../lib/gs-plugin-loader.c:707
#5  0x00007f08bd2c4ae4 in gs_plugin_loader_run_results (helper=0x55fea483c120, cancellable=0x7f0868009d60, error=0x7f0874ec5a28) at ../lib/gs-plugin-loader.c:1229
#6  0x00007f08bd2cd303 in gs_plugin_loader_process_thread_cb (task=0x7f088c078c00, object=<optimized out>, task_data=0x55fea483c120, cancellable=0x7f0868009d60) at ../lib/gs-plugin-loader.c:3342
#7  0x00007f08bd0ae3ef in g_task_thread_pool_thread (thread_data=0x7f088c078c00, pool_data=<optimized out>) at ../gio/gtask.c:1430
#8  0x00007f08bceee054 in g_thread_pool_thread_proxy (data=<optimized out>) at ../glib/gthreadpool.c:354
#9  0x00007f08bceeb122 in g_thread_proxy (data=0x55fea524dde0) at ../glib/gthread.c:827
#10 0x00007f08bbf03b17 in start_thread (arg=<optimized out>) at pthread_create.c:435
#11 0x00007f08bbf886c0 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81

Thread 5 (Thread 0x7f089b659640 (LWP 6473) "pool-org.gnome."):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x00007f08bcf0a7fc in g_mutex_lock_slowpath (mutex=mutex@entry=0x55fea45a0728) at ../glib/gthread-posix.c:1493
#2  0x00007f08bcf0a843 in g_mutex_lock (mutex=mutex@entry=0x55fea45a0728) at ../glib/gthread-posix.c:1517
#3  0x00007f089beae79f in gs_plugin_add_updates (plugin=plugin@entry=0x55fea4622690, list=list@entry=0x7f0868009cc0, cancellable=cancellable@entry=0x7f0868009b20, error=error@entry=0x7f089b6588b8) at ../plugins/packagekit/gs-plugin-packagekit.c:706
#4  0x00007f08bd2c39f4 in gs_plugin_loader_call_vfunc (helper=0x55fea5a8bc60, plugin=0x55fea4622690, app=<optimized out>, list=0x7f0868009cc0, refine_flags=33280, cancellable=0x7f0868009b20, error=0x7f089b658a28) at ../lib/gs-plugin-loader.c:707
#5  0x00007f08bd2c4ae4 in gs_plugin_loader_run_results (helper=0x55fea5a8bc60, cancellable=0x7f0868009b20, error=0x7f089b658a28) at ../lib/gs-plugin-loader.c:1229
#6  0x00007f08bd2cd303 in gs_plugin_loader_process_thread_cb (task=0x55fea4bddb00, object=<optimized out>, task_data=0x55fea5a8bc60, cancellable=0x7f0868009b20) at ../lib/gs-plugin-loader.c:3342
#7  0x00007f08bd0ae3ef in g_task_thread_pool_thread (thread_data=0x55fea4bddb00, pool_data=<optimized out>) at ../gio/gtask.c:1430
#8  0x00007f08bceee054 in g_thread_pool_thread_proxy (data=<optimized out>) at ../glib/gthreadpool.c:354
#9  0x00007f08bceeb122 in g_thread_proxy (data=0x55fea5a7d980) at ../glib/gthread.c:827
#10 0x00007f08bbf03b17 in start_thread (arg=<optimized out>) at pthread_create.c:435
#11 0x00007f08bbf886c0 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81

Thread 4 (Thread 0x7f08a928c640 (LWP 3337) "dconf worker"):
#0  0x00007f08bbf7b81f in __GI___poll (fds=0x55fea442a1e0, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x00007f08bcf1124c in g_main_context_poll (priority=<optimized out>, n_fds=1, fds=0x55fea442a1e0, timeout=<optimized out>, context=0x55fea442a840) at ../glib/gmain.c:4478
#2  g_main_context_iterate.constprop.0 (context=context@entry=0x55fea442a840, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../glib/gmain.c:4170
#3  0x00007f08bceb99e3 in g_main_context_iteration (context=context@entry=0x55fea442a840, may_block=may_block@entry=1) at ../glib/gmain.c:4240
#4  0x00007f08a92963ed in dconf_gdbus_worker_thread (user_data=0x55fea442a840) at ../gdbus/dconf-gdbus-thread.c:82
#5  0x00007f08bceeb122 in g_thread_proxy (data=0x55fea4428580) at ../glib/gthread.c:827
#6  0x00007f08bbf03b17 in start_thread (arg=<optimized out>) at pthread_create.c:435
#7  0x00007f08bbf886c0 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81

Thread 3 (Thread 0x7f08aa2e8640 (LWP 3335) "gdbus"):
#0  0x00007f08bbf7b81f in __GI___poll (fds=0x55fea440dfe0, nfds=3, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x00007f08bcf1124c in g_main_context_poll (priority=<optimized out>, n_fds=3, fds=0x55fea440dfe0, timeout=<optimized out>, context=0x55fea440ded0) at ../glib/gmain.c:4478
#2  g_main_context_iterate.constprop.0 (context=0x55fea440ded0, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../glib/gmain.c:4170
#3  0x00007f08bcebb903 in g_main_loop_run (loop=0x55fea440dfc0) at ../glib/gmain.c:4373
#4  0x00007f08bd11083a in gdbus_shared_thread_func (user_data=0x55fea440dea0) at ../gio/gdbusprivate.c:280
#5  0x00007f08bceeb122 in g_thread_proxy (data=0x55fea43eb120) at ../glib/gthread.c:827
#6  0x00007f08bbf03b17 in start_thread (arg=<optimized out>) at pthread_create.c:435
#7  0x00007f08bbf886c0 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81

Thread 2 (Thread 0x7f08aab0d640 (LWP 3334) "gmain"):
#0  0x00007f08bbf7b81f in __GI___poll (fds=0x55fea43c0b10, nfds=2, timeout=3996) at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x00007f08bcf1124c in g_main_context_poll (priority=<optimized out>, n_fds=2, fds=0x55fea43c0b10, timeout=<optimized out>, context=0x55fea43c0a00) at ../glib/gmain.c:4478
#2  g_main_context_iterate.constprop.0 (context=context@entry=0x55fea43c0a00, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../glib/gmain.c:4170
#3  0x00007f08bceb99e3 in g_main_context_iteration (context=0x55fea43c0a00, may_block=may_block@entry=1) at ../glib/gmain.c:4240
#4  0x00007f08bceb9a31 in glib_worker_main (data=<optimized out>) at ../glib/gmain.c:6140
#5  0x00007f08bceeb122 in g_thread_proxy (data=0x55fea43bbf00) at ../glib/gthread.c:827
#6  0x00007f08bbf03b17 in start_thread (arg=<optimized out>) at pthread_create.c:435
#7  0x00007f08bbf886c0 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81

Thread 1 (Thread 0x7f08b8040a80 (LWP 3333) "gnome-software"):
#0  0x00007f08bbf7b81f in __GI___poll (fds=0x55fea4dc5980, nfds=4, timeout=6568) at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x00007f08bcf1124c in g_main_context_poll (priority=<optimized out>, n_fds=4, fds=0x55fea4dc5980, timeout=<optimized out>, context=0x55fea43b06b0) at ../glib/gmain.c:4478
#2  g_main_context_iterate.constprop.0 (context=context@entry=0x55fea43b06b0, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../glib/gmain.c:4170
#3  0x00007f08bceb99e3 in g_main_context_iteration (context=context@entry=0x55fea43b06b0, may_block=may_block@entry=1) at ../glib/gmain.c:4240
#4  0x00007f08bd0dc2c5 in g_application_run (application=0x55fea43b2120, argc=2114200788, argv=<optimized out>) at ../gio/gapplication.c:2569
#5  0x000055fea2e7d357 in main (argc=1, argv=0x7fff7e042688) at ../src/gs-main.c:49
[Inferior 1 (process 3333) detached]

Comment 5 Mason 2021-11-25 02:24:27 UTC
I'm going to try to leave gnome-software in this state so that I can grab any more information you guys need to help resolve this bug.

Comment 6 Milan Crha 2021-11-25 15:24:00 UTC
Thanks for the update. I see Thread 8 is waiting for a response from PackageKit, which blocks the other PackageKit-related threads from processing. Maybe a `sudo journalctl -xe | grep PackageK` will show something, but I'm not sure.

I think there had been reported a similar "lost response from the PackageKit" bug too. I'll try to find it.

Comment 7 Milan Crha 2021-11-26 06:32:44 UTC
I believe this is [1]. Let's close this in favour of it. Please see the [1] for any further updates.

[1] https://gitlab.gnome.org/GNOME/gnome-software/-/issues/1118


Note You need to log in before you can comment on or make changes to this bug.