C++ Service Crash in Windows Server 2008 R2 Machine
-
Hi All, While running a C++ Service in Wice indows 2008 Server i got below dump for service crash. Crash Dump ------------ 00 ntdll!ZwWaitForMultipleObjects+0xa 01 ntdll!RtlReportException+0x55e 02 ntdll!RtlReportException+0xbc 03 ntdll!RtlpNtMakeTemporaryKey+0x216 04 ntdll!_C_specific_handler+0x96 05 ntdll!wcstok_s+0x34be 06 ntdll!_chkstk+0x9d 07 ntdll!RtlRaiseException+0xf67 08 ntdll!RtlRaiseException+0x18d 09 ntdll!RtlpNtMakeTemporaryKey+0x1c0 0a ntdll!RtlpNtMakeTemporaryKey+0x3402 0b ntdll!RtlpNtMakeTemporaryKey+0x4000 0c ntdll!memset+0x160da 0d msvcr110!free+0x1c 0e wincli32!ConnectDlg+0x392 0f wincli32!OsGetCOPCLIVersion+0x7fed 10 ntdll!RtlActivateActivationContextUnsafeFast+0x114 11 ntdll!LdrShutdownThread+0x116 12 ntdll!RtlExitUserThread+0x3e 13 kernel32!BaseThreadInitThunk+0x15 14 ntdll!RtlUserThreadStart+0x34 please help me out. Thanks, Uday
-
Hi All, While running a C++ Service in Wice indows 2008 Server i got below dump for service crash. Crash Dump ------------ 00 ntdll!ZwWaitForMultipleObjects+0xa 01 ntdll!RtlReportException+0x55e 02 ntdll!RtlReportException+0xbc 03 ntdll!RtlpNtMakeTemporaryKey+0x216 04 ntdll!_C_specific_handler+0x96 05 ntdll!wcstok_s+0x34be 06 ntdll!_chkstk+0x9d 07 ntdll!RtlRaiseException+0xf67 08 ntdll!RtlRaiseException+0x18d 09 ntdll!RtlpNtMakeTemporaryKey+0x1c0 0a ntdll!RtlpNtMakeTemporaryKey+0x3402 0b ntdll!RtlpNtMakeTemporaryKey+0x4000 0c ntdll!memset+0x160da 0d msvcr110!free+0x1c 0e wincli32!ConnectDlg+0x392 0f wincli32!OsGetCOPCLIVersion+0x7fed 10 ntdll!RtlActivateActivationContextUnsafeFast+0x114 11 ntdll!LdrShutdownThread+0x116 12 ntdll!RtlExitUserThread+0x3e 13 kernel32!BaseThreadInitThunk+0x15 14 ntdll!RtlUserThreadStart+0x34 please help me out. Thanks, Uday