-
Notifications
You must be signed in to change notification settings - Fork 0
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
Application freezes due to using Edge #187
Application freezes due to using Edge #187
Comments
Is there a specific way to reproduce this? It dosn't seem to happen with me. What I have tried:
|
We are not aware of any specific way of reproducing this yet. So first task of the analysis is find a reproducer. What might help for this is eclipse-platform/eclipse.platform.swt#1706 |
I tried a few things to see if these things end up in freezing the main thread:
I tried looking for a faulty place in the Edge instantiation where we could be blocking the main thread, but almost everyting is happening asynchronously. My assumptioon is that either it happens on instantiation or when we call setUrl or setText because hat's where we do wait for the webView to finish all its queued tasks. Would try messing around with it to see if it I can reproduce the behaviour. Another question: Is the freeze only application wide, or the mouse also freezes preventing you from using the whole OS? |
When using Edge as default browser for the IDE, the application sometimes freezes when Edge instances are created (e.g., for tooltips). I have experienced this sporadically. In my case, the application recovered after a pretty long waiting time (multiple minutes).
Same issue has now been reported in the official SWT repository: eclipse-platform/eclipse.platform.ui#2734
Currently, it has only been reported in combination with the monitor-specific scaling feature being enabled, but that may be because for the previous release of the IDE, Edge was only enabled by default when that feature was enabled. So there is a risk that applications using Edge are affected in general. We need to investigate what may causes these issues.
The text was updated successfully, but these errors were encountered: