Activity log for bug #1335684

Date Who What changed Old value New value Message
2014-06-29 21:15:36 Ilja Gerhardt bug added bug
2014-06-29 21:22:34 Ilja Gerhardt bug task added ubuntu
2014-06-29 21:23:17 Liam P. White summary SIGSEGV, when Ctrl-Shit-W (Swatches) & then close SIGSEGV, when Ctrl-Shift-W (Swatches) & then close
2014-06-29 21:23:51 Liam P. White tags sigsegv crash sigsegv
2014-06-29 21:23:57 Liam P. White tags crash sigsegv crash sigsegv ui
2014-06-29 21:32:27 Ilja Gerhardt description When I open Inkscape, press 'Ctrl-Shift-W' (Swatches) and then click on the 'X' to close the dialog again it crashes: ...:~$ inkscape --version Inkscape 0.48.3.1 r9886 (Jan 29 2013) Ubuntu 12.04, 64 bit ------------------------------ Please see the backtrace: ----------------------------------- ...:~$ gdb inkscape GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2.1) 7.4-2012.04 Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-linux-gnu". For bug reporting instructions, please see: <http://bugs.launchpad.net/gdb-linaro/>... Reading symbols from /usr/bin/inkscape...(no debugging symbols found)...done. (gdb) run Starting program: /usr/bin/inkscape [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x7fffe3c48700 (LWP 12417)] [New Thread 0x7fffe3447700 (LWP 12418)] [New Thread 0x7fffe08bb700 (LWP 12419)] (inkscape:12414): Gdk-WARNING **: /build/buildd/gtk+2.0-2.24.10/gdk/x11/gdkdrawable-x11.c:952 drawable is not a pixmap or window Program received signal SIGSEGV, Segmentation fault. 0x00007ffff59f9200 in gdk_x11_window_get_drawable_impl () from /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0 (gdb) bt #0 0x00007ffff59f9200 in gdk_x11_window_get_drawable_impl () from /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0 #1 0x00007fffe3e5a508 in ?? () from /usr/lib/liboverlay-scrollbar-0.2.so.0 #2 0x00007ffff4732ca2 in g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #3 0x00007ffff4743d71 in ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #4 0x00007ffff474c069 in g_signal_emit_valist () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #5 0x00007ffff474c212 in g_signal_emit () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #6 0x00007ffff5eab3be in gtk_widget_map () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #7 0x00007ffff5eb57b0 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #8 0x00007ffff4732ca2 in g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #9 0x00007ffff4744179 in ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #10 0x00007ffff474c069 in g_signal_emit_valist () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #11 0x00007ffff474c212 in g_signal_emit () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #12 0x00007ffff5eabcb6 in gtk_widget_show () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #13 0x00007fffe3e5b89e in ?? () from /usr/lib/liboverlay-scrollbar-0.2.so.0 #14 0x00007ffff44768db in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #15 0x00007ffff4475d13 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #16 0x00007ffff4476060 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #17 0x00007ffff447645a in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #18 0x00007ffff5d87397 in gtk_main () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #19 0x000000000065e010 in sp_main_gui(int, char const**) () #20 0x0000000000643468 in main () When I open Inkscape, press 'Ctrl-Shift-W' (Swatches) and then click on the 'X' to close the dialog again it crashes: Steps to reproduce: 1) open Inkscape 2) Press Ctrl-Shift-W 3) Close the appearing side panel ...:~$ inkscape --version Inkscape 0.48.3.1 r9886 (Jan 29 2013) Ubuntu 12.04, 64 bit ------------------------------ Please see the backtrace: ----------------------------------- ...:~$ gdb inkscape GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2.1) 7.4-2012.04 Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-linux-gnu". For bug reporting instructions, please see: <http://bugs.launchpad.net/gdb-linaro/>... Reading symbols from /usr/bin/inkscape...(no debugging symbols found)...done. (gdb) run Starting program: /usr/bin/inkscape [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x7fffe3c48700 (LWP 12417)] [New Thread 0x7fffe3447700 (LWP 12418)] [New Thread 0x7fffe08bb700 (LWP 12419)] (inkscape:12414): Gdk-WARNING **: /build/buildd/gtk+2.0-2.24.10/gdk/x11/gdkdrawable-x11.c:952 drawable is not a pixmap or window Program received signal SIGSEGV, Segmentation fault. 0x00007ffff59f9200 in gdk_x11_window_get_drawable_impl ()    from /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0 (gdb) bt #0 0x00007ffff59f9200 in gdk_x11_window_get_drawable_impl ()    from /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0 #1 0x00007fffe3e5a508 in ?? () from /usr/lib/liboverlay-scrollbar-0.2.so.0 #2 0x00007ffff4732ca2 in g_closure_invoke ()    from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #3 0x00007ffff4743d71 in ?? ()    from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #4 0x00007ffff474c069 in g_signal_emit_valist ()    from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #5 0x00007ffff474c212 in g_signal_emit ()    from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #6 0x00007ffff5eab3be in gtk_widget_map ()    from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #7 0x00007ffff5eb57b0 in ?? ()    from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #8 0x00007ffff4732ca2 in g_closure_invoke ()    from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #9 0x00007ffff4744179 in ?? ()    from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #10 0x00007ffff474c069 in g_signal_emit_valist ()    from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #11 0x00007ffff474c212 in g_signal_emit ()    from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #12 0x00007ffff5eabcb6 in gtk_widget_show ()    from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #13 0x00007fffe3e5b89e in ?? () from /usr/lib/liboverlay-scrollbar-0.2.so.0 #14 0x00007ffff44768db in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #15 0x00007ffff4475d13 in g_main_context_dispatch ()    from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #16 0x00007ffff4476060 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #17 0x00007ffff447645a in g_main_loop_run ()    from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #18 0x00007ffff5d87397 in gtk_main ()    from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #19 0x000000000065e010 in sp_main_gui(int, char const**) () #20 0x0000000000643468 in main ()
2016-06-11 17:30:55 Paul White affects ubuntu inkscape (Ubuntu)
2019-06-30 00:46:46 Qantas94Heavy inkscape: status New Invalid
2019-06-30 16:41:14 Mattia Rizzolo inkscape (Ubuntu): status New Invalid
2019-11-29 18:03:55 tbnorth tags crash sigsegv ui bug-migration crash sigsegv ui