The sms_executive service starts and crashes shortly after. The below message appears in the event logs.
Faulting application name: smsexec.exe, version: 5.0.7958.1000, time stamp: 0x5230e560
Faulting module name: baseobj.dll, version: 5.0.7958.1000, time stamp: 0x5230e4fe
Exception code: 0xc0000005
Fault offset: 0x00000000000e647e
Faulting process id: 0x%9
Faulting application start time: 0x%10
Faulting application path: %11
Faulting module path: %12
Report Id: %13
Faulting package full name: %14
Faulting package-relative application ID: %15
Shortly after this message appears there is a .net error as below.
Application: smsexec.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: exception code c0000005, exception address 000000005114647E
I've also checked out the crash dump and get the following error.
This dump file has an exception of interest stored in it.The stored exception information can be accessed via .ecxr.
(10bc.22f4): Access violation - code c0000005 (first/second chance not available)
ntdll!NtWaitForSingleObject+0xa:
00007ff8`850865ba c3 ret
0:105> excr
Couldn't resolve error at 'xcr'
I'm really at a loss to explain what is going on here after hours spent searching I'm unable find any knowledge base articles that are for similar issues. Any help would be appreciated.