Discussion: Seg faults, but why ?
Afficher un message
Vieux 09/02/2005, 16h14   #2
Dan Wilga
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Seg faults, but why ?

In article <1107885238.325156.8980@l41g2000cwc.googlegroups.c om>,
ytz997@gmail.com wrote:

> my error_log is full of segment* faults, removed 400 Mb error_log file
>
>
> how can i find out why do these occour ?
> i modified mod_setenvif, added fprintf(log,"%d %s\n",getpid(),r->uri);
> but this log doesn't pids that error_log mentions :\


The problem is that Apache normally only generates a log entry after the
request has finished. In this case, it's segfaulting before that can
happen.

Try looking at mod_log_forensic. It can log every request before it's
processed.

--
Dan Wilga dwilga-MUNGE@mtholyoke.edu
** Remove the -MUNGE in my address to reply **
  Réponse avec citation
 
Page generated in 0,05085 seconds with 9 queries