Reputation: 2692
My dogfood machine hit a deadlock earlier this morning in a debug build. It's at a breakpoint in gdb now. What is my best next step before I kill it?
Upvotes: 0
Views: 49
Reputation: 2692
set pagination off
set logging on
thread apply all bt
generate-core-file
Upvotes: 1