Outlook VSTO crashes at around 800MB with UCEERR_RENDERTHREADFAILURE

1

I am observing that my Outlook VSTO keeps slow and steady memory increase (as per Task Manager).

Using VS2013, Outlook 2013, C#

Windows 10, 64bits, with 16GB RAM and over 130GB disk space.

Reviewing my app logs I found that I am getting

UCEERR_RENDERTHREADFAILURE (Exception from HRESULT: 0X88980406)
at System.Windows.Media.composition.DUCE.Channel.SyncFlush()

Looking at the dmp files created by procdump, I can see that I have probably both high memory consumption and memory leak which seem to be more prominent.

I find that investigating dmp files is very time consuming job. I wonder if VS2013 can work with FastMM or some other tool to investigate for memory leaks.

As I am new to Visual Studio, I wonder if someone can recommend any useful tools when dealing with memory leaks that work well with Visual Studio 2013?

c#
memory
visual-studio-2013
outlook
vsto
asked on Stack Overflow Aug 18, 2016 by pixel • edited Aug 18, 2016 by pixel

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0