-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
worker_threads
stuck when passed execArgv: ["--inspect-brk"]
#53648
Comments
AriPerkkio
changed the title
Jun 30, 2024
worker_thread
stuck when passed execArgv: ["--inspect-brk"]
worker_threads
stuck when passed execArgv: ["--inspect-brk"]
6 tasks
Possibly the same bug: #53681 |
RedYetiDev
added
inspector
Issues and PRs related to the V8 inspector protocol
worker
Issues and PRs related to Worker support.
labels
Jul 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
v20.15.0
Platform
Subsystem
No response
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
Always on
20.15.0
. Works fine on20.14.0
.What is the expected behavior? Why is that the expected behavior?
What do you see instead?
worker.terminate()
is stuckprocess.exit()
does not exit the main processAdditional information
Even though
--inspect-brk
doesn't work on workers (#26609 (comment)), it still shouldn't make them stuck.The text was updated successfully, but these errors were encountered: