On Mon, Nov 03, 2014 at 12:10:44AM -0500, Andrew Piskorski wrote:
> I finally figured out why my debug symbols on Windows were messed up.
> To fix, I simply changed the (Windows only) makefiles to name the
> library files "libnsd.dll" and "libnsd.lib", here:
>
>
> https://bitbucket.org/apiskor
I finally figured out why my debug symbols on Windows were messed up.
By doing "!sym noisy", I saw that WinDbg found that nsd.pdb file was
"mismatched" with nsd.dll, and therefore ignored it. That's why the
backtraces it was giving me were so useless.
chkmatch.exe agreed that there was a problem