<?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: Setting up a Symbol Server</title>
	<atom:link href="http://entland.homelinux.com/blog/2006/07/06/setting-up-a-symbol-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://entland.homelinux.com/blog/2006/07/06/setting-up-a-symbol-server/</link>
	<description>Code, 3D, Games, Linux and much more...</description>
	<lastBuildDate>Mon, 09 Nov 2009 03:12:38 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tangential Software Usage &#124; EntBlog</title>
		<link>http://entland.homelinux.com/blog/2006/07/06/setting-up-a-symbol-server/comment-page-1/#comment-166118</link>
		<dc:creator>Tangential Software Usage &#124; EntBlog</dc:creator>
		<pubDate>Tue, 30 Sep 2008 07:33:54 +0000</pubDate>
		<guid isPermaLink="false">http://entland.homelinux.com/blog/2006/07/06/setting-up-a-symbol-server/#comment-166118</guid>
		<description>[...] Crashes are stored as minidumps in that same folder. And, as we distribute pdb with our releases, this means that everybody in the team can open any dump from any release and reproduce the exact crashing conditions everywhere. For more information about symbols, read my previous article about Setting up a Symbol Server [...]</description>
		<content:encoded><![CDATA[<p>[...] Crashes are stored as minidumps in that same folder. And, as we distribute pdb with our releases, this means that everybody in the team can open any dump from any release and reproduce the exact crashing conditions everywhere. For more information about symbols, read my previous article about Setting up a Symbol Server [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JIRA: Build Farm</title>
		<link>http://entland.homelinux.com/blog/2006/07/06/setting-up-a-symbol-server/comment-page-1/#comment-164632</link>
		<dc:creator>JIRA: Build Farm</dc:creator>
		<pubDate>Fri, 22 Aug 2008 10:53:11 +0000</pubDate>
		<guid isPermaLink="false">http://entland.homelinux.com/blog/2006/07/06/setting-up-a-symbol-server/#comment-164632</guid>
		<description>&lt;strong&gt;[BLD-339] Setup MS symbol server for plugin symbols...&lt;/strong&gt;

Just like we can load symbols for IE, Windows, and FF from symbol servers it would be incredible useful if we could do the same for the plugin. Could you look into what we need to do? It&#039;s probably just a question of transferring files somewhere and t...</description>
		<content:encoded><![CDATA[<p><strong>[BLD-339] Setup MS symbol server for plugin symbols&#8230;</strong></p>
<p>Just like we can load symbols for IE, Windows, and FF from symbol servers it would be incredible useful if we could do the same for the plugin. Could you look into what we need to do? It&#8217;s probably just a question of transferring files somewhere and t&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ent</title>
		<link>http://entland.homelinux.com/blog/2006/07/06/setting-up-a-symbol-server/comment-page-1/#comment-64925</link>
		<dc:creator>ent</dc:creator>
		<pubDate>Thu, 29 Nov 2007 15:55:54 +0000</pubDate>
		<guid isPermaLink="false">http://entland.homelinux.com/blog/2006/07/06/setting-up-a-symbol-server/#comment-64925</guid>
		<description>Yes, you gave the answer to yourself. :)
In my machine, .dmp are registered to Visual Studio, so double clicking is enough to open the MiniDump. Then you need to hit F5 to start debugging it.</description>
		<content:encoded><![CDATA[<p>Yes, you gave the answer to yourself. <img src='http://entland.homelinux.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
In my machine, .dmp are registered to Visual Studio, so double clicking is enough to open the MiniDump. Then you need to hit F5 to start debugging it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthon</title>
		<link>http://entland.homelinux.com/blog/2006/07/06/setting-up-a-symbol-server/comment-page-1/#comment-64922</link>
		<dc:creator>Anthon</dc:creator>
		<pubDate>Thu, 29 Nov 2007 15:16:43 +0000</pubDate>
		<guid isPermaLink="false">http://entland.homelinux.com/blog/2006/07/06/setting-up-a-symbol-server/#comment-64922</guid>
		<description>Sorry, I fired the question to early. 
You have to load this *file* not with File-&gt;Open-&gt;File but with File-&gt;Open-&gt;Project/Solution  %-)</description>
		<content:encoded><![CDATA[<p>Sorry, I fired the question to early.<br />
You have to load this *file* not with File-&gt;Open-&gt;File but with File-&gt;Open-&gt;Project/Solution  %-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthon</title>
		<link>http://entland.homelinux.com/blog/2006/07/06/setting-up-a-symbol-server/comment-page-1/#comment-64920</link>
		<dc:creator>Anthon</dc:creator>
		<pubDate>Thu, 29 Nov 2007 15:02:41 +0000</pubDate>
		<guid isPermaLink="false">http://entland.homelinux.com/blog/2006/07/06/setting-up-a-symbol-server/#comment-64920</guid>
		<description>Thanks for this entry. I managed to save a minidump.dmp file without problem. And I can see that the symbol store is correct using windbg/cdb.
However I cannot seem to load this file meaninfully into Visual Studio 2005 (I start that by hand as 2003 is installed as well on my machine). When opening this file I get into some sort of hexeditor mode. There doesn&#039;t seem to be a &#039;Load Crashdump&#039; option or similar in VS2005 (like there is in WinDbg).

Am I missing something? I would realy like to finish this setup and use
this to checkout files from our revision control system.</description>
		<content:encoded><![CDATA[<p>Thanks for this entry. I managed to save a minidump.dmp file without problem. And I can see that the symbol store is correct using windbg/cdb.<br />
However I cannot seem to load this file meaninfully into Visual Studio 2005 (I start that by hand as 2003 is installed as well on my machine). When opening this file I get into some sort of hexeditor mode. There doesn&#8217;t seem to be a &#8216;Load Crashdump&#8217; option or similar in VS2005 (like there is in WinDbg).</p>
<p>Am I missing something? I would realy like to finish this setup and use<br />
this to checkout files from our revision control system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ent</title>
		<link>http://entland.homelinux.com/blog/2006/07/06/setting-up-a-symbol-server/comment-page-1/#comment-57935</link>
		<dc:creator>ent</dc:creator>
		<pubDate>Tue, 30 Oct 2007 22:34:24 +0000</pubDate>
		<guid isPermaLink="false">http://entland.homelinux.com/blog/2006/07/06/setting-up-a-symbol-server/#comment-57935</guid>
		<description>Yeah, thanks for clarifying. Those symbols are a good start for the symbol server. 

One day, I will update this article with that kind of information, how to set up the source control server with subversion and other interesting tricks. :)</description>
		<content:encoded><![CDATA[<p>Yeah, thanks for clarifying. Those symbols are a good start for the symbol server. </p>
<p>One day, I will update this article with that kind of information, how to set up the source control server with subversion and other interesting tricks. <img src='http://entland.homelinux.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josh</title>
		<link>http://entland.homelinux.com/blog/2006/07/06/setting-up-a-symbol-server/comment-page-1/#comment-57898</link>
		<dc:creator>josh</dc:creator>
		<pubDate>Tue, 30 Oct 2007 19:09:49 +0000</pubDate>
		<guid isPermaLink="false">http://entland.homelinux.com/blog/2006/07/06/setting-up-a-symbol-server/#comment-57898</guid>
		<description>Nice post.

It is also worth mentioning that if you want to jump start the microsoft symbols on your hard drive or share, you can download the packages for the links above, then add them using symstore.exe (if you want to maintain the same organization). This is a good idea if you anticipate having to debug something remotely with minimal (or no) internet access.</description>
		<content:encoded><![CDATA[<p>Nice post.</p>
<p>It is also worth mentioning that if you want to jump start the microsoft symbols on your hard drive or share, you can download the packages for the links above, then add them using symstore.exe (if you want to maintain the same organization). This is a good idea if you anticipate having to debug something remotely with minimal (or no) internet access.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
