RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1932228 - leapp and yum segfaults after installing dnf
Summary: leapp and yum segfaults after installing dnf
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: libdnf
Version: 7.9
Hardware: All
OS: Linux
high
medium
Target Milestone: rc
: ---
Assignee: Daniel Mach
QA Contact: Eva Mrakova
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-02-24 10:08 UTC by Christophe Besson
Modified: 2024-03-25 18:12 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-04-07 13:56:43 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
python leapp bt (131.60 KB, text/plain)
2021-02-24 10:11 UTC, Christophe Besson
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2021:1130 0 None None None 2021-04-07 13:56:46 UTC

Description Christophe Besson 2021-02-24 10:08:21 UTC
Description of problem:
Customer wanted to run an IPU to RHEL 8 with Leapp.
After installing leapp with its dependencies (including dnf), using it leads to a python coredump. Yum segfaults too, and DNF is not usable.

Version-Release number of selected component (if applicable):
# rpm -qa | grep -e leapp -e dnf -e librepo- | grep -v debuginfo
python2-libdnf-0.22.5-2.el7_9.x86_64
leapp-repository-0.13.0-2.el7_9.noarch
dnf-data-4.0.9.2-1.el7_6.noarch
libdnf-0.22.5-2.el7_9.x86_64
dnf-4.0.9.2-1.el7_6.noarch
leapp-deps-0.12.0-1.el7_9.noarch
leapp-repository-deps-0.13.0-2.el7_9.noarch
leapp-0.12.0-1.el7_9.noarch
python2-dnf-4.0.9.2-1.el7_6.noarch
python2-leapp-0.12.0-1.el7_9.noarch
librepo-1.7.16-1.el7.x86_64

How reproducible:
100%

Steps to Reproduce:
1. Install a fully updated RHEL 7.9 system
2. Downgrade to librepo-1.7.16-1.el7.x86_64 to match the customer environment
3. Install Leapp (which comes with DNF/libdnf from RHEL 7 extras)

Actual results:
~~~
# yum 
Segmentation fault

# dnf repolist
Traceback (most recent call last):
  File "/usr/bin/dnf", line 57, in <module>
    from dnf.cli import main
  File "/usr/lib/python2.7/site-packages/dnf/__init__.py", line 30, in <module>
    import dnf.base
  File "/usr/lib/python2.7/site-packages/dnf/base.py", line 29, in <module>
    import libdnf.transaction
  File "/usr/lib64/python2.7/site-packages/libdnf/__init__.py", line 3, in <module>
    from . import conf
  File "/usr/lib64/python2.7/site-packages/libdnf/conf.py", line 18, in <module>
    _conf = swig_import_helper()
  File "/usr/lib64/python2.7/site-packages/libdnf/conf.py", line 17, in swig_import_helper
    return importlib.import_module('_conf')
  File "/usr/lib64/python2.7/importlib/__init__.py", line 37, in import_module
    __import__(name)
ImportError: No module named _conf

# dmesg | grep segfault
[  113.872447] leapp[5312]: segfault at 22346 ip 0000000000022346 sp 00007ffeb9e4f878 error 14 in python2.7[400000+1000]
[  125.647917] yum[6731]: segfault at 22346 ip 0000000000022346 sp 00007ffcdd052fc8 error 14 in python2.7[400000+1000]
~~~

Expected results:
Leapp, Yum and DNF does not crash.

Additional info:
* Filed this bug against libdnf because I don't see an explicit dependency to librepo with the required version, possibly move it to another component if needed.

* Updating the latest librepo thanks to the rpm command fixes the issue.

* Yum is broken because it reads the libdnf python wrapper once it is installed:
~~~
793   01:49:02.233940 open("/usr/lib64/python2.7/site-packages/libdnf/_conf.so", O_RDONLY) = 12</usr/lib64/python2.7/site-packages/libdnf/_conf.so> <0.000042>
793   01:49:02.234043 fstat(12</usr/lib64/python2.7/site-packages/libdnf/_conf.so>, {st_dev=makedev(253, 5), st_ino=138173, st_mode=S_IFREG|0755, st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=1480, st_size=757672, st_atime=1613639579 /* 2021-02-18T20:12:59.514170989+1100 */, st_atime_nsec=514170989, st_mtime=1586967955 /* 2020-04-16T02:25:55+1000 */, st_mtime_nsec=0, st_ctime=1612947079 /* 2021-02-10T19:51:19.305955772+1100 */, st_ctime_nsec=305955772}) = 0 <0.000034>
793   01:49:02.234199 --- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x22346} ---
793   01:49:02.428556 +++ killed by SIGSEGV (core dumped) +++
~~~

* Issue seen in Python:
~~~
# python
Python 2.7.5 (default, Aug 13 2020, 02:51:10) 
[GCC 4.8.5 20150623 (Red Hat 4.8.5-39)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import importlib
>>> importlib.import_module('libdnf._conf')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib64/python2.7/importlib/__init__.py", line 37, in import_module
    __import__(name)
  File "/usr/lib64/python2.7/site-packages/libdnf/__init__.py", line 3, in <module>
    from . import conf
  File "/usr/lib64/python2.7/site-packages/libdnf/conf.py", line 17, in <module>
    _conf = swig_import_helper()
  File "/usr/lib64/python2.7/site-packages/libdnf/conf.py", line 16, in swig_import_helper
    return importlib.import_module('_conf')
  File "/usr/lib64/python2.7/importlib/__init__.py", line 37, in import_module
    __import__(name)
ImportError: No module named _conf
~~~

* Same with the latest librepo
~~~
# python
Python 2.7.5 (default, Aug 13 2020, 02:51:10) 
[GCC 4.8.5 20150623 (Red Hat 4.8.5-39)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import importlib
>>> importlib.import_module('libdnf._conf')
<module 'libdnf._conf' from '/usr/lib64/python2.7/site-packages/libdnf/_conf.so'>
~~~

Comment 2 Christophe Besson 2021-02-24 10:11:49 UTC
Created attachment 1759037 [details]
python leapp bt

likely not useful

Comment 3 Daniel Mach 2021-02-25 09:40:38 UTC
Is there a reason why librepo couldn't be upgraded to the latest version?
librepo-1.8.1-7.el7 should be the latest available.

Comment 13 errata-xmlrpc 2021-04-07 13:56:43 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (nextgen-yum4 bug fix update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2021:1130


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