发布于 4年前

SIGSEGV or `kill -l 11`

SIGSEGV --- Invalid memory reference (segment fault). The possible cases of your encountering this error are:
- buffer overflow
- stack overflow
- illegal file access

man 7 signal

Standard Signals
...
Signal     Value     Action   Comment
──────────────────────────────────────────────────────────────────────
...
SIGSEGV      11       Core    Invalid memory reference

相关文章

©2020 edoou.com   京ICP备16001874号-3