Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jan 2011 08:33:37 +0100
From:      Christer Solskogen <christer.solskogen@gmail.com>
To:        Gary Kline <kline@thought.org>
Cc:        FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject:   Re: php still dumping core.
Message-ID:  <AANLkTi=cDOKvz4E23peCcSoLL=aMuQ-jXCvNkQfSDbxA@mail.gmail.com>
In-Reply-To: <20110121062434.GA83784@thought.org>
References:  <20110121062434.GA83784@thought.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jan 21, 2011 at 7:24 AM, Gary Kline <kline@thought.org> 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:
>
> <PRE>
>
>
> 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)
>
>
> </PRE>
>

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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTi=cDOKvz4E23peCcSoLL=aMuQ-jXCvNkQfSDbxA>