From owner-freebsd-questions@FreeBSD.ORG Sat Jan 24 08:43:57 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6C4D106564A for ; Sat, 24 Jan 2009 08:43:57 +0000 (UTC) (envelope-from freebsd-questions@pp.dyndns.biz) Received: from proxy3.bredband.net (proxy3.bredband.net [195.54.101.73]) by mx1.freebsd.org (Postfix) with ESMTP id 94AA38FC12 for ; Sat, 24 Jan 2009 08:43:57 +0000 (UTC) (envelope-from freebsd-questions@pp.dyndns.biz) Received: from ironport2.bredband.com (195.54.101.122) by proxy3.bredband.net (7.3.127) id 492A9CFF015662AE for freebsd-questions@freebsd.org; Sat, 24 Jan 2009 09:43:56 +0100 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgE4AHhjeklV4jp1PGdsb2JhbACBbZIFAQEBATW1coVM Received: from c-753ae255.107-1-64736c10.cust.bredbandsbolaget.se (HELO gatekeeper.pp.dyndns.biz) ([85.226.58.117]) by ironport2.bredband.com with ESMTP; 24 Jan 2009 09:43:55 +0100 Received: from [192.168.69.67] (phobos [192.168.69.67]) by gatekeeper.pp.dyndns.biz (8.14.2/8.14.2) with ESMTP id n0O8hsuR098674 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 24 Jan 2009 09:43:55 +0100 (CET) (envelope-from freebsd-questions@pp.dyndns.biz) Message-ID: <497AD4CA.3070204@pp.dyndns.biz> Date: Sat, 24 Jan 2009 09:43:54 +0100 From: =?ISO-8859-1?Q?Morgan_Wesstr=F6m?= User-Agent: Thunderbird 2.0.0.19 (X11/20090102) MIME-Version: 1.0 To: FreeBSD Questions References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: PHP 5.2.8 crash (segmentation fault 11) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jan 2009 08:43:58 -0000 Saifi Khan wrote: > Hi all: > > Freshly compiled PHP 5.2.8 with PECL and PHP5-extensions support > on FreeBSD 7.1 (i386) seems to be crashing in > > #0 0x28e3e006 in hash_lookup (hashtab=0x29ea2f70, > key=0xbfbfea30 "\221Û\222)À{\206)p/ê)ì\r\226)`Qp(") at misc.c:349 > 349 for (ret = hashtab->table[hash_index (hashtab,key)]; ret; ret = ret->next) > [New Thread 0x28759400 (LWP 100083)] > > > The stack frame are shown below. > > > > Anybody pointers as to how to solve this issue ? > Isn't this simply the classic problem with the order of the extensions in extensions.ini? http://www.pingle.org/2006/10 /Morgan