GemTalk / Jadeite

IDE for GemStone Smalltalk application development using Rowan code management
MIT License
6 stars 2 forks source link

Jadeite hang after walkback #961

Open rjsargent opened 1 year ago

rjsargent commented 1 year ago

This issue arose while gather information about issue #960. I had the debugger open and was trying to determine why Jadeite was trying to create a selector from the text in my workspace. Jadeite got the error evaluating #expressionSelector:, so I attempted to look for senders of that selector. I used the Console window's Browse/Senders of... menu item (well, attempted to use it). The prompt dialog started to come up, but only the window frame presented. Title bar with label, border, and a grey pane for the window content.

Windows is frozen for everything related to Jadeite. I cannot get a print screen of the pop up. Nor can I get a print screen of the whole screen.

I suspect, without definitive evidence, that the problem arises from attempting to run another service while the previous one is still outstanding. That doesn't explain why it froze while opening the pop up dialog which would hold the prompt for the selector.

See issue #960 for the stack report of the original error.

LisaAlmarode commented 1 year ago

@rjsargent, please include the version. In 3.2.12, with Rowan 3, I can't get any menus to pop up while the issue #960 dialog is open; it's certainly in a weird state and I've been expecting it to hang but so far so good.