<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Debugging a Debugger Deadlock</title>
	<atom:link href="http://jpassing.com/2008/08/23/debugging-a-debugger-deadlock/feed/" rel="self" type="application/rss+xml" />
	<link>http://jpassing.com/2008/08/23/debugging-a-debugger-deadlock/</link>
	<description></description>
	<lastBuildDate>Tue, 22 May 2012 05:39:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Ilya</title>
		<link>http://jpassing.com/2008/08/23/debugging-a-debugger-deadlock/#comment-1408</link>
		<dc:creator><![CDATA[Ilya]]></dc:creator>
		<pubDate>Fri, 30 Sep 2011 08:32:43 +0000</pubDate>
		<guid isPermaLink="false">http://jpassing.wordpress.com/?p=97#comment-1408</guid>
		<description><![CDATA[Thanks a lot for this post, Johannes. I would never get to the bottom of this issue without your help. I managed to fix it by loading rasapi32.dll and sensapi.dll before calling any wininet stuff. These two libraries are loaded by wininet.dll and cause the deadlock which you described here. I can confirm that the same issue arise in VS 2005. My winined.dll version is 8.00.7601.17601, Windows version is Windows 7 SP 1.]]></description>
		<content:encoded><![CDATA[<p>Thanks a lot for this post, Johannes. I would never get to the bottom of this issue without your help. I managed to fix it by loading rasapi32.dll and sensapi.dll before calling any wininet stuff. These two libraries are loaded by wininet.dll and cause the deadlock which you described here. I can confirm that the same issue arise in VS 2005. My winined.dll version is 8.00.7601.17601, Windows version is Windows 7 SP 1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilya</title>
		<link>http://jpassing.com/2008/08/23/debugging-a-debugger-deadlock/#comment-1407</link>
		<dc:creator><![CDATA[Ilya]]></dc:creator>
		<pubDate>Thu, 29 Sep 2011 21:43:28 +0000</pubDate>
		<guid isPermaLink="false">http://jpassing.wordpress.com/?p=97#comment-1407</guid>
		<description><![CDATA[I have a similar situation. Call to HttpSendRequest() eventually deadlocks somewhere in FixProxySettingsForCurrentConnection() &gt;&gt;&gt;&gt; IsDialUpConnection() &gt;&gt;&gt;&gt; GetRasConnections() in VS 2008, and both VS and Firefox hang when this happens.
I believe I had the same problem in VS 2005, however I need to double-check that.
Can you please tell how you fixed that?]]></description>
		<content:encoded><![CDATA[<p>I have a similar situation. Call to HttpSendRequest() eventually deadlocks somewhere in FixProxySettingsForCurrentConnection() &gt;&gt;&gt;&gt; IsDialUpConnection() &gt;&gt;&gt;&gt; GetRasConnections() in VS 2008, and both VS and Firefox hang when this happens.<br />
I believe I had the same problem in VS 2005, however I need to double-check that.<br />
Can you please tell how you fixed that?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

