crash when opening svg file
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
New
|
Undecided
|
Unassigned |
Bug Description
When I open the attached svg file, Inkscape crashes.
phoenix@phoenix:~$ gdb $(which inkscape)
GNU gdb (Debian 7.7.1-2) 7.7.1
(...)
Reading symbols from /usr/bin/
(gdb) run
Starting program: /usr/bin/inkscape
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_
(...)
Program received signal SIGSEGV, Segmentation fault.
0x0000000000808f21 in Inkscape:
(gdb) bt
#0 0x0000000000808f21 in Inkscape:
#1 0x00000000007ffb98 in Inkscape:
#2 0x00000000007ff513 in Inkscape:
#3 0x000000000069edf7 in sp_lpe_
#4 0x0000000000695b24 in ?? ()
#5 0x000000000069f1f5 in sp_lpe_
#6 0x00000000006ad998 in sp_path_
#7 0x00000000006add28 in ?? ()
#8 0x00000000006acc31 in ?? ()
#9 0x00000000006a5f72 in sp_object_
#10 0x00000000006a8017 in ?? ()
#11 0x00000000006a5f72 in sp_object_
#12 0x00000000006a8017 in ?? ()
#13 0x00000000006a5f72 in sp_object_
#14 0x00000000006a8017 in ?? ()
#15 0x00000000006b598c in ?? ()
#16 0x00000000006a5f72 in sp_object_
#17 0x00000000006a9543 in sp_object_
#18 0x000000000062f0c0 in sp_document_
#19 0x000000000062fd70 in sp_document_
#20 0x00000000008deae5 in Inkscape:
#21 0x00000000008df32b in Inkscape:
#22 0x00000000008df51f in Inkscape:
#23 0x00007ffff64d30f8 in Glib::SignalPro
(...)
#56 0x00000000008e125c in Inkscape:
#57 0x00000000006367ac in sp_file_
#58 0x00000000007c1f9c in sp_action_
#59 0x00000000006673c8 in sp_shortcut_
(...)
#72 0x00007ffff38be30a in g_main_loop_run () from /lib/x86_
#73 0x00007ffff7023bc7 in gtk_main () from /usr/lib/
#74 0x000000000062b74c in sp_main_gui(int, char const**) ()
#75 0x000000000060f16f in main ()
(gdb)
Addressed in 0.48.5 release.