Skip to content

Commit

Permalink
[skip e2e] Add SIGSEGV handling (#15248)
Browse files Browse the repository at this point in the history
Signed-off-by: yudong.cai <[email protected]>
  • Loading branch information
cydrain authored Jan 17, 2022
1 parent 10706b6 commit 7b48dc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/roles/roles.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()))
Expand Down

0 comments on commit 7b48dc7

Please sign in to comment.