mirror of
https://github.com/Pro/dkim-exchange.git
synced 2026-04-25 08:55:52 +03:00
[GH-ISSUE #104] Ex2007sp3rp17 edgetransport unhandled exception on service stop #83
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AlxVD on GitHub (Oct 30, 2015).
Original GitHub issue: https://github.com/Pro/dkim-exchange/issues/104
Originally assigned to: @Pro on GitHub.
And here is Watson zipped dump/report files: https://cloud.mail.ru/public/6wBS/RowUBE1Ve
@Pro commented on GitHub (Oct 30, 2015):
Is there any Message in the Event Log from the DKIM Signer?
@AlxVD commented on GitHub (Oct 30, 2015):
No. It goes like this in App log (even with LogLevel 4):
@AlxVD commented on GitHub (Oct 30, 2015):
Does anyone have some experience with WinDbg (to check dump file)?
@Pro commented on GitHub (Oct 30, 2015):
You can try the command
!analyze -v. I already tried it, but the debugging symbols are missing (probably because the analysis has to be run on a Windows 2008 Server...)@AlxVD commented on GitHub (Oct 30, 2015):
As far as I remember:
@rbfajardo commented on GitHub (Oct 30, 2015):
The call stack in the crash dump throws an exception. Can't share anything else, don't know what I am looking at either.
System.Security.Cryptography.CryptographicException.ThrowCryptogaphicException
@AlxVD commented on GitHub (Nov 10, 2015):
Ok. Today it crashed without my help (nobody tried to restart service).
At 0:00:07 and 0:00:08 there were 2 same errors in App-log:
"Couldn't load the key 'C:\Program Files\Exchange DkimSigner\keys\my-dkim-priv.pem' for domain somedomain.ru. Error message: Invalid DER format for key. (The process cannot access the file because it is being used by another process.
)"
After that at 0:19:39 edgetransport.exe crashed with "CryptographicException". But now I have stack dump: https://cloud.mail.ru/public/EFu5/tBEzt8ufR
P.S. It could be different issue...
@Pro commented on GitHub (Nov 12, 2015):
Can you upgrade to version 2.1.8
We changed a lot there. This may also fix the last exception you mentioned (see #109)
@AlxVD commented on GitHub (Nov 18, 2015):
Upgraded. Still have exception on service stop.
@Pro commented on GitHub (Dec 14, 2015):
@AlxVD does the exception occur every time you stop the service? Or just randomly?
Do you have access to a Visual Studio installation and could try to build the .dll in Debug mode, then start exchange, attach the Visula Studio debugger and get the exact line causing the problem?
@Pro commented on GitHub (Jan 1, 2016):
@AlxVD any updates?
v3.0.0 beta is now released. Maybe you can try this
https://github.com/Pro/dkim-exchange/releases/tag/v3.0.0-beta
@Pro commented on GitHub (Jan 3, 2016):
Fix will be included in version 3.0.0