Re: Issue we are facing with Profinling our Mod Perl App

2011-05-05 Thread Cosimo Streppone
On Thu, 05 May 2011 00:58:58 +1000, Mohammed Shakir wrote: We are using the standard CPAN module, Devel::NYTProf::Apache for profiling our mod_perl App. We have set it up as follows : [...] Then, Apache 'Segfaults' (Segmentation fault). Hi Mohammed, you don't seem to mention your OS or

Re: Issue we are facing with Profinling our Mod Perl App

2011-05-05 Thread Perrin Harkins
Hi, > 1) Inserted "PerlModule Devel::NYTProf::Apache" in httpd.conf file. > 2) Restarted Apache with a Single Process with the command line option -X. > Then, Apache 'Segfaults' (Segmentation fault). Does your app work under -X without NYTProf? My first suggestion would be to use the most up-to-

Issue we are facing with Profinling our Mod Perl App

2011-05-05 Thread Mohammed Shakir
Hi, We are using the standard CPAN module, Devel::NYTProf::Apache for profiling our mod_perl App. We have set it up as follows : 1) Inserted "PerlModule Devel::NYTProf::Apache" in httpd.conf file. 2) Restarted Apache with a Single Process with the command line option -X. Then, Apache 'Segfaults'

Re: [mp2] panic pthread_key_create failed in apache 2.2/mod_perl 2.0.4

2011-05-05 Thread Fred Moyer
Have you tried 2.0.5? On Thu, May 5, 2011 at 7:48 AM, Ben Evans wrote: > Anyone have any input on this? I am at a loss in finding a solution other > than to start looking at migrating away from Request Tracker and mod_perl. > > On Thu, Apr 21, 2011 at 09:17, Ben Evans wrote: >> >> Hi, >> ---

Re: [mp2] panic pthread_key_create failed in apache 2.2/mod_perl 2.0.4

2011-05-05 Thread Ben Evans
Anyone have any input on this? I am at a loss in finding a solution other than to start looking at migrating away from Request Tracker and mod_perl. On Thu, Apr 21, 2011 at 09:17, Ben Evans wrote: > Hi, > > -8<-- Start Bug Report 8<-- > 1. Problem Descript

Re: Bug report: #0 file_dup (new_file=0xbfd296d4, old_file=0x0, p=0x80a70a8, which_dup=1) at file_io/unix/filedup.c:59 segfault

2011-05-05 Thread A. Przygienda
After experimenting around, the reason is the global directive I use (perfectly valid) ErrorLog syslog:local6 that crashes #ifdef MP_TRACE /* httpd core open_logs handler re-opens s->error_log, which might * change, even though it still points to the same physical file * (.e.g on w

Re: Bug report: #0 file_dup (new_file=0xbfd296d4, old_file=0x0, p=0x80a70a8, which_dup=1) at file_io/unix/filedup.c:59 segfault

2011-05-05 Thread A. Przygienda
Same problem on 2.0.5 and gentoo 2010 That's how I run it r -D SSL -D SSL_DEFAULT_VHOST -D DEFAULT_VHOST -D INFO -D DAV -D DAV_FS -D CACHE -D MEM_CACHE -D PHP5 -D PERL_VHOST -D PYTHON -D STATUS -D PROXY -D PROXY_HTML -d /usr/lib/apache2 -f /etc/apache2/httpd.conf -E /var/log/apache2/startuperror.