https://bugs.documentfoundation.org/show_bug.cgi?id=91988
--- Comment #5 from Julien Nabet <[email protected]> --- Just some findings. >From propertysethelper, I noticed 2 classes which inherit from it: - TabWindowService (see http://opengrok.libreoffice.org/xref/core/framework/source/services/tabwindowservice.cxx#85) - Frame (see http://opengrok.libreoffice.org/xref/core/framework/source/services/frame.cxx#127) In our case, only Frame class is used. Indeed, after some gdb session, I noticed the process went this order: 1) call of Frame ctr 2) call initListeners method 3) 2 same warnings: warn:fwk:3350:1:framework/source/fwi/threadhelp/transactionmanager.cxx:257: TransactionManager...: Owner instance not correctly initialized yet. Call was rejected! Normally it's an algorithm error ... wrong use of class! 4) call of initialize method which itself sets E_WORK So there's a call to "m_aTransactionManager.setWorkingMode( E_WORK );" but too late. Indeed after 2), we're in E_INIT state. -- 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
