为什么我对 Perl 5.10、Mason 和 Apache 感到恐慌?
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不确定这是否与您的错误有关(可能没有),但 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