<div dir="ltr">The problem I have is I don't have access to the symbols for the 3.0.4 SP release, so I'm having to build my own to get the symbols.   Unless, you know of somewhere I can find the debug symbols.<br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div><br></div><div>--</div><div><br></div><div>Thanks,</div><div><br></div><div>Dan McLaughlin</div><div>Technology Consortium, LLC</div><div><a href="mailto:dmclaughlin@tech-consortium.com" target="_blank">dmclaughlin@tech-consortium.com</a></div><div>mobile: 512.633.8086</div><div><a href="http://www.tech-consortium.com" target="_blank">http://www.tech-consortium.com</a></div><div><br></div><div>NOTICE: This e-mail message and all attachments transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is strictly prohibited. The contents of this e-mail are confidential and may be subject to work product privileges. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.</div><div><br></div><div>Need to schedule a meeting??? <a href="http://www.tungle.me/DanMcLaughlin" target="_blank">http://www.tungle.me/DanMcLaughlin</a></div></div></div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Sep 21, 2019 at 4:08 AM Rod Widdowson <<a href="mailto:rdw@steadingsoftware.com">rdw@steadingsoftware.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">It occurred to me overnight that before you go too far down the build world (which is very much targeted at "Scott or Rod"), you<br>
might get something from a remote debug session.<br>
<br>
Assuming you have Visual Studio on a different machine:<br>
<br>
* Get the Shib symbols onto the machine with visual studio (it will also need to be connected to the internet to resolve the MS<br>
symbols)<br>
* Get the remote debugging tools installed[1] and started (you'll need to run it elevated) on the machine with shibd.<br>
* On the machine with the symbols and visual studio attach to the shibd.exe on the target machine (Debug->Attach to<br>
process->ConnectionTarget == machine with shibd on it).<br>
* Break in and make sure that all the symbols are resolving (this will take a while as VS downloads the symbols for all the DLL's<br>
that shibd links again)<br>
* let it run and when shibd crashes it should break into the debugger and you might get a clean stack of what the problem is.<br>
<br>
However to set expectations the "new improved heap" that has, I think, been in VS since 15 is not (IMO) very helpful on the<br>
diagnosis front and the classic problem with a heap corruption is that it happen very often after the event.<br>
<br>
[1] <a href="https://visualstudio.microsoft.com/downloads/?q=remote" rel="noreferrer" target="_blank">https://visualstudio.microsoft.com/downloads/?q=remote</a><br>
<br>
<br>
-- <br>
To unsubscribe from this list send an email to <a href="mailto:dev-unsubscribe@shibboleth.net" target="_blank">dev-unsubscribe@shibboleth.net</a><br>
</blockquote></div>