panos80 has asked for the wisdom of the Perl Monks concerning the following question:
The forks module of my Perl installation is causing a segfault and I can't run any script that uses it. The problem appears to be serious, since even a one-line script containing the line use forks; causes a segfault!
Do you have any idea what might be wrong? Any ideas on how I can find out more about what's causing the segfault?
I'm using Perl 5.20.0 on Arch Linux (3.15.2-1-ARCH #1 SMP PREEMPT Fri Jun 27 07:41:19 CEST 2014 x86_64 GNU/Linux). On another computer running Perl 5.14.2 on Linux Mint (3.8.0-19-generic #30-Ubuntu SMP Wed May 1 16:35:23 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux) everything is fine!
Thanks in advance, Panos
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: forks.pm segfault
by zentara (Cardinal) on Jul 16, 2014 at 08:57 UTC | |
|
Re: forks.pm segfault
by Anonymous Monk on Jul 16, 2014 at 09:10 UTC | |
|
Re: forks.pm segfault
by zentara (Cardinal) on Jul 16, 2014 at 09:01 UTC | |
|
Re: forks.pm segfault
by flexvault (Monsignor) on Jul 16, 2014 at 15:27 UTC | |
by panos80 (Initiate) on Jul 17, 2014 at 09:49 UTC | |
|
Re: forks.pm segfault
by flexvault (Monsignor) on Jul 17, 2014 at 12:35 UTC |