[skip e2e] Add SIGSEGV handling (#15248)

Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
pull/15252/head
Cai Yudong 2022-01-17 17:35:35 +08:00 committed by GitHub
parent 10706b61fa
commit 7b48dc7b84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -491,6 +491,7 @@ func (mr *MilvusRoles) Run(local bool, alias string) {
syscall.SIGHUP,
syscall.SIGINT,
syscall.SIGTERM,
syscall.SIGSEGV,
syscall.SIGQUIT)
sig := <-sc
log.Error("Get signal to exit\n", zap.String("signal", sig.String()))