Manuscript (Case [Issue]22284) Kernel - Freeze during startup

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Manuscript (Case [Issue]22284) Kernel - Freeze during startup

Pharo Issue Tracker
Manuscript Notification
avatar
Vincent Blondeau reopened Case 22284: Freeze during startup and assigned it to Everyone:
Bug in Project:  Kernel: 1. Pharo Image  •  You are subscribed to this case
If we decrease the priority of the forced process handling startup/shutdown, it also works (maxPriority - 1). We do not get why it works in this case.

That is because the only process allowed to run at maxPriority (Processor timingPriority) is the delay scheduler and only it. So, as this process is not selected to run by the VM, no other process will be selected to be launched and it'll result to a freeze of the image.

Therefore, a solution to the issue is to use Process timingPriority -1 instead of Process highestPriority in the version submitted before this PR (https://github.com/pharo-project/pharo/pull/1659) in the method SessionManager >> snapshot:andQuit:
Status changed:
Resolved (Fix Integrated)  changed to  Work Needed

Assigned To changed:
CLOSED  changed to  Everyone

Priority changed:
1 – Show Stopper !!!!!!  changed to  3 – Must Fix

Priority Priority: 3 – Must Fix Status Status: Work Needed
Assigned To Assigned to: Everyone Milestone Milestone: Later

Go to Case
No longer need updates? Unsubscribe from this case.

Don't want Manuscript notifications anymore? Update your preferences.

Manuscript

_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
https://lists.gforge.inria.fr/mailman/listinfo/pharo-bugtracker