为什么我对 Perl 5.10、Mason 和 Apache 感到恐慌?

发布于 2024-07-15 13:35:49 字数 350 浏览 5 评论 0原文

我正在使用 Perl 5.10、HTML::Mason 和 apache 2.2 开发一个应用程序。 这是我第一次在大型项目中使用 Perl 5.10。 我每隔一段时间就会出现奇怪的行为。 该应用程序因一个非常奇怪的错误而终止:

panic: attempt to copy value
to a freed scalar b87acf34 at ...

我想我的问题是 Perl 5.10,因为我以前从未经历过这种情况,或者是其他一些错误的依赖项?

多谢!

I'm developing an application using Perl 5.10, HTML::Mason, and apache 2.2. This is the first time I've used Perl 5.10 for a big project. I get a strange behavior every once in a while. The application dies with a very strange error:

panic: attempt to copy value
to a freed scalar b87acf34 at ...

I guess my question is it Perl 5.10 because I've never experienced this before, or is it some other faulty dependency?

Thanks a lot!

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

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

发布评论

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

评论(1

你在我安 2024-07-22 13:35:49

不确定这是否与您的错误有关(可能没有),但 mod_perl+mason+perl5.10 是不行的。 Perl 5.10 至少引入了一个大错误,在某些情况下会导致分段错误: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=480480#24

Not sure if this has anything to do with your error (probably not), but mod_perl+mason+perl5.10 is a no go. Perl 5.10 introduced at least one big bug that leads to segmentation faults under some conditions: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=480480#24

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