Added GDB command to debug spectrum backend
This commit is contained in:
parent
1a0ce32b1f
commit
c7bf6ca0a9
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue