gtoolkit icon indicating copy to clipboard operation
gtoolkit copied to clipboard

Inspecting `FileLocator desktop` hangs

Open khinsen opened this issue 2 years ago • 2 comments

Inspecting the result of FileLocator desktop makes GT hang and requires Primary-. to recover control.

It is not executing FileLocator desktop that hangs, but inspecting the result.

In a Pharo/Morphic playground, trying the same yields an error message: filelocator

Following the advice given there, I find that the inspector tries to read the directory corresponding to FileLocator desktop as a GIF image, which is what raises the error. I don't know why this attempt is made, nor if the GT inspector does the same.

khinsen avatar Jun 23 '22 07:06 khinsen

I also see the hang, but for me it seems to be caused by a different issue: a morph is spawned/tried to be spawned (see below), which is only visible in Morphic. That seems to block the execution of the method for me.

Bildschirmfoto 2022-06-29 um 10 52 59

hellerve avatar Jun 29 '22 08:06 hellerve

Nice catch. We need an intercept of that notification.

girba avatar Jun 29 '22 09:06 girba