pharo-project / pharo

Pharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk.
http://pharo.org
Other
1.21k stars 356 forks source link

Pharo image and launcher getting frozen occasionaly #17408

Open lsafina opened 3 days ago

lsafina commented 3 days ago

Hey, guys. I have started recently to have a problem with Pharo Image and Launcher getting frozen, which leads to MacOS restarting itself. There are no clear steps to reproduce; it happens occasionally, usually after some time of being opened when you switch from other software back to pharo. I have intuition that it might be related to using an older version of Pharo (11v). It does not seem to be related to processing large amounts of data.

Let me know if there is any additional data I can collect for you or steps to take if it happens again.

Version information:

Rinzwind commented 3 days ago

Is your Mac restarting or is it a restart of the macOS WindowServer like in issue #16454? Check for a crash report for WindowServer in the Console app.

lsafina commented 13 hours ago

The behaviour looks similar, but the logs are empty. But I will check next time it happens, thanks