Re: Segmentation Fault problem

2004-05-15 Thread Marc Gracia (Oasyssoft)
On Fri, 2004-05-14 at 20:56, Stas Bekman wrote: Marc Gracia (Oasyssoft) wrote: Opps.. Sorry after all gdb an strace I forgot to send the perl -V Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration: [...] Thanks. Have you tried a more recent 5.8.x perl? 5.8.4 is out

Re: Segmentation Fault problem

2004-05-15 Thread Marc Gracia (Oasyssoft)
On Fri, 2004-05-14 at 20:56, Stas Bekman wrote: There something else you can try though. Force an early resolution of all symbols when the program loads (which is a default behavior for MacOSX and a few other platforms). For perl xs modules you do that by setting env var RTLD_NOW=1.

Re: Segmentation Fault problem

2004-05-15 Thread Stas Bekman
Marc Gracia (Oasyssoft) wrote: On Fri, 2004-05-14 at 20:56, Stas Bekman wrote: There something else you can try though. Force an early resolution of all symbols when the program loads (which is a default behavior for MacOSX and a few other platforms). For perl xs modules you do that by setting

Segmentation Fault problem

2004-05-14 Thread Marc Gracia
Hi, I have some problem that makes me mad for some time. We just setted up a web farm to support our application that runs entirely using mod_perl. Until now we used a traditional apache+vhosts to serve our customers, but as it became so unadministrable, we started this new sistem to serve

Re: Segmentation Fault problem

2004-05-14 Thread Stas Bekman
Marc Gracia wrote: Hi, I have some problem that makes me mad for some time. We just setted up a web farm to support our application that runs entirely using mod_perl. Until now we used a traditional apache+vhosts to serve our customers, but as it became so unadministrable, we started this new

Re: Segmentation Fault problem

2004-05-14 Thread Stas Bekman
Marc Gracia (Oasyssoft) wrote: Opps.. Sorry after all gdb an strace I forgot to send the perl -V Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration: [...] Thanks. Have you tried a more recent 5.8.x perl? 5.8.4 is out for quite some time already. I'm not sure if it's going