View Issue Details

IDProjectCategoryView StatusLast Update
0014663CentOS-7firewalldpublic2022-10-20 15:05
Reportera_khademi Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
OS Version7 
Summary0014663: [abrt] firewall-config: expat.py:4:<module>:ImportError: /usr/lib64/python2.7/lib-dynload/pyexpat.so: undefined symbol: ...
DescriptionDescription of problem:
I tried to run Firewall and it crashes

Version-Release number of selected component:
firewall-config-0.4.4.4-6.el7

Truncated backtrace:
#1 <module> in /usr/lib64/python2.7/xml/parsers/expat.py:4
#2 <module> in /usr/lib64/python2.7/site-packages/dbus/_expat_introspect_parser.py:26
#3 <module> in /usr/lib64/python2.7/site-packages/dbus/proxies.py:34
#4 <module> in /usr/lib64/python2.7/site-packages/dbus/connection.py:37
#5 <module> in /usr/lib64/python2.7/site-packages/dbus/bus.py:39
#6 <module> in /usr/lib64/python2.7/site-packages/dbus/_dbus.py:39
#7 <module> in /usr/lib64/python2.7/site-packages/dbus/__init__.py:103
#8 <module> in /usr/bin/firewall-config:43
Additional Informationreporter: libreport-2.1.11.1
cmdline: /usr/bin/python -Es /usr/bin/firewall-config
executable: /usr/bin/firewall-config
kernel: 3.10.0-693.21.1.el7.x86_64
pkg_fingerprint: 24C6 A8A7 F4A8 0EB5
pkg_vendor: CentOS
reproducible: Not sure how to reproduce the problem
runlevel: N 5
type: Python
uid: 2000
TagsNo tags attached.
abrt_hash1ad9ffcd7706762ebc436c813297e566a8195a72
URLhttps://retrace.fedoraproject.org/faf/reports/bthash/1bd6da8e2d52ba03e4e0f440f4e79bc3b843797f

Activities

a_khademi

a_khademi

2018-04-08 03:16

reporter  

backtrace (7,541 bytes)   
expat.py:4:<module>:ImportError: /usr/lib64/python2.7/lib-dynload/pyexpat.so: undefined symbol: XML_SetHashSalt

Traceback (most recent call last):
  File "/usr/bin/firewall-config", line 43, in <module>
    import dbus
  File "/usr/lib64/python2.7/site-packages/dbus/__init__.py", line 103, in <module>
    from dbus._dbus import Bus, SystemBus, SessionBus, StarterBus
  File "/usr/lib64/python2.7/site-packages/dbus/_dbus.py", line 39, in <module>
    from dbus.bus import BusConnection
  File "/usr/lib64/python2.7/site-packages/dbus/bus.py", line 39, in <module>
    from dbus.connection import Connection
  File "/usr/lib64/python2.7/site-packages/dbus/connection.py", line 37, in <module>
    from dbus.proxies import ProxyObject
  File "/usr/lib64/python2.7/site-packages/dbus/proxies.py", line 34, in <module>
    from dbus._expat_introspect_parser import process_introspection_data
  File "/usr/lib64/python2.7/site-packages/dbus/_expat_introspect_parser.py", line 26, in <module>
    from xml.parsers.expat import ParserCreate
  File "/usr/lib64/python2.7/xml/parsers/expat.py", line 4, in <module>
    from pyexpat import *
ImportError: /usr/lib64/python2.7/lib-dynload/pyexpat.so: undefined symbol: XML_SetHashSalt

Local variables in innermost frame:
__builtins__: {'bytearray': <type 'bytearray'>, 'IndexError': <type 'exceptions.IndexError'>, 'all': <built-in function all>, 'help': Type help() for interactive help, or help(object) for help about object., 'vars': <built-in function vars>, 'SyntaxError': <type 'exceptions.SyntaxError'>, 'unicode': <type 'unicode'>, 'UnicodeDecodeError': <type 'exceptions.UnicodeDecodeError'>, 'memoryview': <type 'memoryview'>, 'isinstance': <built-in function isinstance>, 'copyright': Copyright (c) 2001-2013 Python Software Foundation.
All Rights Reserved.

Copyright (c) 2000 BeOpen.com.
All Rights Reserved.

Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.

Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'NameError': <type 'exceptions.NameError'>, 'BytesWarning': <type 'exceptions.BytesWarning'>, 'dict': <type 'dict'>, 'input': <built-in function input>, 'oct': <built-in function oct>, 'bin': <built-in function bin>, 'SystemExit': <type 'exceptions.SystemExit'>, 'StandardError': <type 'exceptions.StandardError'>, 'format': <built-in function format>, 'repr': <built-in function repr>, 'sorted': <built-in function sorted>, 'False': False, 'RuntimeWarning': <type 'exceptions.RuntimeWarning'>, 'list': <type 'list'>, 'iter': <built-in function iter>, 'reload': <built-in function reload>, 'Warning': <type 'exceptions.Warning'>, '__package__': None, 'round': <built-in function round>, 'dir': <built-in function dir>, 'cmp': <built-in function cmp>, 'set': <type 'set'>, 'bytes': <type 'str'>, 'reduce': <built-in function reduce>, 'intern': <built-in function intern>, 'issubclass': <built-in function issubclass>, 'Ellipsis': Ellipsis, 'EOFError': <type 'exceptions.EOFError'>, 'locals': <built-in function locals>, 'BufferError': <type 'exceptions.BufferError'>, 'slice': <type 'slice'>, 'FloatingPointError': <type 'exceptions.FloatingPointError'>, 'sum': <built-in function sum>, 'getattr': <built-in function getattr>, 'abs': <built-in function abs>, 'exit': Use exit() or Ctrl-D (i.e. EOF) to exit, 'print': <built-in function print>, 'True': True, 'FutureWarning': <type 'exceptions.FutureWarning'>, 'ImportWarning': <type 'exceptions.ImportWarning'>, 'None': None, 'hash': <built-in function hash>, 'ReferenceError': <type 'exceptions.ReferenceError'>, 'len': <built-in function len>, 'credits':     Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
    for supporting Python development.  See www.python.org for more information., 'frozenset': <type 'frozenset'>, '__name__': '__builtin__', 'ord': <built-in function ord>, 'super': <type 'super'>, 'TypeError': <type 'exceptions.TypeError'>, 'license': See http://www.python.org/2.7/license.html, 'KeyboardInterrupt': <type 'exceptions.KeyboardInterrupt'>, 'UserWarning': <type 'exceptions.UserWarning'>, 'filter': <built-in function filter>, 'range': <built-in function range>, 'staticmethod': <type 'staticmethod'>, 'SystemError': <type 'exceptions.SystemError'>, 'BaseException': <type 'exceptions.BaseException'>, 'pow': <built-in function pow>, 'RuntimeError': <type 'exceptions.RuntimeError'>, 'float': <type 'float'>, 'MemoryError': <type 'exceptions.MemoryError'>, 'StopIteration': <type 'exceptions.StopIteration'>, 'globals': <built-in function globals>, 'divmod': <built-in function divmod>, 'enumerate': <type 'enumerate'>, 'apply': <built-in function apply>, 'LookupError': <type 'exceptions.LookupError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-D (i.e. EOF) to exit, 'basestring': <type 'basestring'>, 'UnicodeError': <type 'exceptions.UnicodeError'>, 'zip': <built-in function zip>, 'hex': <built-in function hex>, 'long': <type 'long'>, 'next': <built-in function next>, 'ImportError': <type 'exceptions.ImportError'>, 'chr': <built-in function chr>, 'xrange': <type 'xrange'>, 'type': <type 'type'>, '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", 'Exception': <type 'exceptions.Exception'>, 'tuple': <type 'tuple'>, 'UnicodeTranslateError': <type 'exceptions.UnicodeTranslateError'>, 'reversed': <type 'reversed'>, 'UnicodeEncodeError': <type 'exceptions.UnicodeEncodeError'>, 'IOError': <type 'exceptions.IOError'>, 'hasattr': <built-in function hasattr>, 'delattr': <built-in function delattr>, 'setattr': <built-in function setattr>, 'raw_input': <built-in function raw_input>, 'SyntaxWarning': <type 'exceptions.SyntaxWarning'>, 'compile': <built-in function compile>, 'ArithmeticError': <type 'exceptions.ArithmeticError'>, 'str': <type 'str'>, 'property': <type 'property'>, 'GeneratorExit': <type 'exceptions.GeneratorExit'>, 'int': <type 'int'>, '__import__': <built-in function __import__>, 'KeyError': <type 'exceptions.KeyError'>, 'coerce': <built-in function coerce>, 'PendingDeprecationWarning': <type 'exceptions.PendingDeprecationWarning'>, 'file': <type 'file'>, 'EnvironmentError': <type 'exceptions.EnvironmentError'>, 'unichr': <built-in function unichr>, 'id': <built-in function id>, 'OSError': <type 'exceptions.OSError'>, 'DeprecationWarning': <type 'exceptions.DeprecationWarning'>, 'min': <built-in function min>, 'UnicodeWarning': <type 'exceptions.UnicodeWarning'>, 'execfile': <built-in function execfile>, 'any': <built-in function any>, 'complex': <type 'complex'>, 'bool': <type 'bool'>, 'ValueError': <type 'exceptions.ValueError'>, 'NotImplemented': NotImplemented, 'map': <built-in function map>, 'buffer': <type 'buffer'>, 'max': <built-in function max>, 'object': <type 'object'>, 'TabError': <type 'exceptions.TabError'>, 'callable': <built-in function callable>, 'ZeroDivisionError': <type 'exceptions.ZeroDivisionError'>, 'eval': <built-in function eval>, '__debug__': True, 'IndentationError': <type 'exceptions.IndentationError'>, 'AssertionError': <type 'exceptions.AssertionError'>, 'classmethod': <type 'classmethod'>, 'UnboundLocalError': <type 'exceptions.UnboundLocalError'>, 'NotImplementedError': <type 'exceptions.NotImplementedError'>, 'AttributeError': <type 'exceptions.AttributeError'>, 'OverflowError': <type 'exceptions.OverflowError'>}
__file__: None
__package__: None
__name__: None
__version__: None
__doc__: None
backtrace (7,541 bytes)   
dso_list (62 bytes)   
dbus-python-1.1.1-9.el7.x86_64
python-libs-2.7.5-58.el7.x86_64
dso_list (62 bytes)   
environ (1,922 bytes)   
TMP=/tmp
GNOME_DESKTOP_SESSION_ID=this-is-deprecated
GJS_DEBUG_OUTPUT=stderr
ORACLE_BASE=/apps/oracle
LESSOPEN=||/usr/bin/lesspipe.sh %s
XDG_SESSION_TYPE=x11
QT_IM_MODULE=xim
LOGNAME=oracle
USER=oracle
HOME=/home/oracle
XDG_VTNR=1
PATH=/apps/oracle/product/12.2.0/dbhome_1/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:/home/oracle/.local/bin:/home/oracle/bin
LD_LIBRARY_PATH=/apps/oracle/product/12.2.0/dbhome_1/lib:/lib:/usr/lib
GIO_LAUNCHED_DESKTOP_FILE_PID=31535
SSH_AGENT_PID=2248
LANG=en_US.UTF-8
TERM=dumb
SHELL=/bin/bash
XAUTHORITY=/run/gdm/auth-for-oracle-EQI7P6/database
ORACLE_HOME=/apps/oracle/product/12.2.0/dbhome_1
SHLVL=1
QT_QPA_PLATFORMTHEME=qgnomeplatform
HISTSIZE=1000
WINDOWPATH=1
IMSETTINGS_INTEGRATE_DESKTOP=yes
ORACLE_HOSTNAME=qii-svr021
USERNAME=oracle
IMSETTINGS_MODULE=none
GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/firewall-config.desktop
XDG_RUNTIME_DIR=/run/user/2000
SSH_AUTH_SOCK=/run/user/2000/keyring/ssh
CLASSPATH=/apps/oracle/product/12.2.0/dbhome_1/jlib:/apps/oracle/product/12.2.0/dbhome_1/rdbms/jlib
GDMSESSION=gnome-classic
XMODIFIERS=@im=none
GNOME_SHELL_SESSION_MODE=classic
ORACLE_SID=my12c
XDG_CURRENT_DESKTOP=GNOME-Classic:GNOME
XDG_SESSION_ID=1
DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-4DAly8IWg4,guid=6cb81b2a67332e5d33a7807c5ac95dbc
TMPDIR=/tmp
DESKTOP_SESSION=gnome-classic
DISPLAY=:0
ORACLE_UNQNAME=my12c
HOSTNAME=qii-svr021.qii.local
GDM_LANG=en_US.UTF-8
HISTCONTROL=ignoredups
XDG_DATA_DIRS=/home/oracle/.local/share/flatpak/exports/share/:/var/lib/flatpak/exports/share/:/usr/local/share/:/usr/share/
PWD=/home/oracle
DESKTOP_STARTUP_ID=gnome-shell-2301-qii-svr021.qii.local-/usr/bin/firewall-config-1_TIME8136504
MAIL=/var/spool/mail/oracle
XDG_SESSION_DESKTOP=gnome-classic
XDG_MENU_PREFIX=gnome-
SESSION_MANAGER=local/unix:@/tmp/.ICE-unix/2066,unix/unix:/tmp/.ICE-unix/2066
GJS_DEBUG_TOPICS=JS ERROR;JS LOG
XDG_SEAT=seat0
environ (1,922 bytes)   
machineid (135 bytes)   
systemd=bf969dd6ca4e42889f07f03cfe09e3c0
sosreport_uploader-dmidecode=0e087e2d21a100302417b75ff34a963cb740fb819a0b878246a9d423d5aab864
machineid (135 bytes)   
tsleszyn

tsleszyn

2018-06-24 15:22

reporter   ~0032129

Another user experienced a similar problem:

Try to edit firewall settings

reporter: libreport-2.1.11.1
cmdline: /usr/bin/python -Es /usr/bin/firewall-config
executable: /usr/bin/firewall-config
kernel: 3.10.0-862.2.3.el7.x86_64
package: firewall-config-0.4.4.4-14.el7
pkg_fingerprint: 24C6 A8A7 F4A8 0EB5
pkg_vendor: CentOS
reason: expat.py:4:<module>:ImportError: /usr/lib64/python2.7/lib-dynload/pyexpat.so: undefined symbol: XML_SetHashSalt
reproducible: Not sure how to reproduce the problem
runlevel: N 5
type: Python
uid: 1001
vinicius.pacheco

vinicius.pacheco

2020-01-27 16:39

reporter   ~0036139

Another user experienced a similar problem:

I've tryed to start the firewall application. It reported this error. It doesn't open at all.

reporter: libreport-2.1.11.1
cmdline: /usr/bin/python2 -Es /usr/bin/firewall-config
executable: /usr/bin/firewall-config
kernel: 3.10.0-1062.1.1.el7.x86_64
package: firewall-config-0.6.3-2.el7_7.1
pkg_fingerprint: 24C6 A8A7 F4A8 0EB5
pkg_vendor: CentOS
reason: expat.py:4:<module>:ImportError: /usr/lib64/python2.7/lib-dynload/pyexpat.so: undefined symbol: XML_SetHashSalt
reproducible: The problem is reproducible
runlevel: N 5
type: Python
uid: 1000
armando

armando

2020-11-25 15:09

reporter   ~0037993

Another user experienced a similar problem:

when I click on Variuos>Firewall

reporter: libreport-2.1.11.1
cmdline: /usr/bin/python2 -Es /usr/bin/firewall-config
executable: /usr/bin/firewall-config
kernel: 3.10.0-1127.18.2.el7.x86_64
package: firewall-config-0.6.3-8.el7_8.1
pkg_fingerprint: 24C6 A8A7 F4A8 0EB5
pkg_vendor: CentOS
reason: expat.py:4:<module>:ImportError: /usr/lib64/python2.7/lib-dynload/pyexpat.so: undefined symbol: XML_SetHashSalt
reproducible: Not sure how to reproduce the problem
runlevel: N 5
type: Python
uid: 1001
onslaw

onslaw

2022-10-20 15:05

reporter   ~0039013

Another user experienced a similar problem:

run firewall

reporter: libreport-2.1.11.1
cmdline: /usr/bin/python -Es /usr/bin/firewall-config
executable: /usr/bin/firewall-config
kernel: 3.10.0-693.5.2.el7.x86_64
package: firewall-config-0.4.4.4-6.el7
pkg_fingerprint: 24C6 A8A7 F4A8 0EB5
pkg_vendor: CentOS
reason: expat.py:4:<module>:ImportError: /usr/lib64/python2.7/lib-dynload/pyexpat.so: undefined symbol: XML_SetHashSalt
reproducible: Not sure how to reproduce the problem
runlevel: N 5
type: Python
uid: 1001

Issue History

Date Modified Username Field Change
2018-04-08 03:16 a_khademi New Issue
2018-04-08 03:16 a_khademi File Added: backtrace
2018-04-08 03:16 a_khademi File Added: dso_list
2018-04-08 03:16 a_khademi File Added: environ
2018-04-08 03:16 a_khademi File Added: machineid
2018-06-24 15:22 tsleszyn Note Added: 0032129
2020-01-27 16:39 vinicius.pacheco Note Added: 0036139
2020-11-25 15:09 armando Note Added: 0037993
2022-10-20 15:05 onslaw Note Added: 0039013