|
发表于 2003-11-10 18:46:52
|
显示全部楼层
welcome to the world of segmentation fault!
most probably you used an crazy pointer which points to some forbidden area, for example, a NULL pointer or a pointer that doesn't even exist!
Mr. kernel would send your program a SEGV signal 11 to kill it.
be careful when dealing with pointers! |
|