https://bugs.documentfoundation.org/show_bug.cgi?id=172875
--- Comment #6 from Michael Weghorn <[email protected]> --- (In reply to Heiko Tietze from comment #5) > I get the assert with the very first TotD or by showing the paragraph style > dialog or if the Tabbed UI is active. Thanks. Since the QtFrame dtor (QtFrame::~QtFrame) is in the backtrace, that indicates that a frame (usually representing a top-level window, but can also be embedded elsewhere) gets destroyed. That's a bit surprising when a dialog gets started/shown. Does this really happen when the dialog gets shown, or only when it gets closed afterwards? And do the dialogs you mention also trigger the assert for the SAL_VCL_QT_USE_WELDED_WIDGETS=1 case or does only the Notebookbar trigger it there? (Tip Of the Day and paragraph style dialogs should be using native widgets by now, so my initial expectation would be that no QtFrame is needed for a toplevel of the vcl widget hierarchy for those any more, but a native QDialog would be used directly. So if this still happens, the question might be what other QtFrame gets destroyed then, which could give some hint on the underlying problem already.) -- You are receiving this mail because: You are the assignee for the bug.
