Skip to content

progress: lock around sub progress#2487

Open
supakeen wants to merge 1 commit into
osbuild:mainfrom
supakeen:progress-race
Open

progress: lock around sub progress#2487
supakeen wants to merge 1 commit into
osbuild:mainfrom
supakeen:progress-race

Conversation

@supakeen

@supakeen supakeen commented Jul 4, 2026

Copy link
Copy Markdown
Member

Running the tests in this repository with the race detector uncovered a problem in the sub progress bars. We iterate over the slice while it can be written to.

Add a mutex.

Running the tests in this repository with the race detector uncovered a
problem in the sub progress bars. We iterate over the slice while it can
be written to.

Add a mutex.

Signed-off-by: Simon de Vlieger <cmdr@supakeen.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant