<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Crash in 13.0.0</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Crash in 13.0.0]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 22 May 2026 18:49:29 +0000</pubDate>
  <lastBuildDate>Wed, 18 Mar 2009 10:30:09 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=13655</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Crash in 13.0.0 : Thanks to larryp for such a great...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13655&amp;PID=46846&amp;title=crash-in-13-0-0#46846</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2928">terrym</a><br /><strong>Subject:</strong> 13655<br /><strong>Posted:</strong> 18 March 2009 at 10:30am<br /><br />Thanks to larryp for such a great library.&nbsp; We have now fixed our issue.<DIV></DIV><DIV></DIV>Once again thanks, your help was much appreciated<DIV></DIV><DIV></DIV>]]>
   </description>
   <pubDate>Wed, 18 Mar 2009 10:30:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13655&amp;PID=46846&amp;title=crash-in-13-0-0#46846</guid>
  </item> 
  <item>
   <title><![CDATA[Crash in 13.0.0 :   larryp wrote:uploads/20090314_224943_XCrashReport.zip...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13655&amp;PID=46727&amp;title=crash-in-13-0-0#46727</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2928">terrym</a><br /><strong>Subject:</strong> 13655<br /><strong>Posted:</strong> 15 March 2009 at 6:11pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by larryp" alt="Originally posted by larryp" style="vertical-align: text-bottom;" /> <strong>larryp wrote:</strong><br /><br /><a href="https://forum.codejock.com/uploads/20090314_224943_XCrashReport.zip" target="_blank">uploads/20090314_224943_XCrashReport.zip</A> <DIV>&nbsp;</DIV><DIV>I have uploaded a zip file.&nbsp; It contains a readme with more information.</DIV><DIV>&nbsp;</DIV><DIV>Hope this helps.</DIV><DIV>&nbsp;</DIV><DIV>--Larry</DIV></td></tr></table> <DIV>&nbsp;</DIV><DIV>Thanks, much appreciated.</DIV><DIV>Terry</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sun, 15 Mar 2009 18:11:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13655&amp;PID=46727&amp;title=crash-in-13-0-0#46727</guid>
  </item> 
  <item>
   <title><![CDATA[Crash in 13.0.0 :   larryp wrote: I should have...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13655&amp;PID=46726&amp;title=crash-in-13-0-0#46726</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2928">terrym</a><br /><strong>Subject:</strong> 13655<br /><strong>Posted:</strong> 15 March 2009 at 6:11pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by larryp" alt="Originally posted by larryp" style="vertical-align: text-bottom;" /> <strong>larryp wrote:</strong><br /><br /><DIV>I should have mentioned that Hans has four articles posted.&nbsp; The last one is at <a href="http://www.codeproject.com/KB/debug/XCrashReportPt4.aspx" target="_blank">http://www.codeproject.com/KB/debug/XCrashReportPt4.aspx</A></DIV><DIV>&nbsp;</DIV><DIV>I&nbsp;put together a zip file containing Hans test application and my changes to it.&nbsp; I compiled it with Visual Studio 2008 and ran a quick test on Vista Ultimate.&nbsp;&nbsp; I have not thoroughly tested it, but it should be a good starting point.&nbsp; As the saying goes, "It is working on my machine".</DIV><DIV>&nbsp;</DIV><DIV>To use the code you must follow the steps that Hans outlined.&nbsp; Some of the highlights are as follows:</DIV><DIV>&nbsp;</DIV><DIV>* Build your release mode application with DEBUG information stored in the PDB.&nbsp; This is not a problem, since you do not ship the pdb files to your customer.</DIV><DIV>* Include the crash handler files in your application.</DIV><DIV>* Ship the crash report executable with your program.</DIV><DIV>&nbsp;</DIV><DIV>When the program crashes on a clients machine, the code compiled into your program will create a minidump file, launch the crash report executable and exit.&nbsp; The crash report executable dumps the registry to a file, zips up&nbsp;all files and allows the user to email the zip file back to you.</DIV><DIV>&nbsp;</DIV><DIV>Once you get the email, extract the minidump file and copy it into your source code directory.</DIV><DIV>This must be an exact copy of the source&nbsp;as it was built for the customer, including the path to the source.</DIV><DIV>Then double-click on the mindump file and Visual Studio opens.</DIV><DIV>Click run and Visual Studio takes you to the crash.</DIV><DIV>It includes the stack trace and stack variables but does not include data on the heap.</DIV><DIV>&nbsp;</DIV><DIV>I have been using this technique for about three years and it has helped me solve many crashes.&nbsp; I have used it with Visual Studio 2003, 2005 and now 2008.</DIV><DIV>&nbsp;</DIV><DIV>How do I send you the code?&nbsp; E-mail or do you have a web-server I can post it to?</DIV><DIV>&nbsp;</DIV><DIV>--Larry</DIV></td></tr></table> <DIV>&nbsp;</DIV><DIV>Thank you very much for this great help.&nbsp; I appreciate this and will add this to our project tomorrow and let you know our results.&nbsp; And if we can ever be of assistance to you just let us know as we owe you big time.</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sun, 15 Mar 2009 18:11:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13655&amp;PID=46726&amp;title=crash-in-13-0-0#46726</guid>
  </item> 
  <item>
   <title><![CDATA[Crash in 13.0.0 : uploads/20090314_224943_XCrashReport.zip  I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13655&amp;PID=46703&amp;title=crash-in-13-0-0#46703</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=945">larryp</a><br /><strong>Subject:</strong> 13655<br /><strong>Posted:</strong> 14 March 2009 at 10:51pm<br /><br /><a href="https://forum.codejock.com/uploads/20090314_224943_XCrashReport.zip" target="_blank">uploads/20090314_224943_XCrashReport.zip</A><DIV>&nbsp;</DIV><DIV>I have uploaded a zip file.&nbsp; It contains a readme with more information.</DIV><DIV>&nbsp;</DIV><DIV>Hope this helps.</DIV><DIV>&nbsp;</DIV><DIV>--Larry</DIV>]]>
   </description>
   <pubDate>Sat, 14 Mar 2009 22:51:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13655&amp;PID=46703&amp;title=crash-in-13-0-0#46703</guid>
  </item> 
  <item>
   <title><![CDATA[Crash in 13.0.0 :    larryp wrote:How do I send...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13655&amp;PID=46702&amp;title=crash-in-13-0-0#46702</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1755">ABuenger</a><br /><strong>Subject:</strong> 13655<br /><strong>Posted:</strong> 14 March 2009 at 7:14pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by larryp" alt="Originally posted by larryp" style="vertical-align: text-bottom;" /> <strong>larryp wrote:</strong><br /><br /><div>How do I send you the code?&nbsp; E-mail or do you have a web-server I can post it to?</div></td></tr></table><br><br>Why not post it here? There is an upload button when you make a new post.<br><br>]]>
   </description>
   <pubDate>Sat, 14 Mar 2009 19:14:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13655&amp;PID=46702&amp;title=crash-in-13-0-0#46702</guid>
  </item> 
  <item>
   <title><![CDATA[Crash in 13.0.0 : I should have mentioned that Hans...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13655&amp;PID=46701&amp;title=crash-in-13-0-0#46701</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=945">larryp</a><br /><strong>Subject:</strong> 13655<br /><strong>Posted:</strong> 14 March 2009 at 6:49pm<br /><br /><DIV>I should have mentioned that Hans has four articles posted.&nbsp; The last one is at <a href="http://www.codeproject.com/KB/debug/XCrashReportPt4.aspx" target="_blank">http://www.codeproject.com/KB/debug/XCrashReportPt4.aspx</A></DIV><DIV>&nbsp;</DIV><DIV>I&nbsp;put together a zip file containing Hans test application and my changes to it.&nbsp; I compiled it with Visual Studio 2008 and ran a quick test on Vista Ultimate.&nbsp;&nbsp; I have not thoroughly tested it, but it should be a good starting point.&nbsp; As the saying goes, "It is working on my machine".</DIV><DIV>&nbsp;</DIV><DIV>To use the code you must follow the steps that Hans outlined.&nbsp; Some of the highlights are as follows:</DIV><DIV>&nbsp;</DIV><DIV>* Build your release mode application with DEBUG information stored in the PDB.&nbsp; This is not a problem, since you do not ship the pdb files to your customer.</DIV><DIV>* Include the crash handler files in your application.</DIV><DIV>* Ship the crash report executable with your program.</DIV><DIV>&nbsp;</DIV><DIV>When the program crashes on a clients machine, the code compiled into your program will create a minidump file, launch the crash report executable and exit.&nbsp; The crash report executable dumps the registry to a file, zips up&nbsp;all files and allows the user to email the zip file back to you.</DIV><DIV>&nbsp;</DIV><DIV>Once you get the email, extract the minidump file and copy it into your source code directory.</DIV><DIV>This must be an exact copy of the source&nbsp;as it was built for the customer, including the path to the source.</DIV><DIV>Then double-click on the mindump file and Visual Studio opens.</DIV><DIV>Click run and Visual Studio takes you to the crash.</DIV><DIV>It includes the stack trace and stack variables but does not include data on the heap.</DIV><DIV>&nbsp;</DIV><DIV>I have been using this technique for about three years and it has helped me solve many crashes.&nbsp; I have used it with Visual Studio 2003, 2005 and now 2008.</DIV><DIV>&nbsp;</DIV><DIV>How do I send you the code?&nbsp; E-mail or do you have a web-server I can post it to?</DIV><DIV>&nbsp;</DIV><DIV>--Larry</DIV>]]>
   </description>
   <pubDate>Sat, 14 Mar 2009 18:49:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13655&amp;PID=46701&amp;title=crash-in-13-0-0#46701</guid>
  </item> 
  <item>
   <title><![CDATA[Crash in 13.0.0 :     terrym wrote:Ok very cool,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13655&amp;PID=46683&amp;title=crash-in-13-0-0#46683</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1755">ABuenger</a><br /><strong>Subject:</strong> 13655<br /><strong>Posted:</strong> 14 March 2009 at 8:12am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by terrym" alt="Originally posted by terrym" style="vertical-align: text-bottom;" /> <strong>terrym wrote:</strong><br /><br />Ok very cool, however not sure if something we are missing in Visual Studio 2008, but when we enter the EIP address it doesn't go to the code location???&nbsp; Any ideas please?</td></tr></table><br><br><a href="http://www.codeproject.com/KB/debug/XCrashReportPt1.aspx?msg=1245807#xx1245807xx" target="_blank">http://www.codeproject.com/KB/debug/XCrashReportPt1.aspx?msg=1245807#xx1245807xx</a><br><br>]]>
   </description>
   <pubDate>Sat, 14 Mar 2009 08:12:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13655&amp;PID=46683&amp;title=crash-in-13-0-0#46683</guid>
  </item> 
  <item>
   <title><![CDATA[Crash in 13.0.0 :   larryp wrote:This is not an...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13655&amp;PID=46680&amp;title=crash-in-13-0-0#46680</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2928">terrym</a><br /><strong>Subject:</strong> 13655<br /><strong>Posted:</strong> 14 March 2009 at 4:57am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by larryp" alt="Originally posted by larryp" style="vertical-align: text-bottom;" /> <strong>larryp wrote:</strong><br /><br />This is not an answer to your problem, but it might help with debugging crashes on a clients computer. <DIV>&nbsp;</DIV><DIV>We use a crash handler to write a minidump file that contains the crash info.&nbsp; We have a dialog that&nbsp;is displayed on a crash&nbsp;to allow the user to quickly send it to us.&nbsp; We copy the minidump file into our source code directory, double-click it to start Visual Studio, hit F5 (Run)&nbsp;and it takes us right to the crash and shows us the call stack.&nbsp; Very easy and has helped us many times.</DIV><DIV>&nbsp;</DIV><DIV>We use a variation of the code by Hans Dietrich on CodeJock (<a href="http://www.codeproject.com/KB/debug/XCrashReportPt1.aspx" target="_blank">http://www.codeproject.com/KB/debug/XCrashReportPt1.aspx</A>).&nbsp; There are some changes to use it on Visual Studio 2008, but it works nicely.</DIV><DIV>&nbsp;</DIV><DIV>--Larry</DIV></td></tr></table> <DIV>&nbsp;</DIV><DIV>Hi</DIV><DIV>&nbsp;</DIV><DIV>Ok very cool, however not sure if something we are missing in Visual Studio 2008, but when we enter the EIP address it doesn't go to the code location???&nbsp; Any ideas please?</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sat, 14 Mar 2009 04:57:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13655&amp;PID=46680&amp;title=crash-in-13-0-0#46680</guid>
  </item> 
  <item>
   <title><![CDATA[Crash in 13.0.0 :   larryp wrote:This is not an...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13655&amp;PID=46665&amp;title=crash-in-13-0-0#46665</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2928">terrym</a><br /><strong>Subject:</strong> 13655<br /><strong>Posted:</strong> 13 March 2009 at 12:56pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by larryp" alt="Originally posted by larryp" style="vertical-align: text-bottom;" /> <strong>larryp wrote:</strong><br /><br />This is not an answer to your problem, but it might help with debugging crashes on a clients computer. <DIV>&nbsp;</DIV><DIV>We use a crash handler to write a minidump file that contains the crash info.&nbsp; We have a dialog that&nbsp;is displayed on a crash&nbsp;to allow the user to quickly send it to us.&nbsp; We copy the minidump file into our source code directory, double-click it to start Visual Studio, hit F5 (Run)&nbsp;and it takes us right to the crash and shows us the call stack.&nbsp; Very easy and has helped us many times.</DIV><DIV>&nbsp;</DIV><DIV>We use a variation of the code by Hans Dietrich on CodeJock (<a href="http://www.codeproject.com/KB/debug/XCrashReportPt1.aspx" target="_blank">http://www.codeproject.com/KB/debug/XCrashReportPt1.aspx</A>).&nbsp; There are some changes to use it on Visual Studio 2008, but it works nicely.</DIV><DIV>&nbsp;</DIV><DIV>--Larry</DIV></td></tr></table> <DIV>&nbsp;</DIV><DIV>Very cool, do you have a version that works straight away for VS2008.&nbsp; We dont mind paying as it would be great to implement for this customer to test for us.</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 13 Mar 2009 12:56:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13655&amp;PID=46665&amp;title=crash-in-13-0-0#46665</guid>
  </item> 
  <item>
   <title><![CDATA[Crash in 13.0.0 : This is not an answer to your...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13655&amp;PID=46663&amp;title=crash-in-13-0-0#46663</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=945">larryp</a><br /><strong>Subject:</strong> 13655<br /><strong>Posted:</strong> 13 March 2009 at 12:51pm<br /><br />This is not an answer to your problem, but it might help with debugging crashes on a clients computer.<DIV>&nbsp;</DIV><DIV>We use a crash handler to write a minidump file that contains the crash info.&nbsp; We have a dialog that&nbsp;is displayed on a crash&nbsp;to allow the user to quickly send it to us.&nbsp; We copy the minidump file into our source code directory, double-click it to start Visual Studio, hit F5 (Run)&nbsp;and it takes us right to the crash and shows us the call stack.&nbsp; Very easy and has helped us many times.</DIV><DIV>&nbsp;</DIV><DIV>We use a variation of the code by Hans Dietrich on CodeJock (<a href="http://www.codeproject.com/KB/debug/XCrashReportPt1.aspx" target="_blank">http://www.codeproject.com/KB/debug/XCrashReportPt1.aspx</A>).&nbsp; There are some changes to use it on Visual Studio 2008, but it works nicely.</DIV><DIV>&nbsp;</DIV><DIV>--Larry</DIV>]]>
   </description>
   <pubDate>Fri, 13 Mar 2009 12:51:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13655&amp;PID=46663&amp;title=crash-in-13-0-0#46663</guid>
  </item> 
 </channel>
</rss>