To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=107615 Issue #|107615 Summary|MenuSaveInData::LoadSubMenus (svx/source/cui/cfg.cxx) |crashes with the DataSourceBrowser Component|framework Version|DEV300m67 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P1 Subcomponent|code Assigned to|cd Reported by|arielch
------- Additional comments from [email protected] Fri Dec 11 11:23:02 +0000 2009 ------- Steps to reproduce: * open an OOo Writer document * press F4 to open the DataSourceBrowser * right click on the DSB toolbar, and select "Customize Toolbar..." * press the "Menues" tab * OOo crashes The problem seems to be that MenuSaveInData::LoadSubMenus is invoked with a null reference http://svn.services.openoffice.org/opengrok/xref/DEV300_m67/svx/source/cui/cfg.cxx#1185 (gdb) print xMenuSettings $1 = (const com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess> &) @0x7f95b06ac978: {<com::sun::star::uno::BaseReference> = {_pInterface = 0x0}, <No data fields>} (gdb) print xMenuSettings.is() $2 = 0 '\000' so xMenuSettings->getCount() crashes OOo. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
