Re: Fwd: [Bug 784193] Thunderbird leaks threads
Merike Sell <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.calendar |
|---|---|
| Message-ID | <[email protected]> |
I think (without knowledge of threading in calendar) it's very likely. My tests in the hopes of finding out what has been causing me intermittent crashes in random code parts for a while lead me to https://bugzilla.mozilla.org/show_bug.cgi?id=833720#c5. I don't know yet if this is actually related to my crashes (I've configured my network calendars to update less often to find out) but it doesn't seem entirely impossible that this many threads accumulating leads to crashing elsewhere at some point... Merike 01.02.2013 18:11, Stefan Sitter kirjutas: > On 31.01.2013 16:37, Orion Poplawski wrote: >> Any thoughts? > > From a quick search [1] in the latest Lightning 2.3 source code I think > there is only one place [2] that creates a thread in > calICSService::ParseICSAsync() via NS_NewThread(). > > How to tell if this thread is leaked? > > [1] > http://mxr.mozilla.org/comm-central/search?string=thread&find=/calendar/ > > [2] > http://mxr.mozilla.org/comm-central/source/calendar/base/src/calICSService.cpp#1264 > > > >