Skip to content
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

Synchronization Issues in IPCSimulatorContext #568

Closed
mwachs5 opened this issue Dec 5, 2022 · 0 comments
Closed

Synchronization Issues in IPCSimulatorContext #568

mwachs5 opened this issue Dec 5, 2022 · 0 comments

Comments

@mwachs5
Copy link
Contributor

mwachs5 commented Dec 5, 2022

IPCSimulatorContext has 3 log file arrays which are read by the scala runtime and handed to ProcessLogger to be written by e.g. VCS. This structure is not protected for synchronization and can result in synchronization issues where one side is reading while the other is still writing. In practice this seems to be especially problematic when running a simulation with lots of printfs that encounters an assertion failure.

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

No branches or pull requests

2 participants