mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
[skip e2e] Add SIGSEGV handling (#15248)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
This commit is contained in:
parent
10706b61fa
commit
7b48dc7b84
@ -491,6 +491,7 @@ func (mr *MilvusRoles) Run(local bool, alias string) {
|
|||||||
syscall.SIGHUP,
|
syscall.SIGHUP,
|
||||||
syscall.SIGINT,
|
syscall.SIGINT,
|
||||||
syscall.SIGTERM,
|
syscall.SIGTERM,
|
||||||
|
syscall.SIGSEGV,
|
||||||
syscall.SIGQUIT)
|
syscall.SIGQUIT)
|
||||||
sig := <-sc
|
sig := <-sc
|
||||||
log.Error("Get signal to exit\n", zap.String("signal", sig.String()))
|
log.Error("Get signal to exit\n", zap.String("signal", sig.String()))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user