Skip to content

Fix race condition when running parallel opbasm instances with m4. #36

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gsmecher
Copy link

@gsmecher gsmecher commented Sep 8, 2022

Prior to the patch, opbasm used a single preprocessor filename (source_file.gen.psm) that could correspond to distinct generated content (e.g. with -D macros). This filename represents a race condition when many opbasm instances are invoked in parallel.

This patch uses uuid.uuid4 to uniquify the filename associated with the preprocessed assembly code.
contain different contents

Prior to the patch, opbasm used a single preprocessor filename
(source_file.gen.psm) that could correspond to distinct generated
content (e.g. with -D macros). This filename represents a race condition
when many opbasm instances are invoked in parallel.

This patch uses uuid.uuid4 to uniquify the filename associated with the
preprocessed assembly code.
contain different contents
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