Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

→⎕LC after setting stops while tracing causes unrecoverable hang #653

Closed
mkromberg opened this issue Feb 4, 2021 · 3 comments
Closed
Milestone

Comments

@mkromberg
Copy link
Contributor

Describe the issue you are having

→⎕LC entered from the session while tracing, after setting stops, makes the tracer disappear, but control is lost

Did you connect to an already running interpreter or start the interpreter from RIDE?

Started 18.1.39958 under Windows

How do you reproduce the issue?

)ed foo, create a function with a few lines of code
trace foo
once foo appears, set a stop near the end of the function (if you don't set a stop, all is well)
→⎕lc

Paste the contents of Help → About (Shift+F1)

IDE:
  Version: 4.4.3474
  Platform: Win32
  Date: 2021-01-29 17:14:19 +0100
  Git commit: 9105fc792fb7f507a9b66f0265cd436d2b63565f
  Preferences:{
    "floatSingle":"0",
    "floating":"1",
    "kbdLocale":"da_DK",
    "prefixKey":"<",
    "selectedExe":"C:\\Program Files\\Dyalog\\Dyalog APL-64 18.0 Unicode\\dyalog.exe"
  }

Interpreter:
  Version: 18.1.39958
  Platform: Windows-64
  Edition: Unicode/64
  Date: Feb  2 2021 at 21:10:02
@mkromberg mkromberg added this to the RIDE 4.4 milestone Feb 4, 2021
@e9gille
Copy link
Contributor

e9gille commented Feb 4, 2021

Looks like a race condition when using floating windows.

@e9gille
Copy link
Contributor

e9gille commented Feb 4, 2021

Probably causing #557

@e9gille
Copy link
Contributor

e9gille commented Feb 11, 2021

Fixed by #656

@e9gille e9gille closed this as completed Feb 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants