11-01-2011
23,310,
4,623
Join Date: Aug 2005
Last Activity: 7 July 2020, 11:47 AM EDT
Location: Saskatchewan
Posts: 23,310
Thanks Given: 1,331
Thanked 4,623 Times in 4,217 Posts
It crashed.
Segmentation fault means it tried to access memory addresses that either didn't exist, or the program didn't have permissions to access in that manner. Unfortunately, just "SEGMENTATION FAULT" tells you little about why. It doesn't even tell you where. The OS doesn't care about such things, it just kills things which don't obey them.
It was an unusually helpful error though, in that it told you how to get better information on the segfault.
Don't think this really belongs in 'networking', more of a programming problem.