https://bugs.documentfoundation.org/show_bug.cgi?id=155543
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #2 from Julien Nabet <[email protected]> --- On pc Debian x86-64 with master sources updated today, I could reproduce this. Stephan: when trying to debug, I got this: #0 0x00007fe577ea90a1 in __cxa_throw () at /lib/x86_64-linux-gnu/libstdc++.so.6 #1 0x00007fe5719bd598 in com::sun::star::cui::AsynchronousColorPicker::createWithParent(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, com::sun::star::uno::Reference<com::sun::star::awt::XWindow> const&) (the_context=uno::Reference to (cppu::(anonymous namespace)::ComponentContext *) 0x55d45bb55ec8, Parent=uno::Reference to (SalGtkXWindow *) 0x55d463012258) at workdir/UnoApiHeadersTarget/offapi/normal/com/sun/star/cui/AsynchronousColorPicker.hpp:56 #2 0x00007fe5719bb945 in SvColorDialog::ExecuteAsync(weld::Window*, std::function<void (int)> const&) (this=0x55d46577c3a0, pParent=0x55d462cbf8c8, func=...) at svtools/source/dialogs/colrdlg.cxx:116 #3 0x00007fe572ef2670 in PaletteManager::PopupColorPicker(weld::Window*, rtl::OUString const&, Color const&) (this=0x55d4651242e0, pParent=0x55d462cbf8c8, aCommand=".uno:Color", rInitialColor=rgba(255, 255, 255, 0)) at svx/source/tbxctrls/PaletteManager.cxx:411 #4 0x00007fe572f0bb09 in ColorWindow::OpenPickerClickHdl(weld::Button&) (this=0x55d465753170) at svx/source/tbxctrls/tbcontrl.cxx:2293 #5 0x00007fe572f0aafd in ColorWindow::LinkStubOpenPickerClickHdl(void*, weld::Button&) (instance=0x55d465753170, data=...) at svx/source/tbxctrls/tbcontrl.cxx:2283 Reverting 901360967dde5d3948d4a28d156ad526b0802ca1 "Combine com.sun.star.cui.[Asynchronous]ColorPicker implementation decls" makes it work again. Should we revert the patch or there's something else which must be fixed? -- You are receiving this mail because: You are the assignee for the bug.
