LPE and Marker on objects - Crash
<!-- See our full bug reporting guidelines at https://inkscape.org/contribute/report-bugs/ Writing a good bug report will ensure we'll be able to help efficiently. 🙂 --> #### Summary: <!-- Summarize the issue/suggestion concisely: --> ... (write here) #### Steps to reproduce: <!-- Describe what you did (step-by-step) so we can reproduce: --> - open Inkscape - create rectangle - Add LPE roughen - go to style / stroke / marker - add any marker to middle - try to edit rectangle #### What happened? ugly crush ![image](/uploads/e4d0037290f569cf88a73c9dd4845fba/image.png) #### What should have happened? you should be able to edit path without crash <pre> 0# boost::stacktrace::basic_stacktrace<std::allocator<boost::stacktrace::frame> >::init(unsigned long long, unsigned long long) in libinkscape_base 1# Inkscape::Application::crash_handler(int) in libinkscape_base 2# _raise in msvcrt 3# _assert in msvcrt 4# _cairo_pattern_destroy in libcairo_2 5# Inkscape::NRStyle::invalidate() in libinkscape_base 6# Inkscape::Util::FuncLog::exec() in libinkscape_base 7# Inkscape::UI::Widget::CanvasPrivate::after_redraw() in libinkscape_base 8# Inkscape::UI::Widget::Synchronizer::on_dispatcher() const in libinkscape_base 9# Glib::ustring::sprintify(Glib::ustring const&) in libglibmm_2_4_1 10# Glib::Class::custom_class_init_function(void*, void*) in libglibmm_2_4_1 11# Glib::IOSource::dispatch(sigc::slot_base*) in libglibmm_2_4_1 12# Glib::Source::dispatch_vfunc(_GSource*, int (*)(void*), void*) in libglibmm_2_4_1 13# _g_clear_list in libglib_2_0_0 14# _g_main_context_check in libglib_2_0_0 15# _g_main_context_iteration in libglib_2_0_0 16# _g_application_run in libgio_2_0_0 17# 0x00007FF668C137BB in inkscape 18# 0x00007FF668C112EE in inkscape 19# 0x00007FF668C113E6 in inkscape 20# _BaseThreadInitThunk in KERNEL32 21# _RtlUserThreadStart in ntdll </pre> <details><summary>System info</summary> Inkscape 1.3 (003919af9c, 2023-07-16) GLib version: 2.76.4 GTK version: 3.24.38 glibmm version: 2.66.6 gtkmm version: 3.24.7 libxml2 version: 2.11.4 libxslt version: 1.1.38 Cairo version: 1.17.7 Pango version: 1.50.14 HarfBuzz version: 8.0.1 OS version: Windows 10 22H2 </details> Sample attachments: <!-- Attach the sample file(s) highlighting the issue, if appropriate. --> #### Version info <!-- Open 'Help > About' and click on the little bug icon in the bottom right corner that copies the debug information to your clipboard. For command line users, run 'inkscape --debug-info'. For Inkscape 1.0.2 and older, please manually add the Inkscape Version and Operating System Version. The Inkscape version is listed in the About dialog. For command line users, run 'inkscape -V' Paste the information in the empty space between the apostrophes below: --> ``` ``` <!-- ❤️ Thank you for filling in a new bug report, we appreciate the help! ❤️ Please be patient while we try to find the time to look into your issue. Remember that Inkscape is developed by volunteers in their spare time, we'll try our best to respond to all reports. --> <!-- Please be careful when/after writing # for example in logs, code, or versions of linux - use inline code span - single backticks (`) before and after it, like this - `#1618` - use multi-line code block - triple backticks (```) to fence/enclose console logs - attach long logs as a text file. -->
issue