anaconda icon indicating copy to clipboard operation
anaconda copied to clipboard

Do not initialize kernel features in init

Open jkonecny12 opened this issue 1 year ago • 2 comments

This code is now resulting in race condition when DNF sack is not prepared for query resulting in a black screen of GUI with no reasonable message.

Let's move the initialization of the variable from init to initialize which is after the payload thread is finished.

Resolves: RHEL-27076

Note: This can't be backported because of the modularization. We need to find if this is even issue on upstream code and c10s and if yes, the code needs to be moved to modules most probably.

jkonecny12 avatar Mar 04 '24 14:03 jkonecny12

/kickstart-test --testtype smoke

jkonecny12 avatar Mar 04 '24 15:03 jkonecny12

/kickstart-test --testtype payload

jkonecny12 avatar Mar 04 '24 15:03 jkonecny12

We have to find out if this happens also on upstream / RHEL-10 code because the code there is completely different. If this issue is also there we need to find a different fix. Thus not having label to backport this to upstream.

jkonecny12 avatar Mar 14 '24 13:03 jkonecny12

So far I was not able to reproduce it on RHEL-10. This, of course, doesn't mean the problem is not there, it only means I haven't seen it there yet :-)

jstodola avatar Mar 15 '24 14:03 jstodola