运行时出现pdf2swf sample.pdf -v -o sample.swf
分段错误:
...
VERBOSE colorMap pixcomps:3 bits:8 mode:2
NOTICE File contains jpeg pictures
VERBOSE Drawing 1496x1808 transparent jpeg-image (id 151) at size 1496x1808 (548x663), >256 colors
Segmentation fault
“-O 1”标志不起作用,dmesg没有帮助:
pdf2swf[29304]: segfault at 0000000000000000 rip 00002ac82a6c75b0 rsp 00007fff623484b0 error 4
pdf2swf[32714]: segfault at 0000000000000000 rip 00002b7f2e0145b0 rsp 00007fff68ea90c0 error 4
我有一个类似的服务器,swftools 工作正常并成功处理相同的文件。我已经尝试像在我的其他服务器上一样安装两个版本 0.9.1,以及在没有帮助的情况下安装可用的最新版本。
我已经安装了以下命令:
LDFLAGS="-L/usr/local/lib" CPPFLAGS="-I/usr/local/include" ./configure
make
make install
有谁知道有什么帮助?