Quite recently, I asked a question about debugging a seg fault: What are some good methods or steps to debug a seg fault in Perl?. Somebody mentioned that Symbol had some deep XS magic in it.
最近,我问了一个关于调试seg错误的问题:在Perl中调试seg错误的一些好方法或步骤是什么?有人提到Symbol有一些深刻的XS魔法。
I'm wondering if I can find a bug history for a Perl core module. I tried looking on CPAN, but the change documentation is kept at the project level and not the module level.
我想知道我是否可以找到Perl核心模块的错误历史记录。我尝试查看CPAN,但更改文档保留在项目级别而不是模块级别。
See, we run Perl 5.8.2 and Symbol v1.05 and I'm just wondering if one of our issues could be related to a bugfix that occurred between that and the current version.
看,我们运行Perl 5.8.2和Symbol v1.05,我只是想知道我们的一个问题是否与该版本和当前版本之间发生的错误修正有关。
1 个解决方案
#1
How about looking in the perl source repository?
如何查看perl源代码库?