Tag

WinDbg

1 views collected around this technical thread.

IT Services Circle
IT Services Circle
May 10, 2023 · Backend Development

Debugging a .NET Login Hang Caused by MySQL SSL Connection Using WinDbg

An engineer troubleshoots a .NET application login freeze by capturing a dump with WinDbg, discovers the thread blocked in MySQL SSL handshake, verifies the MySQL driver version, and resolves the issue by disabling SSL via the connection string, illustrating effective debugging without source code or logs.

.NETConnectionStringDebugging
0 likes · 8 min read
Debugging a .NET Login Hang Caused by MySQL SSL Connection Using WinDbg
Efficient Ops
Efficient Ops
Jun 28, 2016 · Operations

Master Windows Debugging: Essential Tools and Techniques for Ops Engineers

This article explains why operations teams often face mysterious system failures, introduces the core concepts of Windows debugging—including processes, threads, user and kernel modes, common performance issues, dump file types, and essential tools like WinDbg—while providing practical step‑by‑step guidance to diagnose and resolve crashes.

Debugging toolsDump filesWinDbg
0 likes · 18 min read
Master Windows Debugging: Essential Tools and Techniques for Ops Engineers
Architecture Digest
Architecture Digest
Jun 11, 2016 · Information Security

In-Depth Debugging and Performance Analysis of Baidu Cloud Guard (Baidu Cloud Manager)

The article presents a detailed reverse‑engineering investigation of Baidu Cloud Guard, using Task Manager, Process Explorer, VTune, and WinDBG to expose its high page‑fault rate, anti‑debugging tricks, intensive heap allocations, and frequent process‑enumeration calls that cause excessive CPU usage.

DebuggingWinDbgWindows
0 likes · 15 min read
In-Depth Debugging and Performance Analysis of Baidu Cloud Guard (Baidu Cloud Manager)