crash when doing multiple selection

Bug #1499963 reported by Simon Liu
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Inkscape
New
Undecided
Unassigned

Bug Description

I found my inkscape crashed evertime when I do multiple selection whether I use "Shift+click" or rubberband selection.

Environment: ubuntu 15.04 with gnome-shell 3.14

This is what i got using gnu debug tool when I do multiselection: (sorry for the chinese)

Program received signal SIGSEGV, Segmentation fault.
0x00007fffefe774b2 in _IO_vfprintf_internal (s=s@entry=0x7fffffffcd10,
    format=<optimized out>,
    format@entry=0x7ffff7f6b8c6 "已選擇類型 %s 的 <b>%i</b> 個物件",
    ap=ap@entry=0x7fffffffce80) at vfprintf.c:1642
1642 vfprintf.c: 沒有此一檔案或目錄. (No such a file or directory)

backtrack:
(gdb) bt
#0 0x00007fffefe774b2 in _IO_vfprintf_internal (s=s@entry=0x7fffffffcd10,
    format=<optimized out>,
    format@entry=0x7ffff7f6b8c6 "已選擇類型 %s 的 <b>%i</b> 個物件",
    ap=ap@entry=0x7fffffffce80) at vfprintf.c:1642
#1 0x00007fffeff416e5 in __GI___vasprintf_chk (result_ptr=0x7fffffffce60,
    flags=1,
    format=0x7ffff7f6b8c6 "已選擇類型 %s 的 <b>%i</b> 個物件",
    args=0x7fffffffce80) at vasprintf_chk.c:66
#2 0x00007ffff0fe189c in g_vasprintf ()
   from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3 0x00007ffff0fbc2ad in g_strdup_vprintf ()
   from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4 0x00007ffff0fbc369 in g_strdup_printf ()
   from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5 0x0000000000541d08 in ?? ()
#6 0x000000000053e92d in ?? ()
#7 0x0000000000a686f0 in ?? ()
#8 0x0000000000a782ca in ?? ()
#9 0x000000000049b6b6 in ?? ()
#10 0x000000000072e4ef in ?? ()
#11 0x00007ffff12732d5 in g_closure_invoke ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#12 0x00007ffff128503c in ?? ()
---Type <return> to continue, or q <return> to quit---
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#13 0x00007ffff128d1a5 in g_signal_emit_valist ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#14 0x00007ffff128d8ff in g_signal_emit ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#15 0x0000000000665ed1 in ?? ()
#16 0x0000000000666224 in ?? ()
#17 0x00007ffff69c6d1f in ?? ()
   from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
#18 0x00007ffff12732d5 in g_closure_invoke ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#19 0x00007ffff1284f32 in ?? ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#20 0x00007ffff128d1a5 in g_signal_emit_valist ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#21 0x00007ffff128d8ff in g_signal_emit ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#22 0x00007ffff6ade61c in ?? ()
   from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
#23 0x00007ffff69c5464 in gtk_propagate_event ()
   from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
#24 0x00007ffff69c58fb in gtk_main_do_event ()
   from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
---Type <return> to continue, or q <return> to quit---
#25 0x00007ffff6638bac in ?? ()
   from /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0
#26 0x00007ffff0f9dc3d in g_main_context_dispatch ()
   from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#27 0x00007ffff0f9df20 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#28 0x00007ffff0f9e242 in g_main_loop_run ()
   from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#29 0x00007ffff69c4857 in gtk_main ()
   from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
#30 0x00000000004754fc in ?? ()
#31 0x00007fffefe49a40 in __libc_start_main (main=0x456b50, argc=1,
    argv=0x7fffffffdfd8, init=<optimized out>, fini=<optimized out>,
    rtld_fini=<optimized out>, stack_end=0x7fffffffdfc8) at libc-start.c:289
#32 0x0000000000471aff in ?? ()

*this never happened when I use inkscape under WIndows 7.

Revision history for this message
su_v (suv-lp) wrote :

Thank you for taking the time to file this report. Do you use zh-tw as interface language in Inkscape 0.91? If so, the issue has been reported before, and is already tracked in
* Bug #1428967 “Inkscape0.91 crashes under interface using Chinese/Taiwan(zh-tw)”
  https://bugs.launchpad.net/inkscape/+bug/1428967

Proposing to link as duplicate to bug #1428967 if interface language zh-tw is confirmed.

Changed in inkscape:
status: New → Incomplete
Revision history for this message
Simon Liu (liuseemin) wrote :

Yes, I use zh-tw as my interface language.
I didn't recognize this is a translation problem.
Thanks for the information.

Revision history for this message
su_v (suv-lp) wrote :

Thank you for reporting back - linking as duplicate to bug #1428967 as proposed in comment 1.

Changed in inkscape:
status: Incomplete → New
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.