Re: [users@httpd] Strange apache behaviour when lauching an externalbinary called by a perl script

2013-11-22 Thread ledoc
This issue is now resolved: my fortran binary handles very large arrays and complex functions requiring an unlimited stack size. Despite that the stack size limit was defined on a system-wide basis (in /etc/security/limits.conf), for any reason it appears that the "apache/perl/fortran binary"

Re: [users@httpd] Strange apache behaviour when lauching an externalbinary called by a perl script

2013-11-21 Thread ledoc
Fastidious but undeniably efficient. I'll try that. Thanks! Message d'origine De : "smaug ix" À : users@httpd.apache.org Objet : Re: [users@httpd] Strange apache behaviour when lauching an externalbinary called by a perl script Date : 21/11/2013 19:52:49 CET On 11/21/2013 08:25 AM, le

Re: Re: [users@httpd] Strange apache behaviour when lauching an externalbinary called by a perl script

2013-11-21 Thread ledoc
Nice suggestion. But unfortunately both environments are the same (and my binary is compiled with static library option). Message d'origine De : "Pete Houston" À : users@httpd.apache.org Objet : Re: [users@httpd] Strange apache behaviour when lauching an externalbinary called by a per

[users@httpd] Strange apache behaviour when lauching an external binary called by a perl script

2013-11-21 Thread ledoc
Hello list, I am currently setting up a web service running on CentOS 6.4. This service uses perl scripts (cgi-bin) launching an external homemade fortran compiled binary. This last is triggered through a web form when the user ask for it. It is not a system service but an 'on demand' execution.