GNU gdb (GDB) 7.1-ubuntu Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later 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: ... Reading symbols from /usr/bin/inkscape...Reading symbols from /usr/lib/debug/usr/bin/inkscape...done. done. (gdb) handle SIG33 pass nostop noprint Signal Stop Print Pass to program Description SIG33 No No Yes Real-time event 33 (gdb) set pagination 0 (gdb) run Starting program: /usr/bin/inkscape [Thread debugging using libthread_db enabled] Xlib: extension "RANDR" missing on display ":20.0". Program received signal SIGSEGV, Segmentation fault. 0x00007ffff1132c06 in GC_malloc (bytes=256) at thread_local_alloc.c:176 176 thread_local_alloc.c: No such file or directory. in thread_local_alloc.c (gdb) abacktrace fillull #0 0x00007ffff1132c06 in GC_malloc (bytes=256) at thread_local_alloc.c:176 my_fl = my_entry = next = granules = 17 tsd = 0x0 #1 0x000000000071bc9f in Inkscape::GC::Core::malloc (doc=0x1116320, default_ns=0x0) at ./gc-core.h:74 No locals. #2 operator new (doc=0x1116320, default_ns=0x0) at ./gc-core.h:148 mem = #3 Inkscape::GC::Managed<(Inkscape::GC::ScanPolicy)0, (Inkscape::GC::CollectionPolicy)0>::operator new (doc=0x1116320, default_ns=0x0) at ./gc-managed.h:35 No locals. #4 sp_repr_do_read (doc=0x1116320, default_ns=0x0) at xml/repr-io.cpp:414 node = prefix_map = 0x10fde30 rdoc = root = #5 0x000000000071bf24 in sp_repr_read_mem (buffer=, length=16723, default_ns=0x0) at xml/repr-io.cpp:328 doc = 0x1116320 rdoc = __PRETTY_FUNCTION__ = "Inkscape::XML::Document* sp_repr_read_mem(const gchar*, gint, const gchar*)" #6 0x000000000047f065 in Inkscape::Preferences::_loadDefaults (this=0x110d880) at preferences.cpp:119 No locals. #7 0x000000000048036c in Preferences (this=0x110d880) at preferences.cpp:97 path = 0x110d900 "" #8 0x00000000006e0bc0 in Inkscape::Preferences::get () at ./preferences.h:434 No locals. #9 injectCustomSize () at widgets/icon.cpp:672 dump = width = height = #10 0x00000000006e1105 in sp_icon_get_phys_size (size=-134557312) at widgets/icon.cpp:720 init = false lastSys = {0, 0, 0, 0, 0, 0, 0, 0} vals = {0, 0, 0, 0, 0, 0, 0, 0} __PRETTY_FUNCTION__ = "int sp_icon_get_phys_size(int)" #11 0x00000000004537fd in sp_main_gui (argc=1, argv=0x7fffffffe888) at main.cpp:930 main_instance = fl = 0x0 retVal = __PRETTY_FUNCTION__ = "int sp_main_gui(int, const char**)" dataDirs = { >> = {_M_impl = {> = {<__gnu_cxx::new_allocator> = {}, }, _M_start = 0x110c4b0, _M_finish = 0x110c4d0, _M_end_of_storage = 0x110c4d0}}, } usericondir = 0x11168c0 "," create_new = #12 0x0000000000452db9 in main (argc=1, argv=) at main.cpp:685 inkscape_localedir = use_gui = app = {_vptr.Application = 0xacc930, _argc = 1, _argv = 0x7fffffffe888, _app_impl = 0x0, _path_home = 0x0} (gdb) info registers rax 0x7ffff7fac810 140737353795600 rbx 0x11 17 rcx 0x234 564 rdx 0x2 2 rsi 0x0 0 rdi 0x7ffff7fad180 140737353798016 rbp 0x100 0x100 rsp 0x7fffffffe350 0x7fffffffe350 r8 0x48 72 r9 0x80000 524288 r10 0x7fffffffe0f0 140737488347376 r11 0x7ffff7dee040 140737351966784 r12 0x0 0 r13 0x29 41 r14 0x10 16 r15 0x110 272 rip 0x7ffff1132c06 0x7ffff1132c06 eflags 0x10212 [ AF IF RF ] cs 0x33 51 ss 0x2b 43 ds 0x0 0 es 0x0 0 fs 0x0 0 gs 0x0 0 (gdb) x/16i $pc => 0x7ffff1132c06 : mov 0x8(%r12,%r13,8),%rax 0x7ffff1132c0b : lea 0x8(%r12,%r13,8),%rcx 0x7ffff1132c10 : cmp $0x11a,%rax 0x7ffff1132c16 : jbe 0x7ffff1132c81 0x7ffff1132c18 : mov (%rax),%rdx 0x7ffff1132c1b : mov %rdx,0x8(%r12,%r13,8) 0x7ffff1132c20 : prefetcht0 (%rdx) 0x7ffff1132c23 : movq $0x0,(%rax) 0x7ffff1132c2a : mov 0x18(%rsp),%rbx 0x7ffff1132c2f : mov 0x20(%rsp),%rbp 0x7ffff1132c34 : mov 0x28(%rsp),%r12 0x7ffff1132c39 : mov 0x30(%rsp),%r13 0x7ffff1132c3e : mov 0x38(%rsp),%r14 0x7ffff1132c43 : mov 0x40(%rsp),%r15 0x7ffff1132c48 : add $0x48,%rsp 0x7ffff1132c4c : retq (gdb) thread apply all backtrace Thread 1 (Thread 0x7ffff7fac880 (LWP 4819)): #0 0x00007ffff1132c06 in GC_malloc (bytes=256) at thread_local_alloc.c:176 #1 0x000000000071bc9f in Inkscape::GC::Core::malloc (doc=0x1116320, default_ns=0x0) at ./gc-core.h:74 #2 operator new (doc=0x1116320, default_ns=0x0) at ./gc-core.h:148 #3 Inkscape::GC::Managed<(Inkscape::GC::ScanPolicy)0, (Inkscape::GC::CollectionPolicy)0>::operator new (doc=0x1116320, default_ns=0x0) at ./gc-managed.h:35 #4 sp_repr_do_read (doc=0x1116320, default_ns=0x0) at xml/repr-io.cpp:414 #5 0x000000000071bf24 in sp_repr_read_mem (buffer=, length=16723, default_ns=0x0) at xml/repr-io.cpp:328 #6 0x000000000047f065 in Inkscape::Preferences::_loadDefaults (this=0x110d880) at preferences.cpp:119 #7 0x000000000048036c in Preferences (this=0x110d880) at preferences.cpp:97 #8 0x00000000006e0bc0 in Inkscape::Preferences::get () at ./preferences.h:434 #9 injectCustomSize () at widgets/icon.cpp:672 #10 0x00000000006e1105 in sp_icon_get_phys_size (size=-134557312) at widgets/icon.cpp:720 #11 0x00000000004537fd in sp_main_gui (argc=1, argv=0x7fffffffe888) at main.cpp:930 #12 0x0000000000452db9 in main (argc=1, argv=) at main.cpp:685 (gdb) quit A debugging session is active. Inferior 1 [process 4819] will be killed. Quit anyway? (y or n)