段错误 meaning in Chinese
core dumped
segment fault
segmentation fault
Examples
- 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或sco unix上的系统调用功能不同,所以结果是发生一个代码段错误。然后, - 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 )
它检查对象的地址是否指向可以访问的地址(不会引起段错误) ,它的构造函数是否被调用(确保对象的内容不是无用的) 。 - In fact , the application of tcp is rather widely . nowadays , anytime , a great quantity of communication is about tcp . so , the spurious retransmissions of tcp segments will waste a lot of resource of network
现在全球每时每刻有着无法估量的巨大通信量是基于tcp的,因此tcp报文段错误重传将导致巨大的网络资源的浪费,本文所提出的置位法,适用于大窗口的tcp连接。