Random app crash

1298
2
03-10-2017 05:52 AM
MichaelStruk
New Contributor II

Hi

I have a problem with random app crash by RuntimeCoreNet.

Call stack in WinDbg:

129bfa7c 5abe49c5 KERNELBASE!RaiseException+0x58
129bfac0 5aede095 VCRUNTIME140!CxxThrowException+0x65
129bfaec 5be8c831 RuntimeCoreNet!std::basic_string<char,std::char_traits<char>,std::allocator<char> >::_Check_offset_exclusive+0x15e85
129bfb28 5be8d1eb RuntimeCoreNet!GDALJP2Box::GetWritableData+0x98401
129bfb8c 5be8f869 RuntimeCoreNet!GDALJP2Box::GetWritableData+0x98dbb
129bfc24 5b383842 RuntimeCoreNet!GDALJP2Box::GetWritableData+0x9b439
129bfc78 5be92a7c RuntimeCoreNet!std::basic_string<char,std::char_traits<char>,std::allocator<char> >::append+0xf802
129bfcb0 5afbc057 RuntimeCoreNet!GDALJP2Box::GetWritableData+0x9e64c
129bfccc 5af981d2 RuntimeCoreNet!ESRI_CopyProtect_GetInstallDir+0xdfc7
129bfcf4 5af98146 RuntimeCoreNet!std::basic_string<char,std::char_traits<char>,std::allocator<char> >::get_allocator+0x1b32
129bfd1c 5af9904d RuntimeCoreNet!std::basic_string<char,std::char_traits<char>,std::allocator<char> >::get_allocator+0x1aa6
129bfd44 773ca113 RuntimeCoreNet!std::basic_string<char,std::char_traits<char>,std::allocator<char> >::get_allocator+0x29ad
129bfd68 773b0951 ntdll!LdrRegisterDllNotification+0x14a
129bfeb8 76c7336a ntdll!TpCallbackIndependent+0x710
129bfec4 77399902 KERNEL32!BaseThreadInitThunk+0x12
129bff04 773998d5 ntdll!RtlInitializeExceptionChain+0x63
129bff1c 00000000 ntdll!RtlInitializeExceptionChain+0x36

Does anyone encountered with a similar exception?

Thanks in advance

0 Kudos
2 Replies
JenniferNery
Esri Regular Contributor

Thanks for sharing with us call stack. Can you explain what the app is doing when it crashes? What does map contain? If you can provide repro code that will be great. What platform and version of API?

0 Kudos
dotMorten_esri
Esri Notable Contributor

Seems to be a crash in GDAL. Are you using rasters? Can you confirm it's a specific raster layer or raster that causes this? And if so, is it possible to share some of that data?

0 Kudos