码迷,mamicode.com
首页 >  
搜索关键字:fault    ( 450个结果
Operating System: Three Easy Pieces --- Page Fault (Note)
Recall that with TLB misses, we have two types of systems: Hardware managed TLBs (where thehardware looks in the page table to find the desired transl...
分类:其他好文   时间:2015-10-07 12:14:31    阅读次数:173
Segmentation fault (core dumped)
第一步,打开虚拟机,打开终端第二步,输入#ulimit -c unlimited 打开core dump第三步,编译程序,输入#gcc -g seg1.c -o seg1第四步,输入ls查看有没有core文件,然后调用#gdb ./seg1 core 查看错误信息,第一个程序是空指针赋值,第二个程序...
分类:其他好文   时间:2015-10-02 00:13:10    阅读次数:265
Lab - Hot Standby Router Protocol
TopologyObjectiveConfigure inter-VLAN routing with HSRP to provide redundant, fault-tolerant routing to the internal network.BackgroundHot Standby Rou...
分类:数据库   时间:2015-10-01 21:40:22    阅读次数:263
Byte-Code Study01
ASM:Java 字节码操控框架http://www.ibm.com/developerworks/cn/java/j-lo-asm30/Byteman:字节码使用:findBugsAOP Orm Byteman(fault injection) jrebel JDT增量编译 基于堆栈的虚拟机和基于...
分类:其他好文   时间:2015-09-30 14:22:28    阅读次数:198
【转】malloc与free的底层实现
本文转自:http://blog.163.com/xychenbaihu@yeah/blog/static/132229655201210975312473/如何查看进程发生缺页中断的次数?用ps -o majflt,minflt -C program命令查看。majflt代表major fault...
分类:其他好文   时间:2015-09-27 15:00:00    阅读次数:365
webservice调用报object is not an instance of declaring class错
错误原文:警告:Application{http://service.core.ws.component.creditease.com/}NLender2CoreWebServiceService#{http://service.core.ws.component.creditease.com/}riskFundInfoNoticehasthrownexception,unwindingnoworg.apache.cxf.interceptor.Fault:objectisnotaninstan..
分类:Web程序   时间:2015-09-22 19:05:35    阅读次数:890
【转】【调试技巧】Linux环境下段错误的产生原因及调试方法小结
本文转自:http://www.cnblogs.com/panfeng412/archive/2011/11/06/segmentation-fault-in-linux.html最近在Linux环境下做C语言项目,由于是在一个原有项目基础之上进行二次开发,而且项目工程庞大复杂,出现了不少问题,其中...
分类:系统相关   时间:2015-09-19 12:11:56    阅读次数:320
记一次PHP“Segmentation fault”调试经历
遇到的问题:在linux上安装php5.5.26、phalcon2.0扩展、xhprof扩展,均正常安装,并可单独运行。但放在一起运行时出现“Segmentation fault”错误。注:xhprof是从github上下载的最新版。遇到问题时的上下文:1: 新建项目,使用phalcon命令行工具 ...
分类:Web程序   时间:2015-09-07 00:20:57    阅读次数:431
关于RDD
RDD, Resilient Distributed Dataset,弹性分布式数据集, 是Spark的核心概念。对于RDD的原理性的知识,可以参阅Resilient Distributed Datasets: A Fault-Tolerant Abstraction for In-Memory C...
分类:其他好文   时间:2015-09-06 12:47:10    阅读次数:169
C&C++——段错误(Segmentation fault)
C/C++中的段错误(Segmentation fault)Segment fault 之所以能够流行于世,是与Glibc库中基本所有的函数都默认型参指针为非空有着密切关系的。来自:http://oss.lzu.edu.cn/blog/article.php?uid_7/tid_700.html#c...
分类:编程语言   时间:2015-08-31 11:26:30    阅读次数:316
450条   上一页 1 ... 28 29 30 31 32 ... 45 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!