php still dumping core.

Christer Solskogen christer.solskogen at gmail.com
Fri Jan 21 07:33:58 UTC 2011


On Fri, Jan 21, 2011 at 7:24 AM, Gary Kline <kline at thought.org> wrote:
>
>        Guys,
>
>        I've rebuilt everything that I can;  still anytime I use php, it
>        dumps core.  Ideas?
>
>        I have, of course, run gdb again the binary and found that it segv's
>        in the hash table lookup.  Means almost zero to me:
>
> <PRE>
>
>
> Starting program: /usr/local/bin/php
> PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20090626-debug/xmlreader.so' - /usr/local/lib/php/20090626-debug/xmlreader.so: Undefined symbol "dom_node_class_entry" in Unknown on line 0
>
> Program received signal SIGSEGV, Segmentation fault.
> 0x28db0006 in hash_lookup (hashtab=0x29563790,
>    key=0xbfbfe450 "ᅵᅵ\024)ᅵᅵ\b)\2207V)Tz\030)ï¿œP\200(") at misc.c:349
> 349     misc.c: No such file or directory.
>        in 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.


-- 
chs,


More information about the freebsd-questions mailing list