You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Vincent Badier <ap...@yahoo.fr> on 2004/06/08 13:16:24 UTC

[users@httpd] [2.0.49] Segmentation fault in error.log

Hello all,

I've compiled from source the 2.0.49 version, as show
in the log line above, with PHP, and subversion.

However, when i connect to the server, i have a
segmentation fault in the error.log. 

[Tue Jun 08 11:59:12 2004] [notice] Apache/2.0.49
(Unix) mod_ssl/2.0.49 OpenSSL/0.9.7c DAV/2 PHP/4.3.6
SVN/1.0.4 configured -- resuming normal operations
[Tue Jun 08 11:59:42 2004] [notice] child pid 14683
exit signal Segmentation fault (11)
[Tue Jun 08 11:59:43 2004] [notice] child pid 14684
exit signal Segmentation fault (11)
... etc...

I read somewhere (via google) it could be an hardware
pb. However, there is nothing in the syslog, and this
is the first time i saw something wrong on this
server. Everything goes well, and the server really
seem "clean".
I also saw there could be a php version pb. Those who
said this tell to upgrade the version. However, this
is  a very recent one. 

So i don't know where i could search.
Note the problem seem to appear once i sompil and
installed subversion. Could it be the problem? 

Thank you for your help.
--
Vincent


	

	
		
Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout ! 
Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/

Dialoguez en direct avec vos amis grâce à Yahoo! Messenger !Téléchargez Yahoo! Messenger sur http://fr.messenger.yahoo.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] [2.0.49] Segmentation fault in error.log

Posted by Vincent Badier <ap...@yahoo.fr>.
> Segfaults usually are a result of bad ram.  Check
> that before you go
> digging into .conf files and code.
> 

I ran memtest86 during several hours (6 hours), in
loop mode, without havnig any error.


	

	
		
Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout ! 
Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/

Dialoguez en direct avec vos amis grâce à Yahoo! Messenger !Téléchargez Yahoo! Messenger sur http://fr.messenger.yahoo.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] [2.0.49] Segmentation fault in error.log

Posted by Dallas Graves <da...@sbcglobal.net>.
Segfaults usually are a result of bad ram.  Check that before you go
digging into .conf files and code.

Dallas

On Tue, 2004-06-08 at 18:53, bvr@xs4all.nl wrote:
> $ perror 11
> Error code  11:  Resource temporarily unavailable
> 
> maybe some interface (e.g. network) was not properly working at that moment?
> 
> Vincent Badier wrote:
> 
> > Hello all,
> > 
> > I've compiled from source the 2.0.49 version, as show
> > in the log line above, with PHP, and subversion.
> > 
> > However, when i connect to the server, i have a
> > segmentation fault in the error.log. 
> > 
> > [Tue Jun 08 11:59:12 2004] [notice] Apache/2.0.49
> > (Unix) mod_ssl/2.0.49 OpenSSL/0.9.7c DAV/2 PHP/4.3.6
> > SVN/1.0.4 configured -- resuming normal operations
> > [Tue Jun 08 11:59:42 2004] [notice] child pid 14683
> > exit signal Segmentation fault (11)
> > 
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] [2.0.49] Segmentation fault in error.log

Posted by Vincent Badier <ap...@yahoo.fr>.
> $ perror 11
> Error code  11:  Resource temporarily unavailable
> 
> maybe some interface (e.g. network) was not properly
> working at that moment?
> 

Well, it doesn't seem to have any problem.
While this error occur, i can still ssh the server,
sending file via ftp or accessing share via Samba.
So i don't beleive the network interface is the
problam.

Thanks for your help
--
Vincent


	

	
		
Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout ! 
Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/

Dialoguez en direct avec vos amis grâce à Yahoo! Messenger !Téléchargez Yahoo! Messenger sur http://fr.messenger.yahoo.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] [2.0.49] Segmentation fault in error.log

Posted by "bvr@xs4all.nl" <bv...@xs4all.nl>.

$ perror 11
Error code  11:  Resource temporarily unavailable

maybe some interface (e.g. network) was not properly working at that moment?

Vincent Badier wrote:

> Hello all,
> 
> I've compiled from source the 2.0.49 version, as show
> in the log line above, with PHP, and subversion.
> 
> However, when i connect to the server, i have a
> segmentation fault in the error.log. 
> 
> [Tue Jun 08 11:59:12 2004] [notice] Apache/2.0.49
> (Unix) mod_ssl/2.0.49 OpenSSL/0.9.7c DAV/2 PHP/4.3.6
> SVN/1.0.4 configured -- resuming normal operations
> [Tue Jun 08 11:59:42 2004] [notice] child pid 14683
> exit signal Segmentation fault (11)
> 

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org