<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Beginner guide to WinDbg &#8211; Part 1</title>
	<atom:link href="http://debuggingblog.com/wp/2008/10/31/beginner-guide-to-windbg-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://debuggingblog.com/wp/2008/10/31/beginner-guide-to-windbg-part-1/</link>
	<description>Debugging + Random Stuff</description>
	<lastBuildDate>Thu, 23 Feb 2012 17:06:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: merwindz</title>
		<link>http://debuggingblog.com/wp/2008/10/31/beginner-guide-to-windbg-part-1/#comment-1745</link>
		<dc:creator>merwindz</dc:creator>
		<pubDate>Thu, 22 Apr 2010 12:11:36 +0000</pubDate>
		<guid isPermaLink="false">http://debuggingblog.com/wp/?p=15#comment-1745</guid>
		<description>I have file server hang ( freezing) issue and If I want to trobleshoot which process causing this how do I do and which process should be debuging?</description>
		<content:encoded><![CDATA[<p>I have file server hang ( freezing) issue and If I want to trobleshoot which process causing this how do I do and which process should be debuging?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prashant</title>
		<link>http://debuggingblog.com/wp/2008/10/31/beginner-guide-to-windbg-part-1/#comment-1713</link>
		<dc:creator>prashant</dc:creator>
		<pubDate>Wed, 20 Jan 2010 09:16:39 +0000</pubDate>
		<guid isPermaLink="false">http://debuggingblog.com/wp/?p=15#comment-1713</guid>
		<description>&lt;a href=&quot;#comment-1712&quot; rel=&quot;nofollow&quot;&gt;@Mike&lt;/a&gt;, That&#039;s interesting. Is your server 32 bit or 64 bit? Unless you have already verified, you should check the WinDBG 32 or 64 bit based on the processor. If you are still having the issue, then just zip the exe and email it to me prashant@debuggingblog.com. Please also let me know if its 32 or 64 bit server. No problem at all, I am also curious about this issue.</description>
		<content:encoded><![CDATA[<p><a href="#comment-1712" rel="nofollow">@Mike</a>, That&#8217;s interesting. Is your server 32 bit or 64 bit? Unless you have already verified, you should check the WinDBG 32 or 64 bit based on the processor. If you are still having the issue, then just zip the exe and email it to me <a href="mailto:prashant@debuggingblog.com">prashant@debuggingblog.com</a>. Please also let me know if its 32 or 64 bit server. No problem at all, I am also curious about this issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://debuggingblog.com/wp/2008/10/31/beginner-guide-to-windbg-part-1/#comment-1712</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 20 Jan 2010 07:41:17 +0000</pubDate>
		<guid isPermaLink="false">http://debuggingblog.com/wp/?p=15#comment-1712</guid>
		<description>Hi,

Thanks for the reply. The ICRASH program was a simple C++ program written by one of my development colleague&#039;s to mimic a crash. So when I run the ICRASH.exe all it does is run, open a dos prompt and says &quot;Press Enter to Crash&quot; once return is pressed the process crashes. This is just to test the WinDBG in a production enviroment. So I&#039;m confident that the process is running and this is confirmed by running tlist.exe and in fact I get the same error when I try it with a production process. The frustrating thing is that it works fine with a windows 2003 server. I know this isn&#039;t a help forum, so I appreciate your response.

Mike</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for the reply. The ICRASH program was a simple C++ program written by one of my development colleague&#8217;s to mimic a crash. So when I run the ICRASH.exe all it does is run, open a dos prompt and says &#8220;Press Enter to Crash&#8221; once return is pressed the process crashes. This is just to test the WinDBG in a production enviroment. So I&#8217;m confident that the process is running and this is confirmed by running tlist.exe and in fact I get the same error when I try it with a production process. The frustrating thing is that it works fine with a windows 2003 server. I know this isn&#8217;t a help forum, so I appreciate your response.</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prashant</title>
		<link>http://debuggingblog.com/wp/2008/10/31/beginner-guide-to-windbg-part-1/#comment-1710</link>
		<dc:creator>prashant</dc:creator>
		<pubDate>Tue, 19 Jan 2010 17:57:56 +0000</pubDate>
		<guid isPermaLink="false">http://debuggingblog.com/wp/?p=15#comment-1710</guid>
		<description>&lt;a href=&quot;#comment-1709&quot; rel=&quot;nofollow&quot;&gt;@Mike&lt;/a&gt;, That just means that ICRASH2 process is not running. Before you run execute adplus.vbs, you can execute tlist.exe to see the list of running processes as seen by adplus script. 
I would think that this is most likely the issue with ICRASH2 on windows server 2008. It may be crashing before you even attach the debugger. If that&#039;s the case then you can even set WinDBG as the default post mortem debugger to verify the cause of crash since you are not getting the chance to attach the debugger.
Please refer to http://support.citrix.com/article/ctx107528 to enable WinDBG as the default post mortem debugger</description>
		<content:encoded><![CDATA[<p><a href="#comment-1709" rel="nofollow">@Mike</a>, That just means that ICRASH2 process is not running. Before you run execute adplus.vbs, you can execute tlist.exe to see the list of running processes as seen by adplus script.<br />
I would think that this is most likely the issue with ICRASH2 on windows server 2008. It may be crashing before you even attach the debugger. If that&#8217;s the case then you can even set WinDBG as the default post mortem debugger to verify the cause of crash since you are not getting the chance to attach the debugger.<br />
Please refer to <a href="http://support.citrix.com/article/ctx107528" rel="nofollow">http://support.citrix.com/article/ctx107528</a> to enable WinDBG as the default post mortem debugger</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://debuggingblog.com/wp/2008/10/31/beginner-guide-to-windbg-part-1/#comment-1709</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 19 Jan 2010 11:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://debuggingblog.com/wp/?p=15#comment-1709</guid>
		<description>Hi,

I have installed and implemented adplus on a Windows 2008 Server but with no success although the same configuration and implementation works on a Windows 2003 server. I get the following error on 2008 : 

C:\Program Files\Debugging Tools for Windows 64-bit&gt;cscript adplus.vbs -crash -p
n Icrash2 -o c:\adplus
Microsoft (R) Windows Script Host Version 5.7
Copyright (C) Microsoft Corporation. All rights reserved.

The following requested processes are not executing:
ICRASH2;

The ICRASH2 program is just a little C++ script that mimics a crash.

Any ideas?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have installed and implemented adplus on a Windows 2008 Server but with no success although the same configuration and implementation works on a Windows 2003 server. I get the following error on 2008 : </p>
<p>C:\Program Files\Debugging Tools for Windows 64-bit&gt;cscript adplus.vbs -crash -p<br />
n Icrash2 -o c:\adplus<br />
Microsoft (R) Windows Script Host Version 5.7<br />
Copyright (C) Microsoft Corporation. All rights reserved.</p>
<p>The following requested processes are not executing:<br />
ICRASH2;</p>
<p>The ICRASH2 program is just a little C++ script that mimics a crash.</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Worssnusisp</title>
		<link>http://debuggingblog.com/wp/2008/10/31/beginner-guide-to-windbg-part-1/#comment-1146</link>
		<dc:creator>Worssnusisp</dc:creator>
		<pubDate>Fri, 17 Jul 2009 04:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://debuggingblog.com/wp/?p=15#comment-1146</guid>
		<description>Интересненько, а кто может объяснить девушке как добавить этот блог в избранное?</description>
		<content:encoded><![CDATA[<p>Интересненько, а кто может объяснить девушке как добавить этот блог в избранное?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://debuggingblog.com/wp/2008/10/31/beginner-guide-to-windbg-part-1/#comment-650</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sat, 16 May 2009 19:54:56 +0000</pubDate>
		<guid isPermaLink="false">http://debuggingblog.com/wp/?p=15#comment-650</guid>
		<description>great tutorial easy to understand, keep up the good work.</description>
		<content:encoded><![CDATA[<p>great tutorial easy to understand, keep up the good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: линкомаулия</title>
		<link>http://debuggingblog.com/wp/2008/10/31/beginner-guide-to-windbg-part-1/#comment-65</link>
		<dc:creator>линкомаулия</dc:creator>
		<pubDate>Tue, 17 Feb 2009 22:30:01 +0000</pubDate>
		<guid isPermaLink="false">http://debuggingblog.com/wp/?p=15#comment-65</guid>
		<description>Неплохой пост, но много лишнего.</description>
		<content:encoded><![CDATA[<p>Неплохой пост, но много лишнего.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: olher</title>
		<link>http://debuggingblog.com/wp/2008/10/31/beginner-guide-to-windbg-part-1/#comment-16</link>
		<dc:creator>olher</dc:creator>
		<pubDate>Fri, 07 Nov 2008 07:42:38 +0000</pubDate>
		<guid isPermaLink="false">http://debuggingblog.com/wp/?p=15#comment-16</guid>
		<description>Как тебе новость на премьершипе:

&quot;Тоттенхэм хочет приобрести Шея Гивена.
Главный тренер лондонского &quot;Тоттенхэма&quot; Харри Рэднапп признался, что он является личным поклонником таланта голкипера &quot;Ньюкасла&quot; Шея Гивена и хотел бы заполучить этого игрока в свой клуб.
&quot;Шей Гивен - великолепный голкипер, я им восхищаюсь. Любой тренер хотел бы его приобрести, если бы это был возможно&quot;, - цитирует Рэднаппа газета Daily Mail.&quot;</description>
		<content:encoded><![CDATA[<p>Как тебе новость на премьершипе:</p>
<p>&#8220;Тоттенхэм хочет приобрести Шея Гивена.<br />
Главный тренер лондонского &#8220;Тоттенхэма&#8221; Харри Рэднапп признался, что он является личным поклонником таланта голкипера &#8220;Ньюкасла&#8221; Шея Гивена и хотел бы заполучить этого игрока в свой клуб.<br />
&#8220;Шей Гивен &#8211; великолепный голкипер, я им восхищаюсь. Любой тренер хотел бы его приобрести, если бы это был возможно&#8221;, &#8211; цитирует Рэднаппа газета Daily Mail.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GDJared</title>
		<link>http://debuggingblog.com/wp/2008/10/31/beginner-guide-to-windbg-part-1/#comment-15</link>
		<dc:creator>GDJared</dc:creator>
		<pubDate>Thu, 06 Nov 2008 00:30:26 +0000</pubDate>
		<guid isPermaLink="false">http://debuggingblog.com/wp/?p=15#comment-15</guid>
		<description>Спасибо!</description>
		<content:encoded><![CDATA[<p>Спасибо!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 2/4 queries in 0.001 seconds using disk: basic
Object Caching 377/377 objects using disk: basic

Served from: debuggingblog.com @ 2012-05-19 03:03:52 -->
