You're actually not the 1st customer who face such dead lock during startup. TBH it's so sporadic that we never reproduced internally, complicating the analysis.
If you kept the old workspace may I ask you some time to provide us with useful logs/traces in order to help understanding the issue?
1) All the *.log files from the workspace metadata folder: <workspace>/.metadata/
2) The java stack trace when the hang happen. Don't hesitate to wait a bit to be sure that the trace well captures the lock. From a Terminal:
$ ps aux | grep -i stm32cubeide
accountid <PID> 0.0 2.7 10043516 897036 ?? S 3:31PM 1:03.01 /Applications/STM32CubeIDE.app/Contents/MacOS/stm32cubeide
$ jstack <PID> > stm32cubeide_jstack.txt
$ jstack -l <PID> > stm32cubeide_jstack_locks.txtReplace <PID> by the number returned by 1st command.
Then attach stm32cubeide_jstack_locks.txt and stm32cubeide_jstack.txt to this thread.
jstack is only available if a JDK is already installed...
If not a Java 11 JDK can be downloaded from here https://adoptopenjdk.net/releases.html
Thanks by advance for your precious time :thumbs_up:
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.