How to reproduce : 1) Start LO 2) File > New > Label 3) Select bibliography database in database select dropdown menu Terminal output : warn:xmloff.core:12768:1:xmloff/source/core/xmlimp.cxx:858: exception caught warn:legacy.osl:12768:1:xmloff/source/core/xmlimp.cxx:859: caught an exception! in function:virtual void SvXMLImport::setTargetDocument(const com::sun::star::uno::Reference<com::sun::star::lang::XComponent>&) type: com.sun.star.lang.NotInitializedException context: N8dbaccess17ODatabaseDocumentE warn:xmloff.core:12768:1:xmloff/source/core/xmlimp.cxx:858: exception caught warn:legacy.osl:12768:1:xmloff/source/core/xmlimp.cxx:859: caught an exception! in function:virtual void SvXMLImport::setTargetDocument(const com::sun::star::uno::Reference<com::sun::star::lang::XComponent>&) type: com.sun.star.lang.NotInitializedException context: N8dbaccess17ODatabaseDocumentE warn:xmloff.core:12768:1:xmloff/source/core/xmlimp.cxx:858: exception caught warn:legacy.osl:12768:1:xmloff/source/core/xmlimp.cxx:859: caught an exception! in function:virtual void SvXMLImport::setTargetDocument(const com::sun::star::uno::Reference<com::sun::star::lang::XComponent>&) type: com.sun.star.lang.NotInitializedException context: N8dbaccess17ODatabaseDocumentE warn:legacy.osl:12768:1:sw/source/core/uibase/dbui/dbmgr.cxx:1645: Exception in SwDBManager::GetColumnSupplier
Debug build of LO master : Version: 4.4.0.0.alpha0+ Build ID: 675776170671ba0a1fc1b2bf9e915537cd08b080
Is there any observable symptom, that is anything that does not work? The com.sun.star.lang.NotInitializedException in SvXMLImport::setTargetDocument are "usual"; I see them each time I open an .odb file. The "Exception in SwDBManager::GetColumnSupplier" could be a more interesting lead. If someone has time to attach a debugger and see what exception is thrown from where...
Created attachment 99987 [details] console logs + bt with symbols I attached a gdb session which includes a bt. Notice this console log: warn:legacy.tools:29912:1:forms/source/component/FormComponent.cxx:2027: OBoundControlModel::impl_connectDatabaseColumn_noNotify: the form is just *loaded*, but we already have a field!
(In reply to comment #3) > Created attachment 99987 [details] > console logs + bt with symbols This seems to be yet another exception in a completely different place than what Alex reported?
(In reply to comment #2) > Is there any observable symptom, that is anything that does not work? > > The com.sun.star.lang.NotInitializedException in > SvXMLImport::setTargetDocument are "usual"; I see them each time I open an > .odb file. > OK, I'll ignore that one then. > The "Exception in SwDBManager::GetColumnSupplier" could be a more > interesting lead. If someone has time to attach a debugger and see what > exception is thrown from where... Am currently rebuilding again from master, will re-test when finished and see what gdb has to say.
Adding self to CC if not already on
Can't see any visible symptom, closing as wfm