From owner-freebsd-questions@FreeBSD.ORG Fri Jan 21 07:33:58 2011 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 8B2021065695 for ; Fri, 21 Jan 2011 07:33:58 +0000 (UTC) (envelope-from christer.solskogen@gmail.com) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 60D4F8FC21 for ; Fri, 21 Jan 2011 07:33:58 +0000 (UTC) Received: by pwi10 with SMTP id 10so281096pwi.13 for ; Thu, 20 Jan 2011 23:33:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=QUiZZdA/WAZRLrn6AQeINOxZz9y4Z9/uOE6QKcfCYbk=; b=QoWju+pYxU7pVlBsypJzOe71L7STkLmXw1i9nHu83AFw2YVCmsNVCEmlS42y4pilRK kJghL0lw6yXTiIUW/bGPTL3ABIFDbahkXHiQhc/XvUkyG4h5bF52OZ5XiP9CMFt4Q7Qe Td+6+vfvWaPW5jTjL4f6jvPaeu/fxfz6WP3o0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=Xqpxid1WxnxvC+9jWglXZtSW+6bpzkW4Zo3z53xO+RAV9ZU6Tgw4ZvA3XoQKYz5l/O 4pcMoXIAyViwwsG2qnjFXWsLPvQCm7GkSFQ2ffwbIs7NwoHoJ4W/roTOBL2jwBFMd+m0 6ICvxV8SGF9QkgTiz9AewGSD7bJL4S70JDLAg= Received: by 10.142.171.3 with SMTP id t3mr252154wfe.411.1295595237924; Thu, 20 Jan 2011 23:33:57 -0800 (PST) MIME-Version: 1.0 Received: by 10.142.72.2 with HTTP; Thu, 20 Jan 2011 23:33:37 -0800 (PST) In-Reply-To: <20110121062434.GA83784@thought.org> References: <20110121062434.GA83784@thought.org> From: Christer Solskogen Date: Fri, 21 Jan 2011 08:33:37 +0100 Message-ID: To: Gary Kline Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Mailing List Subject: Re: php still dumping core. 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: Fri, 21 Jan 2011 07:33:58 -0000 On Fri, Jan 21, 2011 at 7:24 AM, Gary Kline wrote: > > =A0 =A0 =A0 =A0Guys, > > =A0 =A0 =A0 =A0I've rebuilt everything that I can; =A0still anytime I use= php, it > =A0 =A0 =A0 =A0dumps core. =A0Ideas? > > =A0 =A0 =A0 =A0I have, of course, run gdb again the binary and found that= it segv's > =A0 =A0 =A0 =A0in the hash table lookup. =A0Means almost zero to me: > >
>
>
> Starting program: /usr/local/bin/php
> PHP Warning: =A0PHP Startup: Unable to load dynamic library '/usr/local/l=
ib/php/20090626-debug/xmlreader.so' - /usr/local/lib/php/20090626-debug/xml=
reader.so: Undefined symbol "dom_node_class_entry" in Unknown on line 0
>
> Program received signal SIGSEGV, Segmentation fault.
> 0x28db0006 in hash_lookup (hashtab=3D0x29563790,
> =A0 =A0key=3D0xbfbfe450 "=EF=BF=9C=EF=BF=9C\024)=EF=BF=9C=EF=BF=9C\b)\220=
7V)Tz\030)=EF=BF=9CP\200(") at misc.c:349
> 349 =A0 =A0 misc.c: No such file or directory.
> =A0 =A0 =A0 =A0in misc.c
> (gdb)
>
>
> 
> Try "ldd -v usr/local/lib/php/20090626-debug/xmlreader.so" and see if something is a miss.I would try to rebuild everything that xml-reader.so depends on. --=20 chs,