SWFTools 分段错误

发布于 2024-08-18 01:24:53 字数 324 浏览 4 评论 0原文

使用 swftools 中的 pdf2swf 将 PDF 转换为 SWF 时,出现分段错误(核心转储)错误。有没有人遇到过这个或知道可能出了什么问题。

我在错误发生之前收到的通知是:

NOTICE File contains jpeg pictures
NOTICE file contains soft masks
NOTICE file contains forms
NOTICE file contains transparency groups
Segmentation fault (core dumped)

这可能无法帮助我,但值得一试。

I am getting a Segmentation fault (core dumped) error when converting a PDF to SWF using the pdf2swf from swftools. Has anyone come across this or knows what could be wrong.

The notices I get before the error are:

NOTICE File contains jpeg pictures
NOTICE file contains soft masks
NOTICE file contains forms
NOTICE file contains transparency groups
Segmentation fault (core dumped)

This may be impossible to help me but worth a shot.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

篱下浅笙歌 2024-08-25 01:24:53

并尝试使用“-O 1”标志运行 pdf2swf。

And try running pdf2swf with "-O 1" flag.

长安忆 2024-08-25 01:24:53

使用 gdb 并附加到核心转储,看看发生了什么......

use gdb and attach to the core dump and see what happened...

情感失落者 2024-08-25 01:24:53

检查 dmesg,您可能会看到类似以下内容:

pdf2swf[23607]: segfault at 0 ip 00f88400 sp bf8af690 error 4 in libjpeg.so.8.0.0[f7e000+34000]

表明段错误来自 libjpeg。降级到 libjpeg7 为我解决了这个问题(Fedora Core 12)。

Check dmesg and you will probably see something similar to:

pdf2swf[23607]: segfault at 0 ip 00f88400 sp bf8af690 error 4 in libjpeg.so.8.0.0[f7e000+34000]

indicating that the segfault is coming from libjpeg. Downgrading to libjpeg7 solved this issue for me (Fedora Core 12).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文