From kirk@kanga.honeypot.net  Sat Jun 12 21:54:44 2004
Return-Path: <kirk@kanga.honeypot.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id BBD0016A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 12 Jun 2004 21:54:44 +0000 (GMT)
Received: from kanga.honeypot.net (kanga.honeypot.net [208.162.254.122])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4B2F343D4C
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 12 Jun 2004 21:54:44 +0000 (GMT)
	(envelope-from kirk@kanga.honeypot.net)
Received: from kanga.honeypot.net (localhost [127.0.0.1])
	by kanga.honeypot.net (8.12.11/8.12.11) with ESMTP id i5CLrO3Z035109
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 12 Jun 2004 16:53:24 -0500 (CDT)
	(envelope-from kirk@kanga.honeypot.net)
Received: (from kirk@localhost)
	by kanga.honeypot.net (8.12.11/8.12.11/Submit) id i5CLrOGZ035108;
	Sat, 12 Jun 2004 16:53:24 -0500 (CDT)
	(envelope-from kirk)
Message-Id: <200406122153.i5CLrOGZ035108@kanga.honeypot.net>
Date: Sat, 12 Jun 2004 16:53:24 -0500 (CDT)
From: Kirk Strauser <kirk@strauser.com>
Reply-To: Kirk Strauser <kirk@strauser.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Building lang/php4 with pspell support causes www/apache2 to segfault at startup
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         67886
>Category:       ports
>Synopsis:       Building lang/php4 with pspell support causes www/apache2 to segfault at startup
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    ale
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 12 22:00:45 GMT 2004
>Closed-Date:    Sun Jun 13 22:08:04 GMT 2004
>Last-Modified:  Sun Jun 13 22:10:13 GMT 2004
>Originator:     Kirk Strauser
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
The Strauser Group
>Environment:
System: FreeBSD kanga.honeypot.net 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Thu Apr 8 15:37:48 CDT 2004 root@kanga.honeypot.net:/usr/obj/usr/src/sys/NEW_KANGA i386

CFLAGS= -O -pipe
	
>Description:
Whenever I build lang/php4 with "WITH_PSPELL=ON" and attempt to load Apache 2,
the httpd process segfaults immediately on startup.  This includes running
httpd with the "-t" flag to check the server configuration.

Unfortunately, I encountered the problem on a production server and wasn't
able to take the time to get a backtrace, so the best I can do is file this
lame report.
	
>How-To-Repeat:
Compile lang/php4 as described and run httpd:

    # httpd -D SSL -t
    Syntax OK
    Segmentation fault (core dumped)

	
>Fix:
As a workaround, set "WITH_PSPELL=OFF" before compiling lang/php4.
	


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ale 
Responsible-Changed-By: nork 
Responsible-Changed-When: Sun Jun 13 11:05:30 GMT 2004 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=67886 

From: Alex Dupre <ale@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org, kirk@strauser.com
Cc:  
Subject: Re: ports/67886: Building lang/php4 with pspell support causes www/apache2
 to segfault at startup
Date: Sun, 13 Jun 2004 23:30:09 +0200

 I've no problems in running apache2 with pspell extension on 5.2-CURRENT.
 
 --
 Alex Dupre

From: Kirk Strauser <kirk@strauser.com>
To: Alex Dupre <ale@FreeBSD.org>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/67886: Building lang/php4 with pspell support causes
 www/apache2 to segfault at startup
Date: Sun, 13 Jun 2004 16:38:45 -0500

 --=-=-=
 Content-Transfer-Encoding: quoted-printable
 
 At 2004-06-13T21:30:09Z, Alex Dupre <ale@FreeBSD.org> writes:
 
 > I've no problems in running apache2 with pspell extension on 5.2-CURRENT.
 
 How recent is your ports tree?  Mine was updated yesterday.
 =2D-=20
 Kirk Strauser
 
 --=-=-=
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.4 (GNU/Linux)
 
 iD8DBQBAzMlv5sRg+Y0CpvERAn6lAJ0TTdXf0I6p17VlOkXoYwvOzDhsHACdEUDo
 v/XkqbdunyaA9QH9EO+w4pQ=
 =P3Tp
 -----END PGP SIGNATURE-----
 --=-=-=--
 

From: Alex Dupre <ale@FreeBSD.org>
To: Kirk Strauser <kirk@strauser.com>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/67886: Building lang/php4 with pspell support causes www/apache2
 to segfault at startup
Date: Sun, 13 Jun 2004 23:44:54 +0200

 Kirk Strauser wrote:
 
 > How recent is your ports tree?  Mine was updated yesterday.
 
 Mine today, they are equal. I've just compiled a default mod_php4 + 
 pspell extension, and apache2 (with and without ssl) starts and works 
 perfectly.
 
 --
 Alex Dupre

From: Kirk Strauser <kirk@strauser.com>
To: Alex Dupre <ale@FreeBSD.org>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/67886: Building lang/php4 with pspell support causes
 www/apache2 to segfault at startup
Date: Sun, 13 Jun 2004 16:49:15 -0500

 --=-=-=
 Content-Transfer-Encoding: quoted-printable
 
 At 2004-06-13T21:44:54Z, Alex Dupre <ale@FreeBSD.org> writes:
 
 > Mine today, they are equal. I've just compiled a default mod_php4 +
 > pspell extension, and apache2 (with and without ssl) starts and works
 > perfectly.
 
 That's odd, but thanks for letting me know.  It's 100% reproducible here,
 but apparently not a global problem.  Well, file as appropriate.  :)
 =2D-=20
 Kirk Strauser
 
 --=-=-=
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.4 (GNU/Linux)
 
 iD8DBQBAzMvb5sRg+Y0CpvERAlofAKCS/PoDUduo7Ie5I6t8Pa3abFJCUwCeNO0N
 Lu1WWbtdSxhERTGs2etjChc=
 =SX4A
 -----END PGP SIGNATURE-----
 --=-=-=--
 

From: Alex Dupre <ale@FreeBSD.org>
To: Kirk Strauser <kirk@strauser.com>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/67886: Building lang/php4 with pspell support causes www/apache2
 to segfault at startup
Date: Sun, 13 Jun 2004 23:58:15 +0200

 Kirk Strauser wrote:
 
 > That's odd, but thanks for letting me know.  It's 100% reproducible here,
 > but apparently not a global problem.
 
 JFYI I'm using a default apache2 installation (prefork), but I imagine 
 you are doing the same, since you didn't tell me anything else.
 
 --
 Alex Dupre
 
State-Changed-From-To: open->closed 
State-Changed-By: ale 
State-Changed-When: Sun Jun 13 22:06:45 GMT 2004 
State-Changed-Why:  
Not reproducible, local issue. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=67886 

From: Kirk Strauser <kirk@strauser.com>
To: Alex Dupre <ale@FreeBSD.org>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/67886: Building lang/php4 with pspell support causes
 www/apache2 to segfault at startup
Date: Sun, 13 Jun 2004 17:08:52 -0500

 --=-=-=
 Content-Transfer-Encoding: quoted-printable
 
 At 2004-06-13T21:58:15Z, Alex Dupre <ale@FreeBSD.org> writes:
 
 > JFYI I'm using a default apache2 installation (prefork), but I imagine you
 > are doing the same, since you didn't tell me anything else.
 
 I touched very few config options, mainly along the lines of changing the
 name of log files and adding SSL and virtual host configuration.
 =2D-=20
 Kirk Strauser
 
 --=-=-=
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.4 (GNU/Linux)
 
 iD8DBQBAzNB05sRg+Y0CpvERAr/dAJwKQqqXWa/w1W5QniCdNN0FRhDchQCfSjrW
 FnQ4OhgVZ+hwe9rRegCifF0=
 =Nkrw
 -----END PGP SIGNATURE-----
 --=-=-=--
 
>Unformatted:
