It’s essential to examine core dumps to diagnose any non-trivial hangs or crashes due to a user process or the kernel faults. Most people have no training in dealing with core dumps, so the causes of most crashes remain undiagnosed.
This course starts with debugging core dumps. You will learn how to debug the Linux process and kernel failures (using the GDB debugger and the crash utility), browse core memory dumps, identify corruption, memory leaks, CPU spikes, halted threads, deadlocks and wait chains, among other things.
Instead of taking a theoretical route, you will focus on hands-on lessons on a variety of memory analysis patterns found in 64-bit core memory dumps from the x64 architecture. You will follow the novel pattern-oriented diagnostic analysis approach that considerably helps with the analysis. Moreover, the course will provide you with problematic applications and the associated core dumps, along with brief descriptions of relevant patterns and some frequently asked questions.
It’s essential to examine core dumps to diagnose any non-trivial hangs or crashes due to a user process or the kernel faults. Mo...Show More
WHAT YOU'LL LEARN
A working knowledge of how to collect core dumps
A hands-on knowledge on how to diagnose crashes/hangs via core dump analysis
The ability to apply pattern-oriented analysis on 64-bit core dumps on x86 architecture
A familiarity with debugging to diagnose common faults
The ability to use GDB debugger to analyze Linux process core dump
An understanding of using the crash utility to analyze Linux kernel core dumps
A working knowledge of how to collect core dumps
Show more
TAKEAWAY SKILLS
Content
2.
Fundamentals of Core Dump Analysis
7 Lessons
Grasp the fundamentals of core dump analysis in Linux, covering memory, threads, exceptions, and diagnostics.
3.
Using GDB With Multi-Threaded Applications
5 Lessons
Work your way through debugging multi-threaded applications using GDB commands and core dump analysis.
4.
Null Pointer Patterns and External Debugging Information
5 Lessons
Apply your skills to detect and debug NULL pointer exceptions using core dump analysis.
5.
Spiking Threads
3 Lessons
Take a closer look at spiking threads, their identification, and in-depth analysis patterns.
6.
Heap Corruption
3 Lessons
Follow the process of identifying and debugging heap corruption to manage dynamic memory issues effectively.
7.
Stack Corruption and Overflow
4 Lessons
Master the steps to identify and resolve stack corruption and overflow issues using core dump analysis.
8.
Active Threads
3 Lessons
Learn how to use core dump analysis to identify and diagnose active thread issues.
9.
Runtime Exceptions and Execution Residues
3 Lessons
Unpack the core of detecting runtime exceptions and analyzing execution residues in Linux dumps.
10.
Heap Errors
4 Lessons
Lay out a solution for diagnosing and resolving heap leaks, contention, and critical region errors.
11.
Deadlocks
2 Lessons
Find out about deadlock identification through core dumps, thread stack examination, and mutex analysis.
12.
Post-processing
2 Lessons
Solve problems in analyzing core dumps through memory snapshots, functions, and variable insights.
13.
Kernel Dump Analysis with Crash
7 Lessons
Investigate kernel core dumps and utilize the crash tool for extensive debugging.
14.
Wrapping Up
2 Lessons
Build on your core dump analysis skills with FAQs and comprehensive troubleshooting knowledge.
15.
Appendix
2 Lessons
Try out installing essential debugging tools and utilizing advanced analysis patterns.
Certificate of Completion
Showcase your accomplishment by sharing your certificate of completion.
Course Author:
Developed by MAANG Engineers
Trusted by 2.8 million developers working at companies
"These are high-quality courses. Trust me the price is worth it for the content quality. Educative came at the right time in my career. I'm understanding topics better than with any book or online video tutorial I've done. Truly made for developers. Thanks"
Anthony Walker
@_webarchitect_
"Just finished my first full #ML course: Machine learning for Software Engineers from Educative, Inc. ... Highly recommend!"
Evan Dunbar
ML Engineer
"You guys are the gold standard of crash-courses... Narrow enough that it doesn't need years of study or a full blown book to get the gist, but broad enough that an afternoon of Googling doesn't cut it."
Software Developer
Carlos Matias La Borde
"I spend my days and nights on Educative. It is indispensable. It is such a unique and reader-friendly site"
Souvik Kundu
Front-end Developer
"Your courses are simply awesome, the depth they go into and the breadth of coverage is so good that I don't have to refer to 10 different websites looking for interview topics and content."
Vinay Krishnaiah
Software Developer
Hands-on Learning Powered by AI
See how Educative uses AI to make your learning more immersive than ever before.
AI Prompt
Code Feedback
Explain with AI
AI Code Mentor
Free Resources