Why does dllhost.exe Com surrogate consumes memory untill crash

Anonymous
2013-04-24T21:17:11+00:00

Why does dllhost.exe  Com surrogate consumes memory untill crash.

It happens when I highlight or view a folder containing video files, Even if I close the folder or select a different folder the memory keeps getting consumed.

It seems to happen mostly with 3D Video files but it has done the same with 2D files.

So it seems to be a problem with the windows thumb nail system dealing with these files.

By the way trying to delete or move the file or folder while the Com Surrogate is consuming memory Delete can not complete the task.

What I have been doing is finding offending file selecting Delete, then go to task manager stopping Com Surrogate, then the file will delete.

Fix

"MS are aware of problems with certain chipset/driver combinations and the KB2670838 update

They are also aware of problems with the IE10 install

They are working on both issues, and will update as and when they are satisfied that they have solved the problems.

The recommendation in the meantime is that if the update doesn't install first time, make sure it's uninstalled, and then hide it - Windows Update will unhide it when it is updated."

So Uninstall IE10 and KB2670838 update, hide them from auto updating when thy pop back up to be updated the problem should be fixed.

Proof that MS knows that IE10 has problems on some hardware platforms is here.

  http://technet.microsoft.com/en-us/ie/jj898509.aspx

Hope this helps Every One.

Windows for home | Previous Windows versions | Files, folders, and storage

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

158 answers

Sort by: Most helpful
  1. Anonymous
    2014-05-07T14:50:30+00:00

    Take every 3D video file of your HDD and voila problem solved

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2014-04-30T14:42:12+00:00

    Thanks VG Krishna.

    I just looked on my Win 7 machine and can't see the referenced update (KB2670838) to remove.  Is it called by something else, or worse, is just a set of files somewhere?

    Thank you!

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2014-04-30T03:49:26+00:00

    I am from India.  I faced the same problem. Unwittingly I had downloaded a  3d video through some video download programme.  The video got downloaded in mpg4 format. At the outset nothing was mentioned on the display that it was a 3d video. When I played it it played in two frames within vertical bifurcation of the screen.  When I wanted to delete it, it was not accessible to  recycle bin, but it was showing continously a frame showing  as if it was going on searching for some thing. And in the mean while, when I had seen the task manager, the process memory for dllhost.exe was amazinginlgy increasing continuously and the system was becoming dead slow. Thinking that something was wrong, I  shutdown the system.  This happened several times but no damaze (or crash) was done to the system, since I shutdown the system everytime before it was late. 

    I couldfind solution by follwing the Microsoft Community above.  Thanks to the FORUM.  What I did was by gathering information from above forum discussion was:

    1. I uninstalled the Microsoft update: KB2670838

    2. I updated the HD Graphic card in the system ( following the procedures discussed in the forums) .

    That'all.  Done.  Now it is working well.  I could delete the 3d video which was downloaded.  Now my system is working perfect.  If I want now I can download the above update NO. KB2670838 and do not go for 3d video downloads ever.  Thanks to Microsoft and to all revered members above. VG Krishna, Hyderabad, India.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2014-04-26T19:24:03+00:00

    thumbnails are essentially cached. So, if dllhost decides to run amok with the excuse of loading thumbnail

    Exactly! Should you have cached thumbnails for the 3D files, there won't be problems. Loading and displaying thumbs is no problem. But creating them. (this is actually a problem pinning the bug to the update. If you uninstall it, create thumbs and reinstall it, it would work fine - till the next new 3D file is found)

    Since there won't be thumbnails created anyway, one can try to deactivate thumbnails for the folders or devices wich have 3D files inside.

    The script is a good workaround, but maybe you could terminate dllhost based on size? As far as I know, the dllhost does other things beside thumbnails, and the scipt could have side effects.

    objProcess.WorkingSetSize might be the parameter to use.

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2014-04-26T19:19:40+00:00

    But I find it hard to understand the connection of KB2670838 making dllhost go haywire.

    See the post by Microsoft talking about this update.

    http://support.microsoft.com/kb/2670838/en-us

    The update has these in its updated component list:

    Windows Imaging Component

    H.264 Video Decoder

    JPEG XR codec

    To create a thumbnail, windows has to open the file and decode some stills. My best guess is, there is an optimization wich fails to compress the thumbnail or fails to decode stills from the mp4. Side by Side 3D is almost two identical images inside one image and should compress very well.

    Since I hear no complains about being unable to play 3D mp4, the h.264 might be fine, but the file wich is processed is locked, so this indicates, dllhost is still trying to read still images from it.

    Was this answer helpful?

    0 comments No comments