View Issue Details

IDProjectCategoryView StatusLast Update
0003307File formatsGeneralpublic2021-01-04 21:05
Reporterjalar Assigned ToKunda1  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionnot fixable 
Summary0003307: Freecad segfault on SVG import
DescriptionFreecad crashes on SVG import

Downgrading to libexpat-2.1.0-7ubuntu0.16.04.3 (from libexpat-2.2.3-1 fixes the problem).

All info in https://forum.freecadweb.org/viewtopic.php?f=3&t=26291&p=208742#p208742

openat(AT_FDCWD, "/path-to-file.svg", O_RDONLY) = 27
fstat(27, {st_mode=S_IFREG|0644, st_size=2234752, ...}) = 0
--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x3a9} ---
write(2, "\33[1;31m", 7) = 7
write(2, "Program received signal SIGSEGV,"..., 53Program received signal SIGSEGV, Segmentation fault.
) = 53

#0 /lib/x86_64-linux-gnu/libc.so.6(+0x37140) [0x7fd97f382140]
#1 /lib/x86_64-linux-gnu/libexpat.so.1(XML_SetHashSalt+0x1b) [0x7fd976c411cb]
0000002 /usr/lib/python2.7/lib-dynload/pyexpat.x86_64-linux-gnu.so(+0x6968) [0x7fd90487a968]
Steps To Reproduce1) Command-line start `freecad Svg_example4.svg` (any SVG, I guess)
2) Segfault
Additional InformationOS: Ubuntu 17.10
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.17.12920 (Git)
Build type: None
Branch: master
Hash: 8faa9f38bb70a598afc2bc39ea1645d416ab057e
Python version: 2.7.14
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 7.1.0
Locale: Swedish/Sweden (sv_SE)
Tagsupstream
FreeCAD Information

Relationships

has duplicate 0003557 closednormandc FreeCAD Every time that I try to import a svg plane file, freecad crashes 
related to 0003355 closed File formats SVG importer: regression from 0.16 to 0.17 
related to 0004528 closed File formats Crash in SVG import 

Activities

jalar

2018-01-12 09:24

reporter   ~0010742

wmayer says:

Dependency problem, Coin3d and Python use different versions of the libexpat library, cannot be fixed by freecad devel.

Close the issue, not fixable.

Issue History

Date Modified Username Field Change
2018-01-11 10:00 jalar New Issue
2018-01-11 11:32 Kunda1 Description Updated
2018-01-12 09:24 jalar Note Added: 0010742
2018-02-13 00:15 Kunda1 Tag Attached: upstream
2018-02-13 00:15 Kunda1 Assigned To => Kunda1
2018-02-13 00:15 Kunda1 Status new => closed
2018-02-13 00:15 Kunda1 Resolution open => not fixable
2018-08-23 17:12 Kunda1 Relationship added related to 0003355
2018-08-25 18:51 normandc Relationship added has duplicate 0003557
2021-01-04 21:05 StefanBruens Relationship added related to 0004528