> The server restarts clean now:

good

> > Second, you should make your code more debug friendly. Replace:
> > $dbh = DBI->connect('dbi:mysql:vip;host=####', '###', '###');
> > with
> > $dbh = DBI->connect('dbi:mysql:vip;host=####', '###', '###') 
> >     or die $DBI::errstr;
> > 
> > what error do you get?
> I modified my code, the error_log shows a seg fault for each call to the
> mod_perl script:
> 
> [Tue Dec  5 16:05:38 2000] [notice] child pid 2878 exit signal Segmentation
> Faul
> t (11)
> [Tue Dec  5 16:05:40 2000] [notice] child pid 2877 exit signal Segmentation
> Faul
> t (11)
> [Tue Dec  5 16:05:41 2000] [notice] child pid 2879 exit signal Segmentation
> Faul
> t (11)
> [Tue Dec  5 16:05:42 2000] [notice] child pid 2880 exit signal Segmentation
> Faul
> t (11)
> [Tue Dec  5 16:06:42 2000] [notice] child pid 2884 exit signal Segmentation
> Faul
> t (11)
> 
> 
> At least the error_log shows now that mod_perl crashes before being able to
> echo the
> diagnostic DBI::errstr .

Good, so now you read the SUPPORT file and follow the instructions on how
to provide the segfault trace.

_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide 
mailto:[EMAIL PROTECTED]   http://apachetoday.com http://jazzvalley.com
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/  



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to