-
-
Notifications
You must be signed in to change notification settings - Fork 165
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
Possible dead lock #638
Comments
@mio-19 can you provide the full output of |
I found a minimal change that introduce dead lock. chester-lang/chester@79bcce8 jstack output of command
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am on 4.0.2 and scala 3.5.2-RC2.
I have a tree defined with multiple sealed trait and case class. All sealed traits have
derives ReadWriter
Today I introduced 3 more sealed traits to describe a property that some case classes, and I faced dead lock. I reverted them in a commit and the dead lock issue disappeared. chester-lang/chester@ac7eef2
I am unable to write minimal example that can generate such dead lock
The text was updated successfully, but these errors were encountered: