https://bugs.documentfoundation.org/show_bug.cgi?id=135330

--- Comment #6 from Mike Kaganski <mikekagan...@hotmail.com> ---
Mutex is 0xdddddddddddddddd:

sal3.dll!osl_acquireMutex(_oslMutexImpl * Mutex) Line 66
        at C:\lo\src\core\sal\osl\w32\mutex.cxx(66)
utllo.dll!osl::Mutex::acquire() Line 57
        at C:\lo\src\core\include\osl\mutex.hxx(57)
utllo.dll!osl::Guard<osl::Mutex>::Guard<osl::Mutex>(osl::Mutex & t) Line 136
        at C:\lo\src\core\include\osl\mutex.hxx(136)
utllo.dll!utl::ReadWriteGuard::ReadWriteGuard(utl::ReadWriteMutex & rMutexP,
ReadWriteGuardMode nRequestMode) Line 31
        at C:\lo\src\core\unotools\source\i18n\readwritemutexguard.cxx(31)
utllo.dll!LocaleDataWrapper::getNum(__int64 nNumber, unsigned short nDecimals,
bool bUseThousandSep, bool bTrailingZeros) Line 1443
        at C:\lo\src\core\unotools\source\i18n\localedatawrapper.cxx(1443)
swuilo.dll!`anonymous namespace'::setValue(weld::Label & rWidget, unsigned
__int64 nValue, const LocaleDataWrapper & rLocaleData) Line 47
        at C:\lo\src\core\sw\source\ui\dialog\wordcountdialog.cxx(47)
swuilo.dll!SwWordCountFloatDlg::SetValues(const SwDocStat & rCurrent, const
SwDocStat & rDoc) Line 62
        at C:\lo\src\core\sw\source\ui\dialog\wordcountdialog.cxx(62)
swuilo.dll!SwWordCountFloatDlg::UpdateCounts() Line 146
        at C:\lo\src\core\sw\source\ui\dialog\wordcountdialog.cxx(146)
swuilo.dll!AbstractSwWordCountFloatDlg_Impl::UpdateCounts() Line 748
        at C:\lo\src\core\sw\source\ui\dialog\swdlgfact.cxx(748)
swlo.dll!SwWordCountWrapper::UpdateCounts() Line 41
        at C:\lo\src\core\sw\source\uibase\dialog\wordcountwrapper.cxx(41)
swlo.dll!SwView::UpdateWordCount(SfxShell * pShell, unsigned short nSlot) Line
215
        at C:\lo\src\core\sw\source\uibase\uiview\view1.cxx(215)
swlo.dll!SwTextShell::Execute(SfxRequest & rReq) Line 1392
        at C:\lo\src\core\sw\source\uibase\shells\textsh1.cxx(1392)
...

which means that the mutex in rLocaleData, which was already successfully used
in SwWordCountFloatDlg::SetValues for m_xCurrentWordFT, got deleted (hence
0xdddddddddddddddd in debug build) and crashes when processing
m_xCurrentCharacterFT ...

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to