-
Notifications
You must be signed in to change notification settings - Fork 127
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
Any help with a trace rename error? Thoughts? #6
Comments
+1 I get the same error |
What node version are you using? Until node 8.10.0 is release, we recommend you use 9.4.0. |
I'm back on 6.11. I'll give 9.4 a try. Thanks! |
I'm getting the same thing on Node 9.4.0 (+ macOS 10.13.3, clinic v0.6.2)
|
Ah, it's because my app catches |
@jiripospisil That sounds odd. We collect the data continually and flush the final data on process exit. The flushing part is a bit complicated when the process doesn't exit nicely, and works best when the process exits naturally. Thus I would actually recommend you to add a SIGINT handler that closes everything nicely. See for example our PS: We have already made a few improvement to node.js itself regarding the flushing, such it works better when there is no SIGINT handler. However, it is an ongoing effort. |
@AndreasMadsen Hmm, so the difference seems to be that I use
|
@jiripospisil Thanks, I can reproduce the issue – it is quite odd. I will have a look on Monday. |
Any updates on this? Anything I can do to help? |
I traced it down to this bug nodejs/node#18600 – We have a workaround for another nodecore bug, that as a side-effect will also workaround this nodecore bug: clinicjs/node-clinic-doctor#100 I will push for it getting landed soon :) |
We published a new version of |
I think this has been fixed. If not please reopen :) |
Getting the same error on Node v6 today! Any help? |
Node 6 is not supported. Use Node 8.10z |
Getting the same error on Node 10.15.0:sweat_smile:. I'm using it with Mocha so the NPM script is something like |
The error doesn't happen anymore when I switched from using |
How can I change the directory where the node_trace.*.log should go |
line 209 in bin.js
Error:
The text was updated successfully, but these errors were encountered: