Crash in dwrite.dll version 6.2.9200.22164 and ntdll.dll, version: 6.1.7601.24441

0

My application is crashing in DWrite.dll, below is the event log found at that time,

Faulting application name: MyApp.exe, version: XXX.XXX.XXX, time stamp: 0x5ab56b7f

Faulting module name: dwrite.dll, version: 6.2.9200.22164, time stamp: 0x590e2482

Exception code: 0xc0000005 Fault offset: 0x00026981

Faulting process id: 0x30b8 Faulting

application start time: 0x01d52d7c02e9896c

Faulting application path:PathToMayApp.exe Faulting module path: C:\Windows\system32\dwrite.dll

Crashdump shows below callstack,

0cdeac8 10866c5c 146294a0 41000000 3f800000 DWrite!DWriteFontFace::GetRecommendedRenderingMode+0x21 10cdeb08 1086674d 3f800000 3f800000 149603f8 wpfgfx_v0400!CGlyphRunResource::ShouldUseGeometry+0xb9 10cdeb68 1085c6e7 2351a450 237aa2d0 3a132ca0 wpfgfx_v0400!CDrawingContext::DrawGlyphRun+0x7c 10cdec1c 10869911 149603f8 0b0a01a8 39a260a0 wpfgfx_v0400!CMilSlaveRenderData::Draw+0x43f 10cdec48 108699f1 39a23688 39a260c0 10cdecbc wpfgfx_v0400!CContentBounder::GetContentBounds+0x88 10cdec58 10858a0c 3a132ca0 39a260c0 3a650b58 wpfgfx_v0400!CMilVisual::GetContentBounds+0x11 10cdecbc 1085634b 10cdecd8 0b0a01ac 10cded6c wpfgfx_v0400!CPreComputeContext::PreSubgraph+0x217 10cdece8 108591c4 00a25dd0 0b0a01a8 10cded6c wpfgfx_v0400!CGraphIterator::Walk+0x37 10cded08 10977193 39a25dd0 10cded5c 00000000 wpfgfx_v0400!CPreComputeContext::PreCompute+0xc8 10cded70 1097710b 0af7cdb8 0af7cdb8 00000001 wpfgfx_v0400!CMilVisualBrushDuce::PreComputeHelper+0x6d 10cded84 109770a0 1495e038 00000000 00000001 wpfgfx_v0400!CMilVisualBrushDuce::PreCompute+0x3d 10cded98 1087f5a8 1495e038 10cdee38 00000000 wpfgfx_v0400!CMilVisualBrushDuce::GetContentBounds+0xf 10cdefc4 1085a4d1 1495e038 0af7cdd0 2dc017d0 wpfgfx_v0400!CMilTileBrushDuce::GetBrushRealizationInternal+0x1a7 10cdefe0 1085e21b 1495e038 10cdf000 2dc017d0 wpfgfx_v0400!CMilBrushDuce::GetBrushRealizationNoRef+0x2d 10cdf004 1085f34f 00000000 00000000 1495e038 wpfgfx_v0400!CBrushResourceRealizer::EnsureRealization+0x73 10cdf048 1085de03 2d0e7f94 0000000e 00000000 wpfgfx_v0400!CSoftwareRasterizer::FillPathUsingBrushRealizer+0x34 10cdf1a4 1085de70 1495ddd4 1495e038 10cdf3b8 wpfgfx_v0400!CSwRenderTargetSurface::DrawPathInternal+0xca 10cdf1c4 1085df6a 2d0e7b68 1495ddd4 1495e038 wpfgfx_v0400!CSwRenderTargetSurface::DrawPath+0x20 10cdf294 1085e053 2423b990 1495ddd4 1495e038 wpfgfx_v0400!CMetaRenderTarget::DrawPath+0xff 10cdf2d0 1085c4d0 00000001 10cdf3b8 10cdf300 wpfgfx_v0400!CDrawingContext::FillOrStrokeShape+0x9c

Looks like Dwrite.dll is used for Microsoft DirectX Typography Services. Is there any compatibility issues for DWrite.dll?

OS Name: Microsoft Windows Server 2008 R2 Standard
Version 6.1.7601 Service Pack 1 Build 7601

CLR.dll Version : 4.0.30319.36543

dwrite.dll version: 6.2.9200.22164

ntdll Version: 6.1.7601.24441

Also the below application error also found,

Faulting module name: ntdll.dll, version: 6.1.7601.24441, time stamp: 0x5cb937ce, Exception code: 0xc0000374, Fault offset: 0x000ce9a3, Faulting process id: 0x4844, Faulting application start time: 0x01d53710f2733d49, Faulting application path: PathToMyApp.exe, Faulting module path: C:\Windows\SysWOW64\ntdll.dll

c#
crash
asked on Stack Overflow Oct 29, 2019 by Rajesh Subramanian • edited Oct 30, 2019 by Rajesh Subramanian

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0