Comment 6 for bug 229524

Revision history for this message
Alvin Penner (apenner) wrote :

sorry, that was not very interesting, next I created a valid .pdf file consisting of the word "Hello", attached here.
backtrace is below :
the only thing that seems to be in common in these three cases is the line
0x0052a4bd in _fu2__globalParams ()

------------------------------

(gdb) run
Starting program: C:\Program Files\Inkscape/inkscape.exe
[New thread 2396.0x744]
[New thread 2396.0x92c]
[New thread 2396.0x460]
[New thread 2396.0x644]
[New thread 2396.0x5c8]
[New thread 2396.0x6c0]

Program received signal SIGSEGV, Segmentation fault.
0x006f95bc in Inkscape::Extension::Internal::SvgBuilder::updateFont ()
(gdb) bt
#0 0x006f95bc in Inkscape::Extension::Internal::SvgBuilder::updateFont ()
#1 0x00702abf in PdfParser::opShowText ()
#2 0x006fd885 in PdfParser::go ()
#3 0x006fdc6b in PdfParser::parse ()
#4 0x0052a4bd in _fu2__globalParams ()
#5 0x06e8d100 in ?? ()
#6 0x0022edd8 in ?? ()
#7 0x00000001 in ?? ()
#8 0x00000006 in ?? ()
Cannot access memory at address 0x3fe00004
(gdb) c
Continuing.

Program received signal SIGSEGV, Segmentation fault.
0x006f95bc in Inkscape::Extension::Internal::SvgBuilder::updateFont ()
(gdb) c
Continuing.

Program exited with code 030000000005.
(gdb)