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'