I just tried the debug tool as recommended in the link, but as i don't know anything about debugging, i'm not sure if i'm doing it right : The
Linksays there should be individual xxxyyzz_dbg files for every build, but i only find one xxyyzz _fulldbg.
I assumed that they had switched to a one-for-all strategy, and used the fulldbg file as recommended, but the output after the crash seems less informative than the output i have seen posted on Launchpad:
Code: Select all
Starting program: C:\tmp\inkscape/inkscape.exe
[New thread 3448.0xfcc]
Program received signal SIGSEGV, Segmentation fault.
0x005f387e in Geom::MonoCrosser::crossings (this=0x22f050, a=@0x0, b=@0x0)
at c:/mingw/bin/../lib/gcc/mingw32/4.2.1-dw2/include/c++/ext/new_allocator.h
:89
89 c:/mingw/bin/../lib/gcc/mingw32/4.2.1-dw2/include/c++/ext/new_allocator.
h: No such file or directory.
in c:/mingw/bin/../lib/gcc/mingw32/4.2.1-dw2/include/c++/ext/new_allocat
or.h
(gdb) bt
#0 0x005f387e in Geom::MonoCrosser::crossings (this=0x22f050, a=@0x0, b=@0x0)
at c:/mingw/bin/../lib/gcc/mingw32/4.2.1-dw2/include/c++/ext/new_allocator.h
:89
#1 0x0074f078 in sp_eraser_brush (dc=0x75d124c) at src/eraser-context.cpp:423
#2 0x005792b2 in tools_switch (dt=0x70761b0, num=2290008)
at src/tools-switch.cpp:209
#3 0x0058aa82 in sp_find_dialog_old () at src/dialogs/find.cpp:743
#4 0x004bf431 in sp_icon_doc_icon (doc=0x57abbd0, root=0x6478498,
name=0x22f348 "\220¨ñcÓ\001\017\005Ó\001\017\005", psize=8975628)
at src/widgets/icon.cpp:669
#5 0x00456a47 in _layer_deactivated (layer=0x22f4e0, desktop=0x6478498)
at src/desktop.cpp:1516
#6 0x004bc4cc in non-virtual thunk to Inkscape::UI::View::View::~View() ()
at src/ui/view/view.cpp:118
#7 0x050f01e0 in ?? ()
#8 0x06478498 in ?? ()
#9 0x0437be00 in ?? ()
#10 0x0022f4b4 in ?? ()
#11 0x00000002 in ?? ()
#12 0x050f01e0 in ?? ()
#13 0x0022f470 in ?? ()
#14 0xffffffff in ?? ()
#15 0x051852c8 in ?? ()
#16 0x0022f308 in ?? ()
#17 0x63a43945 in g_closure_invoke ()
from C:\tmp\inkscape\libgobject-2.0-0.dll
#18 0x00000000 in ?? ()
(gdb)
Note that from #7 to #18 there are lots of ?? - Does anybody know whether that is as should be?