On Fri, 4 Nov 2016, kefu chai wrote: > hi ceph developers, > > i just pulled together a simple script at > https://github.com/tchaikov/sepia-bt/blob/master/bt.sh for debugging > the coredump on teuthology. what it does is > > 1. download the ceph packages > 2. extract them so we have the debugged executable and symbols > 3. launch gdb and set the necessary paths > > et voilà! > > the idea of this script comes from badone (Brad). i just translate it > into a shell script. > > pull requests welcomed! This is great! Maybe we should put it in ceph.git/src/scripts? sage