<div dir="ltr">On Wed, Jul 31, 2013 at 1:10 AM, Gavin Sharp <span dir="ltr"><<a href="mailto:gavin@gavinsharp.com" target="_blank">gavin@gavinsharp.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>Bug 870100 enabled use of the background thumbnail service in Firefox desktop, which uses a <browser remote=true> to do thumbnailing of pages in the background.<br>

<br>That means that desktop Firefox now makes use of E10S content processes. They have a short life time (one page load) and are generally triggered by opening about:newtab when thumbnails are missing or out of date (>2 days old).<br>
</div></div></div></blockquote><div><br></div><div>Besides the crashes, NSPR logging to a file is messed up because all the processes write to the same log file. See: <a href="https://developer.mozilla.org/en-US/docs/Mozilla/Debugging/HTTP_logging?redirectlocale=en-US&redirectslug=HTTP_Logging#Creating_separate_logs_for_child_processes">https://developer.mozilla.org/en-US/docs/Mozilla/Debugging/HTTP_logging?redirectlocale=en-US&redirectslug=HTTP_Logging#Creating_separate_logs_for_child_processes</a><br>
<br>I think it is time to make GECKO_SEPARATE_NSPR_LOGS the default.<br><br>Cheers,<br>Brian<br></div></div></div></div>