mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
posix main add SIGSEGV handler
This commit is contained in:
committed by
Lorenz Meier
parent
5234ba49ad
commit
3e843ba2d2
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user