mirror of
https://github.com/golang/go
synced 2024-11-21 16:34:42 -07:00
runtime: don't panic on SIGILL, just crash
R=rsc CC=golang-dev https://golang.org/cl/5504067
This commit is contained in:
parent
1cf45e388d
commit
5690ddc7fa
@ -13,7 +13,7 @@ SigTab runtime·sigtab[] = {
|
||||
/* 1 */ Q+R, "SIGHUP: terminal line hangup",
|
||||
/* 2 */ Q+R, "SIGINT: interrupt",
|
||||
/* 3 */ C, "SIGQUIT: quit",
|
||||
/* 4 */ C+P, "SIGILL: illegal instruction",
|
||||
/* 4 */ C, "SIGILL: illegal instruction",
|
||||
/* 5 */ C, "SIGTRAP: trace trap",
|
||||
/* 6 */ C, "SIGABRT: abort",
|
||||
/* 7 */ C+P, "SIGBUS: bus error",
|
||||
|
Loading…
Reference in New Issue
Block a user