posix main add SIGSEGV handler

This commit is contained in:
Daniel Agar
2018-05-17 20:08:03 -04:00
committed by Lorenz Meier
parent 5234ba49ad
commit 3e843ba2d2
2 changed files with 27 additions and 7 deletions

6
Jenkinsfile vendored
View File

@@ -300,6 +300,12 @@ pipeline {
}
sh 'make distclean'
}
post {
failure {
sh('find . -name core')
sh('gdb --batch --quiet -ex "thread apply all bt full" -ex "quit" build/posix_sitl_default/px4 core')
}
}
}
stage('check stack') {