You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rob Hartill <ha...@hyperreal.com> on 1995/08/07 23:11:34 UTC

Apache 0.8.8 on Solaris 2.4 (fwd)

Forwarded message:

> From lih@dragon.cnm.columbia.edu  Mon Aug  7 13:14:57 1995
> Message-Id: <19...@cnm.columbia.edu>
> X-Authentication-Warning: cnm.columbia.edu: Host localhost didn't use HELO protocol
> To: apache-bugs@mail.apache.org
> Subject: Apache 0.8.8 on Solaris 2.4
> Reply-to: lih@cnm.columbia.edu
> Date: Mon, 07 Aug 1995 16:14:52 -0400
> From: Andrew Lih <li...@dragon.cnm.columbia.edu>
> 
> I get a silent core dump for apache 0.8.8 running on Solaris 2.4.  It
> leaves a core dump in /.
> 
> Any similar reported problems?
> 
> Here is the truss output:
> 
> open("/usr/local/httpd.apache_0.8/logs/access_log", O_WRONLY|O_APPEND|O_CREAT, 0644) = 3
> open("/usr/local/httpd.apache_0.8/conf/mime.types", O_RDONLY) = 4
> fstat(4, 0xDFFFD6A8)                            = 0
> ioctl(4, TCGETA, 0xDFFFD634)                    Err#25 ENOTTY
> read(4, " #   T h i s   i s   a  ".., 8192)     = 3263
> read(4, 0x000427BC, 8192)                       = 0
> lseek(4, 0, SEEK_CUR)                           = 3263
> close(4)                                        = 0
> close(3)                                        = 0
> chdir("/")                                      = 0
> fork()                                          = 11864
> lseek(0, 0, SEEK_CUR)                           = 231105
> _exit(0)
> 
> 
> 
> 
> 	      .....................................................
> 			Andrew Lih  Columbia University
> 		    "Technologist"  Center for New Media
> 	      lih@cnm.columbia.edu  http://www.cnm.columbia.edu/
> 

robh> Anything in the error log ?
robh> Do you have the user/group id set correctly ?

> Yes, I've setup and run 0.6.5 for multiple sites.  I'm no newbie at
> this which is why I find it so strange.  I don't get anything in the
> error log, and it results in a core dump.  I built in all the standard
> options and none of the newer modules.
> 
> -Andrew