|
Re: "Resource busy" error when try to collect tracelog
|
08/08/2018 1:32 PM
post119043
|
Re: "Resource busy" error when try to collect tracelog
Is there another instance of tracelogger running? If so, you can try slaying it.
Another possibility is that an application called TraceEvent(_NTO_TRACE_START) before you tried to start tracelogger.
Here's something that we recently added to the documentation:
If an application has called TraceEvent(_NTO_TRACE_START), and you then try to start tracelogger, tracelogger might fail
with a “resource busy” message. To help avoid this:
- Start tracelogger before your application issues a _NTO_TRACE_START or _NTO_TRACE_STARTNOSTATE command.
- Don't leave tracing on indefinitely; be sure to issue a _NTO_TRACE_STOP after each _NTO_TRACE_START or
_NTO_TRACE_STARTNOSTATE command.
|
|
|