CDR import crashes after lib2geom update (rev >= 14226)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Fix Released
|
High
|
Unassigned |
Bug Description
Internal import of CDR files crashes since update of lib2geom in rev 14226.
terminate called throwing an exception
Program received signal SIGABRT, Aborted.
0x0000000104446ce2 in __pthread_kill ()
(gdb) bt
#0 0x0000000104446ce2 in __pthread_kill ()
#1 0x00000001043057d2 in pthread_kill ()
#2 0x00000001042f6a7a in abort ()
#3 0x00000001049b07bc in abort_message ()
#4 0x00000001049adfcf in default_terminate ()
#5 0x00000001047db1cd in _objc_terminate ()
#6 0x00000001049ae001 in safe_handler_caller ()
#7 0x00000001049ae05c in std::terminate ()
#8 0x00000001049af152 in __cxa_throw ()
#9 0x0000000100808835 in Geom::Path:
#10 0x00000001007df270 in Geom::BezierCur
#11 0x0000000100834f50 in Geom::SVGPathPa
#12 0x000000010083392a in Geom::SVGPathPa
#13 0x00000001003afc0e in sp_svg_read_pathv ()
#14 0x0000000100137a49 in SPPath::set ()
#15 0x0000000100137767 in SPPath::build ()
#16 0x0000000100131605 in SPObject:
#17 0x000000010013195a in SPObject::build ()
#18 0x000000010013ed5f in SPRoot::build ()
#19 0x0000000100131605 in SPObject:
#20 0x0000000100038465 in SPDocument:
#21 0x0000000100038fe7 in SPDocument:
#22 0x0000000100208410 in Inkscape:
#23 0x00000001001fd7ee in Inkscape:
#24 0x00000001001fb4c4 in Inkscape:
#25 0x0000000100048a33 in sp_file_open ()
#26 0x0000000100049aec in sp_file_open_dialog ()
<...>
Reproduced with Inkscape 0.91+devel r14341 on
- Ubuntu 14.04 (inkscape PPA as well as local build)
- OS X 10.7.5 (local builds)
Not reproduced with
- Inkscape 0.91 r13725, Ubuntu 14.04
- Inkscape 0.91+devel rev <= 14224 (archived builds), OS X 10.7.5
Simple test case from bug #442010:
https:/
More complex test case from sK1 project (UniConvertor):
http://
Related branches
description: | updated |
description: | updated |
Changed in inkscape: | |
status: | Confirmed → Triaged |
Changed in inkscape: | |
status: | Fix Committed → Fix Released |
Backtrace from attempt to open 'Frenchcurve.cdr' with Inkscape 0.91+devel r14341 (debug build, 64bit, OS X 10.7.5).