Bug 1436605
Summary: | Anaconda stuck in a logging lock + import lock deadlock. | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Radek Vykydal <rvykydal> | ||||
Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||
Status: | CLOSED DUPLICATE | QA Contact: | Release Test Team <release-test-team-automation> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 7.3 | CC: | cstratak, pholica | ||||
Target Milestone: | rc | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2017-05-11 13:41:03 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: | 1392968 | ||||||
Attachments: |
|
Description
Radek Vykydal
2017-03-28 09:45:49 UTC
Any advice / recommendation from Python side please? I don't have free cycles this week to check that, but some days ago I stumbled upon this upstream issue which might be relevant [0]. Could you take a look? [0] http://bugs.python.org/issue6721 (In reply to Charalampos Stratakis from comment #3) > [0] http://bugs.python.org/issue6721 I think our case is not related to the issues caused by combining threading and forking. Both locked threads are running in a single process. For the record, removing the local import from _expand_lang as in https://github.com/python/cpython/commit/31e87203248047aa99ddbb4165b3b20c758196d8 does fix the issue for me though it is not a complete solution of the problem. (In reply to Radek Vykydal from comment #0) > Created attachment 1266893 [details] > backtrace of hanging anaconda process > > The issue started to appear as a race condition hit when running our local > kickstart tests [2] after Gtk rebase during 7.4 development [1], when > PyGIWarnings for importing without version specified started to appear. The > warnings should be handled (disappear) in scope of bug 1433943 so I think > there is high chance the freezing issue will disappear with the warnings, The warnings should disappear in anaconda-21.48.22.107-1 (https://bugzilla.redhat.com/show_bug.cgi?id=1433943#c3) *** Bug 1437836 has been marked as a duplicate of this bug. *** (In reply to Radek Vykydal from comment #5) > (In reply to Radek Vykydal from comment #0) > > Created attachment 1266893 [details] > > backtrace of hanging anaconda process > > > > The issue started to appear as a race condition hit when running our local > > kickstart tests [2] after Gtk rebase during 7.4 development [1], when > > PyGIWarnings for importing without version specified started to appear. The > > warnings should be handled (disappear) in scope of bug 1433943 so I think > > there is high chance the freezing issue will disappear with the warnings, > > The warnings should disappear in anaconda-21.48.22.107-1 > (https://bugzilla.redhat.com/show_bug.cgi?id=1433943#c3) Marking as a duplicate of the bug 1433943. *** This bug has been marked as a duplicate of bug 1433943 *** |