Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: firefox dumps core



On Sun, Nov 11, 2012 at 02:09:47PM +0000, Patrick Welche wrote:
> #if defined(HAVE_RES_NINIT)
>     // We want to make sure the system is using the correct resolver settings,
>     // so we force it to reload those settings whenever we startup a 
> subsequent
>     // nsHostResolver instance.  We assume that there is no reason to do this
>     // for the first nsHostResolver instance since that is usually created
>     // during application startup.
>     static int initCount = 0;
>     if (initCount++ > 0) {
>         LOG(("calling res_ninit\n"));
>         res_ninit(&_res);
>     }
> #endif  

Oh great - I filed https://bugzilla.mozilla.org/show_bug.cgi?id=810716 for
this issue.

Martin


Home | Main Index | Thread Index | Old Index