On 2/7/11 15:11, Diederik van Lierop wrote:
On 07/02/2011 02:57 PM, Ivan Louette wrote:
Rev 10355. Draw an object ; Open Fill and Stroke dialog ; Apply any gradient ; go to next stop and try to change color opacity : It display the change on the shape and crash togheter.
Confirmed: here's a backtrace
Thread [1] 5915 (Suspended : Signal : SIGSEGV:Segmentation fault) Gtk::Widget::get_is_drawable() at 0x3f0bf40beb Inkscape::UI::Widget::ColorPreview::setRgba32() at color-preview.cpp:59 0x111e3bd sp_gradient_vector_color_changed() at gradient-vector.cpp:1,193 0x12e7643 g_closure_invoke() at 0x315100e34e 0x315101f200 g_signal_emit_valist() at 0x31510289d2 g_signal_emit() at 0x3151028b72 ColorSelector::_released() at sp-color-selector.cpp:267 0xf3bad0 ColorNotebook::_entryReleased() at sp-color-notebook.cpp:598 0xf369ae g_closure_invoke() at 0x315100e34e <...more frames...>
https://bugs.launchpad.net/inkscape/+bug/804243
Any widget changes in the dialog result in a crash: - switch color mode tab - drag 'Offset' slider - enter RGBA string in hex - ...
(AFAICT regression introduced with the merge of the cairo-rendering branch. Only happens when using the "deprecated" gradient editor dialog, instead of using the gradient tool to edit the gradient on-canvas)
~suv