Bug 98721 - Crash when gnome-software loads catalogue
Summary: Crash when gnome-software loads catalogue
Status: RESOLVED NOTABUG
Alias: None
Product: PackageKit
Classification: Unclassified
Component: General (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Richard Hughes
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-14 14:08 UTC by Bastien Nocera
Modified: 2018-08-21 15:52 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Bastien Nocera 2016-11-14 14:08:28 UTC
PackageKit-1.1.4-1.fc25.x86_64

#0  repo_internalize_trigger (repo=0x7f118030b970) at /usr/src/debug/PackageKit-1.1.4/libhif-9cf4fb312b0b8fe09ade037a8e502cb042328033/libdnf/hy-repo.c:60
60	    if (!hrepo->needs_internalizing)
(gdb) bt
#0  0x00007f119a453704 in repo_internalize_trigger (repo=0x7f118030b970) at /usr/src/debug/PackageKit-1.1.4/libhif-9cf4fb312b0b8fe09ade037a8e502cb042328033/libdnf/hy-repo.c:60
#1  0x00007f119a453753 in repo_internalize_all_trigger (pool=0x7f1170da43f0) at /usr/src/debug/PackageKit-1.1.4/libhif-9cf4fb312b0b8fe09ade037a8e502cb042328033/libdnf/hy-repo.c:52
#2  0x00007f119a44c8a5 in solve (user_cb_data=0x0, user_cb=0x0, flags=DNF_ALLOW_UNINSTALL, job=<optimized out>, goal=0x7f11806a4000)
    at /usr/src/debug/PackageKit-1.1.4/libhif-9cf4fb312b0b8fe09ade037a8e502cb042328033/libdnf/hy-goal.c:282
#3  0x00007f119a44c8a5 in hy_goal_run_all_flags (goal=goal@entry=0x7f11806a4000, cb=cb@entry=0x0, cb_data=cb_data@entry=0x0, flags=flags@entry=DNF_ALLOW_UNINSTALL)
    at /usr/src/debug/PackageKit-1.1.4/libhif-9cf4fb312b0b8fe09ade037a8e502cb042328033/libdnf/hy-goal.c:890
#4  0x00007f119a44d00b in hy_goal_run_flags (goal=goal@entry=0x7f11806a4000, flags=flags@entry=DNF_ALLOW_UNINSTALL)
    at /usr/src/debug/PackageKit-1.1.4/libhif-9cf4fb312b0b8fe09ade037a8e502cb042328033/libdnf/hy-goal.c:875
#5  0x00007f119a45a95b in dnf_goal_depsolve (goal=0x7f11806a4000, flags=flags@entry=DNF_ALLOW_UNINSTALL, error=error@entry=0x7f119b088d28)
    at /usr/src/debug/PackageKit-1.1.4/libhif-9cf4fb312b0b8fe09ade037a8e502cb042328033/libdnf/dnf-goal.c:64
#6  0x00007f119a67fee8 in pk_backend_search_thread (job=0x5616051192f0 [PkBackendJob], params=<optimized out>, user_data=<optimized out>) at pk-backend-dnf.c:985
#7  0x0000561603f68b7a in pk_backend_job_thread_setup (thread_data=0x5616050fa960) at pk-backend-job.c:813
#8  0x00007f11a60c6b03 in g_thread_proxy (data=0x561605107d90) at gthread.c:784
#9  0x00007f11a5c276ca in start_thread (arg=0x7f119b089700) at pthread_create.c:333
#10 0x00007f11a5961f6f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:105
(gdb) list
55	void
56	repo_internalize_trigger(Repo * repo)
57	{
58	    HyRepo hrepo = repo->appdata;
59	    assert(hrepo->libsolv_repo == repo);
60	    if (!hrepo->needs_internalizing)
61	        return;
62	    hrepo->needs_internalizing = 0;
63	    repo_internalize(repo);
64	}
(gdb) p repo
$1 = (Repo *) 0x7f118030b970
(gdb) p hrepo
$2 = (HyRepo) 0x0
(gdb) p repo->name
$3 = 0x7f11806a3900 "bluejeans"

$ cat /etc/yum.repos.d/bluejeans.repo 
[bluejeans]
name=Blue Jeans Network, Inc. - x86_64 software and updates
baseurl=https://swdl.bluejeans.com/repos/bluejeans/x86_64/release/rpm
gpgcheck=1
gpgkey=https://swdl.bluejeans.com/repos/bluejeans/bjn-key
enabled=1
Comment 1 Richard Hughes 2018-08-21 15:52:18 UTC
We moved the upstream bugtracker to GitHub a long time ago. If this issue still affects you please re-create the issue here: https://github.com/hughsie/PackageKit/issues
 
Sorry for the impersonal message, and fingers crossed your issue no longer happens. Thanks.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.