https://bugs.freedesktop.org/show_bug.cgi?id=68686
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Julien Nabet <[email protected]> --- Thank you Oleksa for your feedback. If you attached this trace, I suppose you renamed your LO directory profile, do you confirm? Caolán: 4_1 sources give this code for sfx2/source/dialog/tabdlg.cxx:1394 1394 if ( pTmpSet && !pDataObject->bOnDemand ) 1395 pTabPage = (pDataObject->fnCreatePage)( pTabCtrl, *pTmpSet ); It corresponds to lines 1296/1297 on master sources. Still on master sources, I noticed these lines: 1280 Data_Impl* pDataObject = Find( pImpl->aData, nId ); 1281 DBG_ASSERT( pDataObject, "Id not known" ); I seems that in this case, a null pDataObject could trigger a crash, but in which case this variabe could be null? -- 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
