How to collect crash and memory dumps
Summary: Crash dump and memory dump files provide developers with information about the cause of the system crash. This article is a step-by-step instruction on how to collect the dump files.
Applies to: Cayosoft Administrator 5.0.0 or later
Collect crash dump on application crashing
Right-click at the bottom of the operating system start screen, select All apps and click Run.
Enter regedit and click OK - the Registry Editor window opens.
Navigate to registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting.
Create the LocalDumps key.
-
Create the following values:
"DumpCount" (DWORD) = 0x02
"DumpType" (DWORD) = 0x02
"DumpFolder" (Expandable string value) = c:\temp\crashdumps (or any other path on storage with enough space available)
When the Cayosoft Administrator Service crashes, collect .dmp files from c:\temp\crashdumps.
Upload it to support.
Collect a memory dump of the main Cayosoft process
Download the ProcDump utility from Microsoft website.
Unzip Procdump.zip. to a desired folder, i.e. c:\temp\procdump.
-
Determine Process ID of the main session:
-
Using Task Manager: find a process named Cayo.PolicyManager.exe having NOPSSession parameter in the process command line
or
Using the PoSh command: run a PowerShell session with Administrator privilege and run the command:
CopyGet-CimInstance Win32_Process -Filter "name = 'Cayo.PolicyManager.exe'" | where { $_.CommandLine -NotLike '*PSSession*' } -
-
Run as administrator cmd.exe and execute the following command:
Copyc:\temp\procdump\procdump64.exe -ma <PID from step 3> "c:\temp"NOTE: Use the folder that you specified in step 2 and process id that specified in step 3.
Collect, add to zip and upload to Cayosoft support created .dmp file.
If the gathered information is too large to be sent through your e-mail system, please send email to support@cayosoft.com and we will provide an online upload location.
Comments
0 comments
Please sign in to leave a comment.