约有 102 项符合查询结果, 以下是第 1 - 11项。
费时 < 1 秒。
本地调试是,Windbg不过就是系统的一个用户态的应用程序,当然无法修改内核态下的内存呀。
Posted in Windows内核调试
by
Coding
on 2010-08-19
呃,这是要找会调试还是要找会做调试器的呀
顺风也发个广告吧,我们部门(也是在Intel了)也在社招,需要有Windows/Linux显卡驱动开发经验的
或者BIOS,firmware经验
或者802.11, tcp/ip协议栈,无线仿真方面的经验的
有兴趣的发到coding.xu#gmail.com
Posted in 社区活动
by
Coding
on 2010-08-11
应该是死循环导致内核栈溢出了。
Windbg help中有解释
This overflow occurs when a guard page is hit, and the kernel tries to push a trap frame. Because there is no stack left, a stack overflow results, causing the double fault.
Posted in Windows内核调试
by
Coding
on 2010-05-07
这个活动的后续怎么样了??
北京活动举办了吗??
Posted in 活动建议
by
Coding
on 2010-05-06
牢骚太盛防肠断,风物长宜放眼量。
从来不以技术高低来看待人,量才用人。
Posted in 软件圈里十大怪
by
Coding
on 2010-04-28
<BLOCKQUOTE><table width=''85%''><tr><td class=''txt4''><img src=''/Themes/default/images/icon-quote.gif''>&nbsp;<strong>Raymond wrote:</strong></td></tr><tr><td class=''quoteTable''><table width=''100%''><tr><td width=''100%'' valign=''top'' ...
Posted in C/C++本地代码调试
by
Coding
on 2010-03-18
等待上海的聚会了。呵呵
不过我看open party那个link中的参加群体似乎 和我们的议题不相同呀。
Posted in 活动建议
by
Coding
on 2010-03-05
8055d5f3 0000 add byte ptr [eax],al ds:0023:00000000=??
就这条语句出错了,eax的值为0
Posted in Windows内核调试
by
Coding
on 2010-02-25
不管何时何地,我都把windbg的log file打开。
Posted in WinDbg
by
Coding
on 2010-02-05
FlushFileBuffers一下试试看。
其实我还是偏爱UMDH来解决内存泄露问题。
Posted in 《软件调试》的示例程序
by
Coding
on 2009-12-11