An easy way around it, usually signalled by a segmentation fault, is to issue 因为通常存在分段错误,所以该问题最简单的方法就是在执行
For example, one of the most common errors in linux applications is known as a segmentation fault 举例来说,在linux应用程序中,分段故障被认为是最常见的错误之一。
Because the linux system call facility is not the same as the system call facility on solaris or sco unix, the result is a segmentation fault 由于linux系统调用功能与solaris或scounix上的系统调用功能不同,所以结果是发生一个代码段错误。然后,
It checks if the object's address points to something accessible ( will not raise a segmentation fault ) and if the constructor was called ( assuring that the object's content is not garbage ) 它检查对象的地址是否指向可以访问的地址(不会引起段错误),它的构造函数是否被调用(确保对象的内容不是无用的)。