Bug 2062681
| Summary: | xml.parsers.expat.ExpatError: out of memory: line 1, column 0 | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | mhou <mhou> | |
| Component: | expat | Assignee: | Tomas Korbar <tkorbar> | |
| Status: | CLOSED NOTABUG | QA Contact: | FrantiĊĦek Hrdina <fhrdina> | |
| Severity: | high | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 8.6 | CC: | cstratak, fhrdina, psklenar, tkorbar | |
| Target Milestone: | rc | Keywords: | Regression, TestBlocker | |
| Target Release: | --- | |||
| Hardware: | x86_64 | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 2062765 (view as bug list) | Environment: | ||
| Last Closed: | 2022-03-16 11:17:58 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 2026666, 2062765 | |||
|
Description
mhou
2022-03-10 10:56:32 UTC
The issue needs to be fixed in the expat package. I see that tuned tool is also affected by similar issues on rhel8.6 kernel.
tuned-adm profile realtime-virtual-host
^CError: Failed to stop log capture. Restart the TuneD daemon to prevent a memory leak.
Traceback (most recent call last):
File "/usr/sbin/tuned-adm", line 119, in <module>
result = admin.action(action_name, **options)
File "/usr/lib/python3.9/site-packages/tuned/admin/admin.py", line 85, in action
res = self._controller.run()
File "/usr/lib/python3.9/site-packages/tuned/admin/dbus_controller.py", line 68, in run
self._main_loop.run()
File "/usr/lib/python3.9/site-packages/gi/overrides/GLib.py", line 497, in run
super(MainLoop, self).run()
File "/usr/lib64/python3.9/contextlib.py", line 126, in __exit__
next(self.gen)
File "/usr/lib64/python3.9/site-packages/gi/_ossighelper.py", line 237, in register_sigint_fallback
signal.default_int_handler(signal.SIGINT, None)
|