Re: environment not getting reset

2004-05-15 Thread David Hodgkinson
On 15 May 2004, at 19:38, Alex Krohn wrote: Hi, I'm facing a weird problem that's proving difficult to track down. After a certain number of hits to our mod_perl apps, the environment no longer gets reset per request. For example, if you have a script that just dumps the environment, after hitting

RE: environment not getting reset

2004-05-15 Thread sagi
Have you looked into Apache::Status? -Original Message- From: Alex Krohn [mailto:[EMAIL PROTECTED] Sent: Saturday, May 15, 2004 11:38 AM To: [EMAIL PROTECTED] Subject: environment not getting reset Hi, I'm facing a weird problem that's proving difficult to track down. After a certain

environment not getting reset

2004-05-15 Thread Alex Krohn
Hi, I'm facing a weird problem that's proving difficult to track down. After a certain number of hits to our mod_perl apps, the environment no longer gets reset per request. For example, if you have a script that just dumps the environment, after hitting some piece of code, that script will show

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 e

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. Though

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