yum raises ImportError exception
Issue: After installation of RHSA-2012:0744-01 yum aborts now with a segmentation fault
Environment:
- Red Hat Enterprise Linux 6
Resolution:
Install errata RHBA-2012-1250.html.
Root Cause:
As part of the fix for CVE-2012-0876, a new symbol ("XML_SetHashSalt") was added to the system libexpat library, and which Python's standard library uses within the pyexpat module. If an unpatched libexpat.so.1 was present in a directory listed in LD_LIBRARY_PATH, then attempts to use the pyexpat module (such as within yum) would fail with an ImportError exception. This update adds an RPATH directive to pyexpat to ensure that the system libexpat is used by pyexpat, regardless of whether there is an unpatched libexpat within the LD_LIBRARY_PATH, thus preventing the ImportError exception. (BZ#848815)
All Python users are advised to upgrade to these updated packages, which fix this bug.
'OS > RedHat Bug Report' 카테고리의 다른 글
[BUG] GFS2 filesystem withdraw (0) | 2014.04.24 |
---|---|
[BUG] NFSv4 flock regression (0) | 2014.04.24 |
[BUG] Hot-adding memory in VMWare RHEL guest does not work. (0) | 2014.04.24 |
[BUG] Kernel Panic with message "kernel BUG at net/sunrpc/sched.c:655!" (0) | 2014.04.24 |
[BUG] Kernel panic in libfc code (0) | 2014.04.24 |
[BUG] kernel panic in 'put_rpccred+0x13a/0x150 [sunrpc]' (0) | 2014.04.24 |
[BUG] GFS2 filesystem withdraw with: function = get_leaf, file = fs/gfs2/dir.c, line = 763 (0) | 2014.04.24 |
[BUG] RHEL 6 machine crashes while trying to read from a tty (0) | 2014.04.24 |
[BUG] NFS server panics in tcp_sendpage (0) | 2014.04.24 |
[BUG] Kernel BUG at fs/direct-io.c:923 (0) | 2014.04.24 |