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

Concurrent Modification Exception in graph contraction #208

Open
josemduarte opened this issue Jan 29, 2018 · 1 comment
Open

Concurrent Modification Exception in graph contraction #208

josemduarte opened this issue Jan 29, 2018 · 1 comment
Labels
Milestone

Comments

@josemduarte
Copy link
Contributor

josemduarte commented Jan 29, 2018

3pml crashes in doing graph contraction. Log:

2018-01-29 06:09:19 ERROR - Unexpected error. Stack trace:
java.util.ConcurrentModificationException
        at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:907)
        at java.util.ArrayList$Itr.next(ArrayList.java:857)
        at java.util.Collections$UnmodifiableCollection$1.next(Collections.java:1042)
        at eppic.assembly.GraphContractor.contractInterfaceCluster(GraphContractor.java:129)
        at eppic.assembly.GraphContractor.contract(GraphContractor.java:252)
        at eppic.assembly.LatticeGraph.contractGraph(LatticeGraph.java:466)
        at eppic.assembly.CrystalAssemblies.init(CrystalAssemblies.java:125)
        at eppic.assembly.CrystalAssemblies.<init>(CrystalAssemblies.java:95)
        at eppic.Main.doFindAssemblies(Main.java:374)
        at eppic.Main.run(Main.java:956)
        at eppic.Main.run(Main.java:921)
        at eppic.Main.main(Main.java:895)

4yhh has the same issue.

@josemduarte josemduarte added this to the 3.0.5 milestone Jan 29, 2018
@josemduarte
Copy link
Contributor Author

josemduarte commented Feb 6, 2018

Other examples: 2esv, 5t58, 2hhh, 5i36, 6bda (1 prot entity, 4 nucleic entities)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant