添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

Stack Exchange Network

Stack Exchange network consists of 182 Q&A communities including Stack Overflow , the largest, most trusted online community for developers to learn, share their knowledge, and build their careers. Visit Stack Exchange

Server Fault is a question and answer site for system and network administrators. It only takes a minute to sign up.

Sign up to join this community

Teams

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Learn more about Teams If you want to make an info type post, it is better if you work on writing a good question. meta.stackexchange.com/questions/17463 meta.stackexchange.com/questions/12513 Zoredache Sep 22, 2009 at 5:45 Accepted my own answer. I do not remember what I was thinking back in 2009 when I asked a question and answered it few minutes later. Probably I did not knew the answer, and asked before googling it... jpmartins Aug 2, 2019 at 19:25

Signal 11 (SIGSEGV, also known as segmentation violation) means that the program accessed a memory location that was not assigned to it.

That's usually a bug in a program. So if you're writing your own program, that's the most likely cause.

It can also commonly occur with some hardware malfunctions.

This is such an informative answer, why would it get 4 negative votes? (the reason it's only -3 is because I just upvoted it). user1271772 Jun 23, 2019 at 22:24 I usually see segmentation faults as the catch-all error in low-level languages. Tools like {Address|Leak}Sanitizer, as well as debuggers such as GDB, can help to demystify the error and point to a cause. Matt F. Jul 3, 2021 at 19:25