Comment 5 for bug 986816

Revision history for this message
Bryce Harrington (bryce) wrote :

I think this may not be an Inkscape bug. It looks like the crash is happening in the file chooser code due to trying to do a string comparison against either an undefined string or a file named with unicode characters ("\240\371V\b")

> Thread 1 (Thread 0x7f024bbcb9c0 (LWP 31756)):
> #0 __strncmp_sse42 () at ../sysdeps/x86_64/multiarch/strcmp-sse42.S:1738
> No locals.
> #1 0x00007f024994de68 in completion_match_func (comp=<optimized out>, key_unused=<optimized out>, iter=<optimized out>, data=<optimized out>) at /build/buildd/gtk+2.0-2.24.10/gtk/gtkfilechooserentry.c:427
> chooser_entry = <optimized out>
> name = 0x947c550 "\240\371V\b"
> result = <optimized out>
> norm_file_part = 0x995c2c0 "\001"
> norm_name = 0x0
> #2 0x00007f0249931b0a in gtk_entry_completion_visible_func (model=<optimized out>, iter=0x7fff94e081d0, data=0x994f5b0) at /build/buildd/gtk+2.0-2.24.10/gtk/gtkentrycompletion.c:821
> ret = 0
> completion = 0x994f5b0
> #3 0x00007f0249a796ee in gtk_tree_model_filter_visible (filter=<optimized out>, child_iter=<optimized out>) at /build/buildd/gtk+2.0-2.24.10/gtk/gtktreemodelfilter.c:764

Anyway, I'm not even sure there's anything we could do to work around this in Inkscape.