Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants