From owner-freebsd-current@FreeBSD.ORG Sun Mar 28 00:57:57 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2B5916A4CE for ; Sun, 28 Mar 2004 00:57:57 -0800 (PST) Received: from as6-1-5.kr.m.bonet.se (as6-1-5.kr.m.bonet.se [217.215.84.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2B4543D3F for ; Sun, 28 Mar 2004 00:57:56 -0800 (PST) (envelope-from martin@mullet.se) Received: from mullet.se (euklides.gneto.com [192.168.10.11]) by as6-1-5.kr.m.bonet.se (Postfix) with ESMTP id 1344B743C7; Sun, 28 Mar 2004 10:57:55 +0200 (CEST) Message-ID: <40669393.30807@mullet.se> Date: Sun, 28 Mar 2004 10:57:55 +0200 From: Martin Nilsson User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040311 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Holger.Kipp@alogis.com References: <200403272317.i2RNHGb14933@alogis.com> In-Reply-To: <200403272317.i2RNHGb14933@alogis.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Sun, 28 Mar 2004 05:03:59 -0800 cc: freebsd-current@freebsd.org Subject: Re: mod_usertrack: apache "exited on signal 11" on FreeBSD 5.2CURRENT (now) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Mar 2004 08:57:57 -0000 Holger Kipp wrote: > Just checked if this is the same with the latest FreeBSD 5.2-CURRENT > from now (cvsupped an hour ago), also rebuilding apache13-modssl > with portupgrade. > > Same behaviour: Everything works fine with CookieTracking off, but > with CookieTracking on, I get clean 'signal 11'. This is with > CookieStyle Netscape and CookieStyle Cookie. CookieStyle Cookie2 > seems to work, but then I receive a different Cookie per request :-( Hi, I had the same problem but solved it with adding the following to my httpd.conf: CookieTracking On CookieExpires "2 years" CookieFormat Compact CookieName Apache CookieStyle RFC2965 I know that all options have sensible defaults but without the above apache segfaults in some regexp function in libc. This problem is also present in 4.9, I heven't had time to debug it further. /Martin -- Martin Nilsson, CTO & Founder, Mullet Scandinavia AB, Malmö, SWEDEN E-mail: martin@mullet.se, Phone: +46-(0)708-606170, Web: www.mullet.se Our business is well engineered servers optimised for FreeBSD & Linux