I am converting a very simple Inkscape SVG file and am betting a core dump
in a recent compile of 0.2.12.
The crash occurs at:
#0 parse_css_simple (
style_str=0x83c60d0
"fill:#36ff00;fill-opacity:1;stroke:#000000;stroke-opacity:1",
style=0xbfc81040) at /usr/include/c++/4.1.0/bits/basic_string.h:230
#1 0xb7f30ffa in swft_path (ctx=0x83c58a8, nargs=3) at swft_path.cpp:106
#2 0xb7dab7c0 in xmlXPathCompareValues () from /usr/lib/libxml2.so.2
#3 0xb7daacd0 in xmlXPathCompareValues () from /usr/lib/libxml2.so.2
#4 0xb7dad1bd in xmlXPathCompiledEval () from /usr/lib/libxml2.so.2
#5 0xb7ef21b0 in xsltCopyOf () from /usr/lib/libxslt.so.1
The line of code in parse_css_simple is:
229 #ifndef _GLIBCXX_FULLY_DYNAMIC_STRING
230 if (__builtin_expect(this != &_S_empty_rep(), false))
231 #endif
I just built this package on a newly-installed SuSE 10.1 (32-bit) system.
I have no idea what this code means - or if this is a known issue or
anything.
I can/will probivide more info (files, core, etc.) if needed - but this
seems like a pretty "basic" issue with trying to parse the css style string.
Any ideas?
Thanks,
Brad Goodman
_______________________________________________
swfmill mailing list
[email protected]
http://osflash.org/mailman/listinfo/swfmill_osflash.org