coredump Analysis with gdb

Extract a crash report from a captured core dump without access to the developer machine.

A advanced Linux challenge worth 20 points. Solve it hands-on in a real Linux environment in your browser - no local setup, no fake shells.

The Challenge

A C++ service segfaults in production once per hour. A core dump was captured. The developer needs the faulting function and stack trace.

Your tasks:

SIGNAL: <signal name> FAULT_FUNCTION: <function name> STACK: <5 lines of bt output>