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

Check thread invariant in the presentation compiler #6616

Closed
scabug opened this issue Nov 5, 2012 · 2 comments
Closed

Check thread invariant in the presentation compiler #6616

scabug opened this issue Nov 5, 2012 · 2 comments
Assignees
Milestone

Comments

@scabug
Copy link

scabug commented Nov 5, 2012

Certain calls in the presentation compiler need to be executed only in the presentation compiler thread (such as sym.info).

Currently the compiler does not check it, and that may lead to an inconsistent state, eventually leading to crashes or spurious errors.

@scabug
Copy link
Author

scabug commented Nov 5, 2012

Imported From: https://issues.scala-lang.org/browse/SI-6616?orig=1
Reporter: @dragos
Affected Versions: 2.10.0

@scabug
Copy link
Author

scabug commented Nov 14, 2012

@adriaanm said:
for 2.10.1, fixed by scala/scala#1583

@scabug scabug closed this as completed Dec 13, 2012
@scabug scabug added this to the 2.10.1 milestone Apr 7, 2017
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