-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
use node-inspector debug stop , then crash #2110
Comments
I replaced the 'libuv' label with 'debugger' because I don't think it's a bug in libuv. /cc @indutny - maybe you can take a look? |
when |
Sounds like a bug to me. @yjhjstz may I ask you to submit a PR to fix it? |
@bnoordhuis @indutny ... is this one still relevant? |
There were some fixes to debug agent. @yjhjstz are you still able to reproduce it? |
ping @yjhjstz ... if there's no response I'm going to assume this is no longer an issue and close. |
@jasnell there is a fix in at #5270 although @yjhjstz has not responded @indutny I assigned it to you in #5270. It seems like one of the problems was the lack of a reliable tests. The test that is currently available is failing. If we don't hear from @yjhjstz we should likely close it, but I'd be interested in hearing if the fixes to the debugger helps them |
I use node-inspector to debug , then I try to stop debug in my testcase, that's is to call Agent::Stop().
when I didn't closed the node-inspector, then I meat the crash . Otherwise I closed the node-inspector , it won't happen.
Here is the stack:
Then I try to fix it as below.
The truth is that
uv_run
is blocked, I think the best way to slove is to close all clients in agent but not depend on client.The text was updated successfully, but these errors were encountered: