From a7084f82fd6af99819439824fb3cb9b92b39e2d4 2013-11-15 13:23:27 From: vitalyster Date: 2013-11-15 13:23:27 Subject: [PATCH] Merge pull request #33 from vitalyster/patch-1 Added GDB command to debug spectrum backend --- diff --git a/documentation/management/getting_backtrace.md b/documentation/management/getting_backtrace.md index 8a4060deb9745cf48e4c028fedc6db9e1f3c024d..54df801e71665b32f26a0be0010410816dca7820 100644 --- a/documentation/management/getting_backtrace.md +++ b/documentation/management/getting_backtrace.md @@ -63,3 +63,13 @@ Now you have to start Spectrum with following GDB command: Since now Spectrum is running and you have to reproduce the crash or just wait for crash. Then get a backtrace with this GDB command: bt full + +If Spectrum crashed in backend, then you need following GDB command *before* starting Spectrum: + + set follow-fork-mode child + +And then: + + run + bt full +