https://bugs.documentfoundation.org/show_bug.cgi?id=92617
--- Comment #13 from Julien Nabet <[email protected]> --- If I don't misunderstand the bt, the pb is m_pCache is null. But how can it be since some lines above in dbaccess/source/core/api/RowSet.cxx, we've got this: 886 if(!m_pCache || !m_bNew || !m_bModified || m_nResultSetConcurrency == ResultSetConcurrency::READ_ONLY) 887 throwFunctionSequenceException(*this); Moreover, there's ::osl::ResettableMutexGuard aGuard( *m_pMutex ); See http://opengrok.libreoffice.org/xref/core/dbaccess/source/core/api/RowSet.cxx#884 So even with multithread case, it should be ok -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
