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

moarvm-remote locks when stepping too fast #14

Open
eiselekd opened this issue May 18, 2020 · 1 comment
Open

moarvm-remote locks when stepping too fast #14

eiselekd opened this issue May 18, 2020 · 1 comment

Comments

@eiselekd
Copy link

eiselekd commented May 18, 2020

When stepping and continue pressing return the debug protocol seems to
get out of sync and moar-remote will stop responding, requiring to
restart moar-remote.

It start
nqp-m --debug-port=9999 --debug-suspend -e "my $a := 1;"
and
moar-remote 9999

then I enable debug and do a "step into 1". Then I keep the "Return" pressed.
See
x.txt
At the end moar-remote seems to hang and I need to close moar-remote and restart it.

Can you give a tip where to look if I want to fix this? The asynchronous threading networking
code is quite hard to understand.

@lizmat
Copy link
Contributor

lizmat commented Nov 7, 2024

Is this still an issue?

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