-
Notifications
You must be signed in to change notification settings - Fork 46
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
Pharo launcher UI is freezed, when check of update of templates is triggered next day #658
Comments
Did you enable the deployed mode? |
No probably not (what is deployed mode?). I just work with standard image with loaded dev baseline. I can send you the zip with image. I have |
Deployed mode is when Launcher is opened in full world and we disable things in the image like debugger opening. |
Found reprosteps:
|
Here is a stacktrace:
|
@demarey It seems that problem is in rendering loop of UI: |
Describe the bug
UI of Pharo launcher is freezed - cannot interact with Pharo, after check of template update is performed after 24 hours.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Pharo image works as expected and can respond to user input.
Screenshots
Version information:
Expected development cost
I wasn't able to reproduce such behavior other than to wait 24 hours.
However, I can evaluate commands in non-interactive mode (headless) and eval commands on the image.
It has something to do with
PhLTemplateSourcesUpdateChecker
or behavior related to that.Additional context
PS: Maybe CPUWatcher can help here?
I can attach affected image (zio) if needed.
The text was updated successfully, but these errors were encountered: