I've read somewhere before that you should do as little as possible inside
DllMain.  Something like this comes to mind:
http://blogs.msdn.com/oldnewthing/archive/2007/09/04/4731478.aspx

Is it worth trying to defer calling OleInitialize?

<http://blogs.msdn.com/oldnewthing/archive/2007/09/04/4731478.aspx>Andrew

On Mon, Sep 28, 2009 at 9:15 PM, Darin Fisher <da...@chromium.org> wrote:

> I was pulling my hair out trying to figure out how my change could have
> caused the browser_tests to hang.  So, I removed my patch and rebuilt.
>  Still it hung.
> It turns out that we are calling OleInitialize within DllMain.  It seems as
> though we are tripping up on the loader lock.
>
> Has anyone else seen this problem?
>
> -Darin
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to