Sept. 5, 2015
8:16 a.m.
On 05 Sep 2015, at 09:29, Marcus Denker <marcus.denker@inria.fr> wrote:
Hi,
This is a side effect of
https://pharo.fogbugz.com/f/cases/16475/Nautilus-sends-too-many-announcement... <https://pharo.fogbugz.com/f/cases/16475/Nautilus-sends-too-many-announcement...>
(which was reviewed by two people, so not obvious).
What happened is that #updatePackageGroupAndClassList calls itself via #selectedClass: leading to a loop.
Should be easy to fix for the people involved in case 16475.
I added an issue tracker entry: https://pharo.fogbugz.com/f/cases/16484/Endless-loop-on-refresh-after-deleti... <https://pharo.fogbugz.com/f/cases/16484/Endless-loop-on-refresh-after-deleti...> Marcus