You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2020. It is now read-only.
This is a known shortcoming of vktrace, it cannot handle multiple instances. I worked on this problem a while ago and came up with a prototype for a solution, but have not come up with a final solution. The prototype is in branch david_vktrace_mult_instances_update_1.
The shortcoming of this solution is that you need to start multiple trace servers - one for each instance that will exist simultaneously, so you need to know the number of servers to start before you start tracing. Ideally, you would like a single trace server to handle multiple instances. If you use that branch, you should probably rebase from master.
I single trace server should be able to handle multiple connections. I don't think there are technical barriers to implementing this, I think it is just a matter of writing the code.
Hello,
Currently vktrace recording in client-server mode only support single instance recording in parallel
In above logs, PID 5024 is successfully intercepted, however at same time running process 5286 fail in
connect
call.Please advise how to fix multiple connections.
Regards,
Harsh
The text was updated successfully, but these errors were encountered: