Hi,
I'm having trouble using Code Composer Studio as it does not work as intended. When opening the Resource Explorer I get only a blank pane instead of any content. Additionally when not closing the Resource Explorer tab, but trying to do something different CCS soon crashes with a segmentation fault (German error message as I could not coax my system into producing an English one):
Speicherzugriffsfehler (Speicherabzug geschrieben)
This makes CCS somewhat unusable as the Resource Explorer is central to some workflows.
I'm using a Fedora 35 Linux amd64 host. I installed CCS into my home directory with user privileges. I already worked a bit with it bypassing the Resource Explorer, but now I need some content from the Resource Explorer.
Sometimes the following exception pops up on stderr, I don't know whether it's related:
Exception in thread "Browser Thread: 35493" java.util.ConcurrentModificationException
at java.base/java.util.HashMap$HashIterator.nextNode(Unknown Source)
at java.base/java.util.HashMap$KeyIterator.next(Unknown Source)
at com.ti.chromium.browser.internal.jxbrowser.BrowserFunctionAdapter.addJsFunctionsToFrame(BrowserFunctionAdapter.java:68)
at com.ti.chromium.browser.internal.jxbrowser.BrowserFunctionAdapter.injectJsCallback(BrowserFunctionAdapter.java:42)
at com.ti.chromium.browser.JxBrowser.lambda$2(JxBrowser.java:329)
at com.teamdev.jxbrowser.frame.internal.FrameImpl.lambda$processCallback$2(FrameImpl.java:204)
at java.base/java.util.Optional.map(Unknown Source)
at com.teamdev.jxbrowser.frame.internal.FrameImpl.processCallback(FrameImpl.java:204)
at com.teamdev.jxbrowser.internal.rpc.stream.CallbackStream.process(CallbackStream.java:178)
at com.teamdev.jxbrowser.internal.rpc.stream.Stream$StreamObserver.lambda$onNext$0(Stream.java:164)
at com.teamdev.jxbrowser.internal.BrowserThread$TaskRunner.processTasks(BrowserThread.java:139)
at java.base/java.lang.Thread.run(Unknown Source)
PS: The problem now evolved to a state, where upon a restart the Resource Explorer tab is opened automatically (resuming from the last session) and trying to close it (which was possible previously) now crashes CCS making this a one-way street to complete snafu. Help?