YoVDO

The Quest for a Better Crash

Offered By: CppNow via YouTube

Tags

C++Now Courses

Course Description

Overview

Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Explore advanced techniques for debugging crashes in production environments during this CppNow 2021 conference talk. Delve into Windows-specific methods for reconstructing symbolicated stack traces from release builds without direct access to client machines. Learn about leveraging OS APIs like ImageHlp.dll and DbgHelp.dll to work with PE/COFF images and PDBs. Discover how to navigate challenges such as Address Space Layout Randomization (ASLR) and Structured Exception Handling (SEH). Compare various approaches, from platform-specific implementations to boost::Stacktrace and potential C++23 features, analyzing their requirements, constraints, and advantages. Gain insights from Victor Ciura, a Principal Engineer at CAPHYON and Microsoft MVP, on improving crash analysis and debugging processes for Windows applications.

Syllabus

The Quest For A Better Crash - Victor Ciura [CppNow 2021]


Taught by

CppNow

Related Courses

Your Favorite Undefined Behavior in C++
CppNow via YouTube
Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube
Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube
Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube
Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube