Windows 10: Windbg crashed while debugging process

Discus and support Windbg crashed while debugging process in Windows 10 Software and Apps to solve the problem; Hello eveyone.I tried to debug Notepad.exe using Windbg. I set a breakpoint at Kernel32!CreateFileW, and everything was fine until I clicked on Notepad... Discussion in 'Windows 10 Software and Apps' started by KrnlsYs, Jul 27, 2023.

  1. KrnlsYs Win User

    Windbg crashed while debugging process


    Hello eveyone.I tried to debug Notepad.exe using Windbg. I set a breakpoint at Kernel32!CreateFileW, and everything was fine until I clicked on Notepad and the breakpoint was hit.I didn't even click on File-Open in the top left corner, but Windbg became not responding. Moreover, many of my processes, including Edge, OneNote, and others, also became not responding.May I ask what caused this issue, and how can it be resolved?

    :)
     
    KrnlsYs, Jul 27, 2023
    #1
  2. auggy Win User
    auggy, Jul 27, 2023
    #2
  3. Brink Win User
    Time Travel Debugging is now available in WinDbg Preview


    Source: Time Travel Debugging is now available in WinDbg Preview - Building Apps for Windows
     
    Brink, Jul 27, 2023
    #3
  4. Windbg crashed while debugging process

    I'm experiencing my service crashes when my service start or stop.I used WinDbg to catch(capture) the call stack.It seems that LdrpQueueWork cause this crash.

    Hi, David. Thank you for that very useful information. I used !analyze -v to
    get detailed debugging information.LdrpQueueWork crashed.
     
    Palmer_1203, Jul 27, 2023
    #4
Thema:

Windbg crashed while debugging process

Loading...
  1. Windbg crashed while debugging process - Similar Threads - Windbg crashed while

  2. Help understanding WinDbg Minidump debug

    in Windows 10 Gaming
    Help understanding WinDbg Minidump debug: 0: kd> !analyze -v******************************************************************************** ** Bugcheck Analysis ** ********************************************************************************KERNEL_SECURITY_CHECK_FAILURE 139A kernel component has corrupted a...
  3. Help understanding WinDbg Minidump debug

    in Windows 10 Software and Apps
    Help understanding WinDbg Minidump debug: 0: kd> !analyze -v******************************************************************************** ** Bugcheck Analysis ** ********************************************************************************KERNEL_SECURITY_CHECK_FAILURE 139A kernel component has corrupted a...
  4. Help understanding WinDbg Minidump debug

    in Windows 10 BSOD Crashes and Debugging
    Help understanding WinDbg Minidump debug: 0: kd> !analyze -v******************************************************************************** ** Bugcheck Analysis ** ********************************************************************************KERNEL_SECURITY_CHECK_FAILURE 139A kernel component has corrupted a...
  5. Windbg crashed while debugging process

    in Windows 10 BSOD Crashes and Debugging
    Windbg crashed while debugging process: Hello eveyone.I tried to debug Notepad.exe using Windbg. I set a breakpoint at Kernel32!CreateFileW, and everything was fine until I clicked on Notepad and the breakpoint was hit.I didn't even click on File-Open in the top left corner, but Windbg became not responding....
  6. Windbg crashed while debugging process

    in Windows 10 Gaming
    Windbg crashed while debugging process: Hello eveyone.I tried to debug Notepad.exe using Windbg. I set a breakpoint at Kernel32!CreateFileW, and everything was fine until I clicked on Notepad and the breakpoint was hit.I didn't even click on File-Open in the top left corner, but Windbg became not responding....
  7. Roblox CRASH Debugging

    in Windows 10 Software and Apps
    Roblox CRASH Debugging: Have already made a few minidumps and gone through them, removed .DLL files that got mentioned as a source of error provided that they weren't a essential process and now the client instead of ghost-crashing usually crashes with a visible error message which is progress?Have...
  8. breaking/pause a process with Debug?

    in Windows 10 BSOD Crashes and Debugging
    breaking/pause a process with Debug?: I'd like to pause/break a flash application/process once it starts running. I tried to attach to the process with windbg, but it breaks before the app is loaded into my memory... I'd like to have it break when it is loaded into my memory, but before the app compiles (flash...
  9. Time Travel Debugging is now available in WinDbg Preview

    in Windows 10 News
    Time Travel Debugging is now available in WinDbg Preview: We are excited to announce that Time Travel Debugging (TTD) features are now available in the latest version of WinDbg Preview. About a month ago, we released WinDbg Preview, which provides great new debugging user experiences. We are now publicly launching a preview version...
  10. WinDBG - The Basics for Debugging Crash Dumps in Windows 10

    in Windows 10 Tutorials
    WinDBG - The Basics for Debugging Crash Dumps in Windows 10: How to: WinDBG - The Basics for Debugging Crash Dumps in Windows 10 WinDBG - The Basics for Debugging Crash Dumps in Windows 10 [img] Information WinDBG (Windows DeBuGger) is an analytic tool used for analysing and debugging Windows crash dumps, also known as BSODs...