Bug 1636803 - [abrt] PackageKit: g_variant_unref(): packagekitd killed by SIGABRT
Summary: [abrt] PackageKit: g_variant_unref(): packagekitd killed by SIGABRT
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: libdnf
Version: 29
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jaroslav Rohel
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:a767c553c8db09d3df1d51e421b...
: 1658181 1659817 1666615 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-10-07 18:06 UTC by Gwendal
Modified: 2019-11-18 01:52 UTC (History)
15 users (show)

Fixed In Version: libdnf-0.31.0-10.fc29
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-11-18 01:52:13 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (35.35 KB, text/plain)
2018-10-07 18:06 UTC, Gwendal
no flags Details
File: cgroup (308 bytes, text/plain)
2018-10-07 18:06 UTC, Gwendal
no flags Details
File: core_backtrace (15.69 KB, text/plain)
2018-10-07 18:06 UTC, Gwendal
no flags Details
File: cpuinfo (1.69 KB, text/plain)
2018-10-07 18:07 UTC, Gwendal
no flags Details
File: dso_list (7.82 KB, text/plain)
2018-10-07 18:07 UTC, Gwendal
no flags Details
File: environ (191 bytes, text/plain)
2018-10-07 18:07 UTC, Gwendal
no flags Details
File: limits (1.29 KB, text/plain)
2018-10-07 18:07 UTC, Gwendal
no flags Details
File: maps (47.87 KB, text/plain)
2018-10-07 18:07 UTC, Gwendal
no flags Details
File: mountinfo (4.41 KB, text/plain)
2018-10-07 18:07 UTC, Gwendal
no flags Details
File: open_fds (1.02 KB, text/plain)
2018-10-07 18:07 UTC, Gwendal
no flags Details
File: proc_pid_status (1.27 KB, text/plain)
2018-10-07 18:07 UTC, Gwendal
no flags Details
File: var_log_messages (243 bytes, text/plain)
2018-10-07 18:07 UTC, Gwendal
no flags Details

Description Gwendal 2018-10-07 18:06:50 UTC
Version-Release number of selected component:
PackageKit-1.1.11-1.fc29

Additional info:
reporter:       libreport-2.9.5
backtrace_rating: 4
cmdline:        /usr/libexec/packagekitd
crash_function: g_variant_unref
executable:     /usr/libexec/packagekitd
journald_cursor: s=d55e84882f3d4564ac944754110812d5;i=29848;b=93e6c168409e46d0a1e98ecdaedc3caf;m=a4d04cb1;t=5778b22e409c2;x=9e5bb863ceffab2c
kernel:         4.18.11-301.fc29.x86_64
rootdir:        /
runlevel:       N 5
type:           CCpp
uid:            0

Comment 1 Gwendal 2018-10-07 18:06:56 UTC
Created attachment 1491387 [details]
File: backtrace

Comment 2 Gwendal 2018-10-07 18:06:57 UTC
Created attachment 1491388 [details]
File: cgroup

Comment 3 Gwendal 2018-10-07 18:06:59 UTC
Created attachment 1491389 [details]
File: core_backtrace

Comment 4 Gwendal 2018-10-07 18:07:00 UTC
Created attachment 1491390 [details]
File: cpuinfo

Comment 5 Gwendal 2018-10-07 18:07:02 UTC
Created attachment 1491391 [details]
File: dso_list

Comment 6 Gwendal 2018-10-07 18:07:03 UTC
Created attachment 1491392 [details]
File: environ

Comment 7 Gwendal 2018-10-07 18:07:04 UTC
Created attachment 1491393 [details]
File: limits

Comment 8 Gwendal 2018-10-07 18:07:06 UTC
Created attachment 1491394 [details]
File: maps

Comment 9 Gwendal 2018-10-07 18:07:07 UTC
Created attachment 1491395 [details]
File: mountinfo

Comment 10 Gwendal 2018-10-07 18:07:08 UTC
Created attachment 1491396 [details]
File: open_fds

Comment 11 Gwendal 2018-10-07 18:07:10 UTC
Created attachment 1491397 [details]
File: proc_pid_status

Comment 12 Gwendal 2018-10-07 18:07:11 UTC
Created attachment 1491398 [details]
File: var_log_messages

Comment 13 Kalev Lember 2018-10-31 10:23:55 UTC
Looks like a crash in libmodulemd. Reassigning.

Comment 14 Stephen Gallagher 2018-10-31 12:16:23 UTC
Yes, looks like a double-free somewhere in a cleanup function. Do you have a reproducer handy, by any chance?

Comment 15 Kalev Lember 2018-10-31 14:21:43 UTC
I don't, but the original reporter maybe knows how to reproduce this?

Comment 16 Stephen Gallagher 2018-10-31 14:52:27 UTC
I can't manage to reproduce this with libmodulemd itself; it's possible that it has something to do with how libdnf is wrapping it in a shared_ptr. CCing jmracek and dmach to look at that.

Comment 17 Kalev Lember 2018-12-11 13:19:57 UTC
*** Bug 1658181 has been marked as a duplicate of this bug. ***

Comment 18 Kalev Lember 2018-12-17 06:48:56 UTC
*** Bug 1659817 has been marked as a duplicate of this bug. ***

Comment 19 Kalev Lember 2019-01-16 09:55:52 UTC
*** Bug 1666615 has been marked as a duplicate of this bug. ***

Comment 20 Daniel Mach 2019-01-22 09:32:48 UTC
The shared_ptr might be the issue.
Moving to libdnf for further investigation.

Comment 21 Jaroslav Rohel 2019-08-22 11:02:58 UTC
> The shared_ptr might be the issue.

The problem was resolved by removing using of shared_ptr in related part of the libdnf.
PR https://github.com/rpm-software-management/libdnf/pull/671 .
PR https://github.com/rpm-software-management/libdnf/pull/775 .

Comment 22 Ben Cotton 2019-10-31 18:55:34 UTC
This message is a reminder that Fedora 29 is nearing its end of life.
Fedora will stop maintaining and issuing updates for Fedora 29 on 2019-11-26.
It is Fedora's policy to close all bug reports from releases that are no longer
maintained. At that time this bug will be closed as EOL if it remains open with a
Fedora 'version' of '29'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 29 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 23 Fedora Update System 2019-11-13 12:05:28 UTC
libdnf-0.31.0-10.fc29 has been pushed to the Fedora 29 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-dc3b5542ad

Comment 24 Fedora Update System 2019-11-18 01:52:13 UTC
libdnf-0.31.0-10.fc29 has been pushed to the Fedora 29 stable repository. If problems still persist, please make note of it in this bug report.


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