Season 1, Episode 16 -Burrows:Don't be. It's not your fault. 不要,不是你的错 -Fernando: Know what I like? 知道我喜欢什么? -Maricruz: Hmm? 恩 -Fernando: How after we
分类:
其他好文 时间:
2016-02-13 18:19:11
阅读次数:
229
在执行rails 命令时出现: diudiugirl@DIUs:~/ashelf$ rails s /home/diudiugirl/.rvm/gems/ruby-1.9.3-p545/gems/json-1.8.0/lib/json/common.rb:67: [BUG] Segmentation
分类:
Web程序 时间:
2016-02-01 18:33:07
阅读次数:
167
- Unable to find required classes (javax.activation.DataHandler and javax.mail.internet.MimeMultipart). Attachment support is disabled.AxisFault fault...
分类:
编程语言 时间:
2016-01-26 20:27:52
阅读次数:
311
Segmentation fault is a specific kind of error caused by accessing memory that “does not belong to you.” It’s a helper mechanism that keeps you from c...
分类:
编程语言 时间:
2016-01-25 19:12:26
阅读次数:
268
1.段错误 http://www.cnblogs.com/panfeng412/archive/2011/11/06/2237857.html2.段错误的调试方法 2.1使用printf输出信息 2.2使用gcc和gdb 2.3使用core文件和gdb……
分类:
系统相关 时间:
2016-01-19 14:23:59
阅读次数:
235
1. mini coredump a. segv http://zh.scribd.com/doc/3726406/Crash-N-Burn-Writing-Linux-application-fault-handlers https://github.com/gby/libcrash b./pr....
分类:
其他好文 时间:
2016-01-16 01:11:22
阅读次数:
303
这一部分是希望能够处理页错误、断点和系统调用处理系统页错误在发生了page fault之后,进入到系统中断中,然后经过_alltraps,进入到trap,再经过trap_dispatch分发,应该对中断类型为T_PGFLT的中断进行处理当然,页错误也有内核页错误和用户页错误处理断点在JOS中,断点中...
分类:
其他好文 时间:
2016-01-06 15:27:23
阅读次数:
179
Designing fault tolerant systems is extremely difficult. You can try to anticipate and reason about all of the things that can go wrong with your soft...
分类:
其他好文 时间:
2015-12-30 19:13:41
阅读次数:
183
官方网站:http://www.moosefs.org/About MooseFSMooseFS is a fault tolerant, network distributed file system. It spreads data over several physical servers w...
分类:
其他好文 时间:
2015-12-27 12:07:39
阅读次数:
154
Fault:静态存在于软件中的缺陷;Error: 软件运行中,运行到fault,触发产生的错误;Failure: Error传播到软件外部,使用户观测到失效的行为。要观测到Failure需要三个必要的条件:1、执行必须通过错误的代码(Execution-执行);2、在执行错误代码的时候必须触发出一个...
分类:
其他好文 时间:
2015-12-18 09:14:59
阅读次数:
3598