IPC Troubleshooting - Stack Overflow most recent 30 from stackoverflow.com 2010-03-21T07:26:08Z http://stackoverflow.com/feeds/question/586692 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/586692/ipc-troubleshooting 1 IPC Troubleshooting Adrian http://stackoverflow.com/users/15710 2009-02-25T16:14:41Z 2009-02-26T01:55:17Z <p>What is the best way to troubleshoot IPC? </p> <p>Are there any tools/tricks to determine problems (without requesting the source code)?</p> <p>I have two, third party components. The IPC server config and client config seems correct. Yet the two components don't want to communicate. One component throwing a null object exception, which I believe is due to something wrong in the remoting configuration....</p> http://stackoverflow.com/questions/586692/ipc-troubleshooting/588759#588759 0 Answer by lsalamon for IPC Troubleshooting lsalamon http://stackoverflow.com/users/47733 2009-02-26T01:36:51Z 2009-02-26T01:55:17Z <p>If you have PDB files from components installed try getting DUMP with <a href="http://blogs.msdn.com/johan/archive/2007/01/11/how-to-install-windbg-and-get-your-first-memory-dump.aspx" rel="nofollow">ADPLUS</a>.<br> <a href="http://blogs.msdn.com/tess/archive/2008/05/21/debugdiag-1-1-or-windbg-which-one-should-i-use-and-how-do-i-gather-memory-dumps.aspx" rel="nofollow">DebugDiag 1.1 or Windbg, which one should I use? and how do I gather memory dumps</a><br> Other info for mem leak finding :<br> <a href="http://blogs.msdn.com/ntdebugging/archive/2008/09/25/some-of-our-favorite-debugging-related-links.aspx" rel="nofollow">Reverse Engineering and Debugging Blogs</a><br> <a href="http://blogs.msdn.com/pfedev/archive/2008/09/26/all-the-ways-to-capture-a-dump.aspx" rel="nofollow">All the Ways to Capture a Dump...</a><br> <a href="http://blogs.msdn.com/debuggingtoolbox/archive/2008/07/03/troubleshooting-software-problems-a-scientific-approach.aspx" rel="nofollow">Troubleshooting Software Problems: A Scientific Approach</a><br> <a href="http://blogs.technet.com/askperf/archive/2008/12/12/two-minute-drill-configuring-a-debugger-using-image-file-execution-options.aspx" rel="nofollow">Two Minute Drill: Configuring a Debugger using Image File Execution Options</a><br> <a href="http://blogs.msdn.com/tess/archive/2008/11/21/slides-and-resources-for-teched-presentations-about-debugging-net-issues-with-windbg.aspx" rel="nofollow">Slides and resources for TechED presentations about debugging .NET issues with Windbg</a><br> <a href="http://gynvael.coldwind.pl/?id=148&amp;lang=en" rel="nofollow">background tool : ExcpHook Exception Monitor</a><br></p>