OSL_ASSERT: items_.empty() because of Setup/L10N

Julien Nabet serval2412 at yahoo.fr
Fri Nov 11 22:41:57 UTC 2016


On 11/11/2016 22:08, Eike Rathke wrote:
> Hi Julien,
>
> On Friday, 2016-11-11 06:30:05 +0100, Julien Nabet wrote:
>
>> and when closing Calc:
>> warn:unotools.config:6728:1:unotools/source/config/configmgr.cxx:167:
>> ConfigManager not empty
> Ah, when you *exit* the entire *application* ... yes, I see that too.
>
> That one instance of SvtSysLocaleOptions_Impl likely is due to the
> static SvtSysLocaleOptions_Impl* SvtSysLocaleOptions::pOptions in
> unotools/source/config/syslocaleoptions.cxx
>
> It probably helps to change that to an rtl::Static, or maybe more
> appropriate use a std::weak_ptr like it is done for SvtSysLocale_Impl in
> unotools/source/misc/syslocale.cxx and use tdf#89329 to commit.
Sorry you're right, I should have said "exit the entire application" 
instead of closing Calc.

Anyway, thank you Eike for the guidance!
I submitted a patch here: https://gerrit.libreoffice.org/#/c/30787/

Julien


More information about the LibreOffice mailing list