Am Mittwoch, 14. November 2007 schrieben Sie: > On Sunday 11 November 2007, Gerhard Gaußling wrote: > > #0 0xb7ff26e5 in do_lookup_x () from /lib/ld-linux.so.2 > > #1 0xb7ff2b07 in _dl_lookup_symbol_x () from /lib/ld-linux.so.2 > > #2 0xb7ff62f9 in fixup () from /lib/ld-linux.so.2 > > #3 0xb7ff6090 in _dl_runtime_resolve () from /lib/ld-linux.so.2 > > #4 0xb7372dc3 in __do_global_dtors_aux () from /lib/tls/librt.so.1 > > #5 0xb73766e7 in _fini () from /lib/tls/librt.so.1 > > #6 0xb7ff6ede in _dl_fini () from /lib/ld-linux.so.2 > > #7 0xb7d554f0 in exit () from /lib/tls/libc.so.6 > > #8 0x0805d51a in clean_child_exit (code=0) at http_main.c:522 > > The segfault is after exit() is called, when libc is cleaning up > things. I guess something has corrupted some internal > libc/ld-linux.so data structures, but I have no idea what has caused > it. > > There are similar problems described at > > http://pecl.php.net/bugs/bug.php?id=10253 > http://www.forum.psoft.net/archive/index.php/t-17149.html > > In both cases they could be fixed by disabling php extensions > (mnogosearch, apc). Maybe you try disabling php extensions you don't > absolutely need. Especially those that do not come from Debian (if > any).
Hmm, I already thought about that, because I use APC (newest tarball), but I disabled that in /etc/php5/apache/php.ini once, but that did not the trick. Today I commented APC completely out, but the sig11 persists, for example on the admin interface of typo 3 4.2alpha, or the joomla! testsite (Joomla! 1.0.13 Stable [ Sunglow ] 21 July 2007 16:00 UTC ). I don't know mnogosearch, but thanks for the links anyway...