Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

If you are experiencing crashes that you believe are caused by Fences, we would really like a dump file from a crash if you are willing to use WinDBG to capture it.

https://www.microsoft.com/en-us/p/windbg-preview/9pgjgd53tn86?activetab=pivot:overviewtab

Once installed, you would make it the default postmortem debugger (click for larger image):

When a crash happens, it will pop WinDBG and PC could become rather slow while it works through it.

Example of what you would type there using your Windows account name instead of 'sdrohan':

.dump /mf c:\users\sdrohan\desktop\Fences_RiverComb_04062022.dmp

The dump command (with the period), the /mf switch, where you want it put, and a name that indicates what app
that it's yours, and the date.

When it is done, you can click the red 'Stop Debugging' button:

It will likely be BIG, perhaps hundreds of MBs. If you could zip it, upload it to a cloud drive service, and paste a shared link in a thread (existing or new), that would be much appreciated.

  • No labels