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

ConcurrentModificationException bug fixed #216

Conversation

avpotapov00
Copy link
Collaborator

Due to incorrect LoopDetector work, we ran into an infinite spin-cycle on trace collection. The test failed with timeout but in test threads, we continued to add elements to the trace list. That caused ConcurrentModificationException when we tried to traverse it to create this trace representation.

@avpotapov00 avpotapov00 requested a review from ndkoval July 19, 2023 22:38
@avpotapov00 avpotapov00 self-assigned this Jul 19, 2023
@avpotapov00 avpotapov00 linked an issue Jul 19, 2023 that may be closed by this pull request
@avpotapov00 avpotapov00 changed the base branch from master to develop July 19, 2023 22:39
@avpotapov00 avpotapov00 requested a review from ndkoval July 21, 2023 13:27
@avpotapov00 avpotapov00 requested a review from ndkoval July 24, 2023 23:50
@avpotapov00 avpotapov00 requested a review from ndkoval July 25, 2023 23:42
@ndkoval ndkoval merged commit 5183604 into develop Jul 27, 2023
@ndkoval ndkoval deleted the 209-javautilconcurrentmodificationexception-running-a-lincheck-test branch July 27, 2023 12:07
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.

java.util.ConcurrentModificationException running a lincheck test
2 participants