This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

java.util.ConcurrentModificationException with CCSV5.2 beta3 on Linux

Other Parts Discussed in Thread: CCSTUDIO

Hi,

When starting the a debug session I got the following Execption with CCSV5.2beta3:

Exception in thread "pool-1-thread-1" java.util.ConcurrentModificationException
    at java.util.HashMap$HashIterator.nextEntry(Unknown Source)
    at java.util.HashMap$EntryIterator.next(Unknown Source)
    at java.util.HashMap$EntryIterator.next(Unknown Source)
    at java.util.Collections$UnmodifiableCollection$1.next(Unknown Source)
    at com.ti.ccstudio.debug.internal.breakpoint.BreakpointManagerListener.doClearTriggeredBps(BreakpointManagerListener.java:515)
    at com.ti.ccstudio.debug.internal.breakpoint.BreakpointManagerListener.handleTargetRunning(BreakpointManagerListener.java:493)
    at com.ti.ccstudio.debug.internal.breakpoint.BreakpointManagerListener.access$3(BreakpointManagerListener.java:492)
    at com.ti.ccstudio.debug.internal.breakpoint.BreakpointManagerListener$3$1.run(BreakpointManagerListener.java:228)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)

This indicates a programming error, where multiple threads access non-thread-safe data structure.

Please forward this report to the development team, so that they can fix this problem.

Thank you in advance, Clemens