[PUSHED][3-6] Re: [REVIEW 3-6] service manager dispose issue

Michael Stahl mstahl at redhat.com
Fri Aug 10 04:29:25 PDT 2012


On 09/08/12 18:06, Stephan Bergmann wrote:
> <http://cgit.freedesktop.org/libreoffice/core/commit/?id=142d3ec875b446b56d0071c59d00937dea0cdd61> 
> "Related fdo#52639: Do not destroy Implementations with mutex locked" 
> addresses a crash on exit documented at 
> <https://bugs.freedesktop.org/show_bug.cgi?id=52639#c14> "ReportBuilder: 
> Creating a new report destroys .odb" (but apparently unrelated to that 
> issue's main topic).  It is a regression introduced with the new service 
> manager in LO 3.6.0, so please review and backport to libreoffice-3-6.

hmmmm so the real problem is that ServiceManager shouldn't release
references while it's in the middle of deleting its own members, because
that will invoke destructors and half of our application logic is in
destructors.

pushed to libreoffice-3-6




More information about the LibreOffice mailing list