Open PanSnow opened 4 weeks ago
What build of Windows are you seeing this on? Could you also provide a dump of the capture service?
What build of Windows are you seeing this on? Could you also provide a dump of the capture service?
Windows System Version: 10.0 Build 19045 (revision: 4894; 64-bit)
My customer can reproduce this issue with a high probability with this windows system version.
I have a full dump, but can't upload it successfully due to the website's limited upload file size. Here is the mini dump for this issue: issue.dmp
@robmikh do you have any suggestions on this?
What build of Windows are you seeing this on? Could you also provide a dump of the capture service?
Windows System Version: 10.0 Build 19045 (revision: 4894; 64-bit)
My customer can reproduce this issue with a high probability with this windows system version.
I have a full dump, but can't upload it successfully due to the website's limited upload file size. Here is the mini dump for this issue: issue.dmp
You'll need to create an issue in the Feedback Hub app, and then attach a dump to that feedback. Once you've done so, please tell me the title of the feedback and any ID it may show you.
However, could you also collect a dump of a service process? While the repro is ongoing:
That will let me determine why Close isn't responding. The stack you've shown says that Close is waiting for the service to respond.
You'll need to create an issue in the Feedback Hub app, and then attach a dump to that feedback. Once you've done so, please tell me the title of the feedback and any ID it may show you.
However, could you also collect a dump of a service process? While the repro is ongoing:
- Open Task Manager
- Got to the Services tab
- Find a service with that starts with the name 'CaptureService'
- Right-click the service and select "Go to details"
- Right-click the selected svchost process and select "Create memory dump file"
That will let me determine why Close isn't responding. The stack you've shown says that Close is waiting for the service to respond.
Got it. I'll follow this approach next time I reproduce this issue from a user.
You'll need to create an issue in the Feedback Hub app, and then attach a dump to that feedback. Once you've done so, please tell me the title of the feedback and any ID it may show you.
However, could you also collect a dump of a service process? While the repro is ongoing:
- Open Task Manager
- Got to the Services tab
- Find a service with that starts with the name 'CaptureService'
- Right-click the service and select "Go to details"
- Right-click the selected svchost process and select "Create memory dump file"
That will let me determine why Close isn't responding. The stack you've shown says that Close is waiting for the service to respond.
Hi @robmikh I created an issue in Feedback Hub with the title "GraphicsCapture Session::Close api not responding" and here is the share link: https://aka.ms/AAtjd66
I am using Windows.Graphics.Capture to capture window, but sometimes I encounter the issue of GraphicsCapture Session::Close not responding. I always start window capture, stop, and call back data in the same thread. Can anyone give me some suggestions to resolve this issue?
Here is my sample code:
The following is the dump and related call stack on anr thread issue.dmp