Bug 146802 - www/apache20 crashes
Summary: www/apache20 crashes
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-apache (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-21 18:40 UTC by JImmie James
Modified: 2010-05-26 06:28 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description JImmie James 2010-05-21 18:40:02 UTC
apache-2.0.63_13

Loading a page causes apache to seg fault, even through telnet it crashes.

*** /var/log/all.log ***
May 21 13:02:49 jimmiejaz kernel: pid 91748 (httpd), uid 80: exited on signal 11

*** /var/log/httpd-error.log ***
[Fri May 21 13:02:50 2010] [notice] child pid 91748 exit signal Segmentation fault (11)

Fix: 

portinstall www/apache20 and get the crashes
portinstall -m WITH_DEBUG=1 and get no crashes (or make -DWITH_DEBUG)

/usr/local/etc/pkgtools.conf has no reference to apache, and the same thing happens with or without a /etc/make.conf

~>cat /etc/make.conf
CPUTYPE?=pentium4
MAKE_SHELL?=sh
BOOTWAIT=0
SUP_UPDATE=yes
SUP=/usr/bin/csup
SUPFLAGS=-g -L 2
SUPHOST=cvsup.freebsd.org
SUPFILE=/etc/sup/stable-supfile
PORTSSUPFILE=/etc/sup/ports-supfile
#DOCSUPFILE=/etc/sup/doc-supfile
DOC_LANG=en_US.ISO8859-1
KERNCONF=FORTYTWO
X_WINDOW_SYSTEM=xorg
POSTFIX_DEFAULT_MTA=yes

# Linux compat ewwww dirty
OVERRIDE_LINUX_BASE_PORT=f10
OVERRIDE_LINUX_NONBASE_PORTS=f10

# Mtree will follow symlinks
MTREE_FOLLOWS_SYMLINKS= -L

.if !empty(.CURDIR:M*sysutils/php5-posix*)
DISABLE_VULNERABILITIES=yes
.endif

# added by use.perl 2010-05-11 00:21:49
PERL_VERSION=5.10.1
How-To-Repeat: Re/Install www/apache20.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2010-05-21 19:15:39 UTC
Responsible Changed
From-To: freebsd-ports-bugs->apache

Fix synopsis and assign.
Comment 2 Philip M. Gollucci freebsd_committer freebsd_triage 2010-05-26 06:28:54 UTC
State Changed
From-To: open->closed

something is amiss locally, though it might be related to 146604, you'll 
need to some me some gdb backtraces for more.  Please try the patch in 
146604 1st [after updating to the latest _14]