eclipse-rap / org.eclipse.rap

Eclipse RAP Runtime (Remote Application Platform)
https://www.eclipse.org/rap/
Eclipse Public License 1.0
17 stars 19 forks source link

Deadlock in JobManager on Startup #195

Closed ChristianHoesel closed 2 weeks ago

ChristianHoesel commented 2 months ago

RAP Version: 3.29 Java 21

Since we updated from RAP 3.26 to RAP 3.29 we see sometimes (about 1 out of 5 attempts) a deadlock within the JobManager on startup in the UIThread.

Please see the attached thread dump for details. 20240626.txt

ifurnadjiev commented 2 months ago

Is it possible to provide a snippet to reproduce the issue?

ChristianHoesel commented 2 months ago

When I was looking deeper into the stacktrace I saw that there might be a connection to the use of activity extension points, but that is only a guess.

I will try to provide a snippet, so far I had no luck. Please give me some time - I will be on vacation for the coming weeks.

ChristianHoesel commented 2 weeks ago

I was not able to reproduce it and to provide an example.