Thanks for your reply very much. I already installed modules you mentionâed. In my Arch, site_perl/HTML/Parser.pmâ, site_perl/HTML/Entities.pmâ and core_perl/Pod/Simple/XHTML.pmâ is already exsist. I tryed to make sure if I installed them: $ sudo perl -MCPAN -e 'install HTML::Parser; install HTML::Entities; install Pod::Simple::XHTML'â Then got the message: Reading '/root/.cpan/Metadata' Database was generated on Mon, 06 Oct 2014 00:17:02 GMT HTML::Parser is up to date (3.71). HTML::Entities is up to date (3.69). Pod::Simple::XHTML is up to date (3.28).â But, when I run this command in Arch with perl version v5.20.1: $ perl -MHTML::Parser -MHTML::Entities -MPod::Simple::XHTMLâ perl has crashed with message: [1] 5308 segmentation fault (core dumped) perl -MHTML::Parser -MHTML::Entities -MPod::Simple::XHTMLâ Becase of this, pod2html can not work in my Arch.â And, very strange, it is all ok in my Slackware 14.1 with perl version v5.18.1â, it is work well to order input from STDIN. The version of these modules are same in my Slackware and Arch. I run perl debuger, then got the message: Signal SEGV at /usr/lib/perl5/site_perl/HTMLâ/Parser.pm line 17.â Line 17 of Parser.pm is: XSLoader::load('HTML::Parser', $VERSION);â But neither XSLoader or HTML::Parseâr has up to date. So I think it not the bug of pod2html but a bug for something other. I am not sure about that. ------------------ åå§é®ä»¶ ------------------ å件人: "Aristotle Pagaltzis via RT";; åéæ¶é´: 2014å¹´10æ6æ¥(ææä¸) 忍1:48 æ¶ä»¶äºº: "EXå屿£"; 主é¢: Re: [perl #122905] pod2html crash on Linux * James E Keenan via RT [2014-10-05 16:50]: > On Sat Oct 04 06:47:16 2014, shell_way@foxmail.com wrote: > > Signal SEGV at /usr/lib/perl5/site_perl/HTML/Parser.pm line 17. > > require HTML/Parser.pm called at > > [â¦snipâ¦] > > [1] 11156 abort (core dumped) perl -d $(which pod2html) > > [â¦] If, for example, you were to install HTML::Entities on this > system, would you still encounter the problem described in this story? Does it matter? Perl should not react to missing modules by segfaulting.Thread Previous | Thread Next