Open links in new tab
  1. bsod - Where is minidump file? - Server Fault

    Aug 31, 2011 · The minidump files are usually located in C:/Windows/Minidump/*.dmp and the full memory dump in C:/Windows/MEMORY.dmp. Something should be logged in your Event log as well, …

  2. Interpreting minidump files from Windows Server 2008

    Jan 31, 2010 · I have a couple of minidump files generated by blue screen crashes on a Windows Server 2008 R2 x64 machine. I have installed the debugging tools and I am able to look at the …

  3. Windbg / minidump - how do I get a process list with memory use

    Oct 27, 2014 · Windbg / minidump - how do I get a process list with memory use Ask Question Asked 11 years, 4 months ago Modified 11 years, 4 months ago

  4. MongoDB server fails to start due to unhandled exception 0xC000001D ...

    Dec 14, 2024 · I have the free version of mongodb on Windows 10. The service and the database work for two days. Then the service fails to start, and I need to clear the database directory for the service …

  5. How to dump process in Windows Server 2008

    Apr 10, 2015 · You can use Out-Minidump function for PowerShell: Out-Minidump writes a process dump file with all process memory to disk. This is similar to running procdump.exe with the '-ma' …

  6. Crash Dump error 0x80070057 - Server Fault

    Interestingly there has been a new development in this saga. A file system backup running on a remote agent (completely different server) has managed to reboot suddenly. This server didn't BSOD …

  7. Random crashes which occasionally result in Kernel Based BSOD.

    Jun 27, 2024 · Open Windows File Explorer. Navigate to C:\Windows\Minidump Open that minidump folder Select any files in there and press Ctrl + C to copy those files On your Desktop, right click and …

  8. Where are "Debug Dump Files" located in windows? - Server Fault

    Oct 9, 2019 · It can't be only the folder C:\Windows\Minidump because in my case it tells me that it would delete 5.65 GB, but the Minidump Folder only contains some KB. Where are the files located …

  9. Windows Server 2008 R2 "WIN7_DRIVER_FAULT_SERVER …

    Jun 8, 2015 · crash dump file: C:\Windows\Minidump\060215-12854-01.dmp This was probably caused by the following module: win32k.sys (win32k+0xC3B43) Bugcheck code: 0x3B (0xC0000005, …

  10. Google Chrome/Chromium: The setuid sandbox is not running as root

    Aug 6, 2019 · We are using Chrome/Chromium headless for screen grabbing. (Out of the sudden) Chrome refuses to start. strace reveals this error: The setuid sandbox is not running as root. …