node-clinic: Any help with a trace rename error? Thoughts?
line 209 in bin.js
Error:
Error: ENOENT: no such file or directory, rename 'node_trace.1.log' -> '46525.clinic-doctor/46525.clinic-doctor-traceevent'
at Error (native)
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Reactions: 3
- Comments: 17 (7 by maintainers)
@jiripospisil Thanks, I can reproduce the issue – it is quite odd. I will have a look on Monday.
Ah, it’s because my app catches
SIGINT(which I guess should trigger the dump of the trace) and does some clean up. If I remove the signal catching, it works fine.