Re: php still dumping core.



On Fri, Jan 21, 2011 at 7:24 AM, Gary Kline <kline@xxxxxxxxxxx> 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,
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"



Relevant Pages