码迷,mamicode.com
首页 >  
搜索关键字:segmentation fault    ( 648个结果
Hadoop学习笔记之二:Hadoop体系架构
HDFS简介HDFS有着高容错性(fault-tolerant)的特点,并且设计用来部署在低廉的(low-cost)硬件上。而且它提供高吞吐量(highthroughput)来访问应用程序的数据,适合那些有着超大数据集(largedataset)的应用程序。1.HDFS有以下几个主要特点:处理超大文件:存储的一个超大..
分类:其他好文   时间:2014-08-24 19:30:13    阅读次数:275
iOS 开发系列:CoreData Object 变成 Fault 的一种方式
If the receiver is a fault, calling this method does not cause it to fire. ////这句话真心不明白?还请大虾赐教@@...
分类:移动开发   时间:2014-08-22 13:03:38    阅读次数:260
Rich feature hierarchies for accurate object detection and semantic segmentation
学习笔记之《Rich feature hierarchies for accurate object detection and semantic segmentation》...
分类:其他好文   时间:2014-08-20 16:30:52    阅读次数:326
内存分配与Segmentation fault
为了方便使用,我做了如下结构体的嵌套使用:struct operation{ int num; char name[100]; char owner[100]; char msg[100];};struct collect{ int num; char name[100]; char owner[1...
分类:其他好文   时间:2014-08-15 12:03:28    阅读次数:308
Multiple address space mapping technique for shared memory wherein a processor operates a fault handling routine upon a translator miss
Virtual addresses from multiple address spaces are translated to real addresses in main memory by generating for each virtual address an address space...
分类:移动开发   时间:2014-08-14 13:24:28    阅读次数:489
造成segmentation fault的可能原因分析(转)
一 造成segment fault,产生core dump的可能原因1.内存访问越界a) 由于使用错误的下标,导致数组访问越界b) 搜索字符串时,依靠字符串结束符来判断字符串是否结束,但是字符串没有正常的使用结束符c) 使用strcpy, strcat, sprintf, strcmp, strca...
分类:其他好文   时间:2014-08-13 22:00:37    阅读次数:288
mean shift 图像分割(三)
5 非参数密度估计...
分类:其他好文   时间:2014-08-12 17:28:15    阅读次数:392
org.codehaus.xfire.fault.XFireFault: Not enough message parts were received for the operation.
org.codehaus.xfire.fault.XFireFault: Not enough message parts were received for the operation.   当外部调用你的接口时,没有正确调用,少了参数或者什么,让调用者好好检查下,或者重新更下wsdl,在调用程序。 这个不是java的粗,而是调用者的调用接口错了,才会报错的信息...
分类:其他好文   时间:2014-08-08 16:11:16    阅读次数:205
解决Qt4.8.6+VS2010运行程序提示 FTH: (6512): *** Fault tolerant heap shim applied to current process. This is usually due to previous crashes
这个问题偶尔碰到两次,现在又遇上了,解决办法如下:打开注册表,设置HKLM\Software\Microsoft\FTH\Enabled 为0 打开CMD,运行Rundll32.exe fthsvc.dll,FthSysprepSpecialize参考http://msdn.microsoft.co...
分类:移动开发   时间:2014-08-06 14:36:51    阅读次数:2670
child pid xxx exit signal Segmentation fault (11)
下午检查apahe的error_log的时候发现大量:[TueJul2914:35:392014][notice]childpid22397exitsignalSegmentationfault(11)[TueJul2914:35:422014][notice]childpid22548exitsignalSegmentationfault(11)[TueJul2914:35:452014][notice]childpid22540exitsignalSegmentationfaul..
分类:其他好文   时间:2014-07-29 18:25:23    阅读次数:230
648条   上一页 1 ... 60 61 62 63 64 65 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!