Date: Mon, 23 Jul 2012 18:19:23 +0300 From: Volodymyr Kostyrko <c.kworr@gmail.com> Cc: ports@freebsd.org, Florian Smeets <flo@freebsd.org>, Ruslan Mahmatkhanov <cvs-src@yandex.ru> Subject: Re: lang/php53 dumps core Message-ID: <500D6B7B.5040701@gmail.com> In-Reply-To: <500D6679.1010708@gmail.com> References: <500D5385.9030407@gmail.com> <500D5E03.2000306@yandex.ru> <500D61A5.1050600@gmail.com> <500D62C5.4020004@freebsd.org> <500D6679.1010708@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Volodymyr Kostyrko wrote: > Florian Smeets wrote: >>>>> On some of my servers php keeps dumping core on some requests. There >>>>> are >>>>> days that it dumps core almost continuously. However there are days it >>>>> works smoothly. >>>> >>>> Do you use e-accelerator? >>> >>> No. Here is full extension list: > > I tried full rebuild confident that everything should end up in a > perfect loading order. I was wrong. It just dumps core. > >> Most of the time it's the module ordering in extensions.ini, try this >> script >> >> http://people.freebsd.org/~ohauer/scripts/fixphpextorder.sh > > Dumps core. > >> Florian >> >> P.S. I have just updated php53 to 5.3.15, which is supposed to fix >> CVE-2012-2688 > > Pulling in. Dumps core. Rebuilding whole PHP without clang/gcc4.6 (my local settings) dumps core with this backtrace: #0 0x000000000056e3f6 in gc_zval_possible_root () [New Thread 802007400 (LWP 159646/php-fpm)] #0 0x000000000056e3f6 in gc_zval_possible_root () No symbol table info available. #1 0x000000000055d983 in zend_hash_destroy () No symbol table info available. #2 0x00000000005716d9 in zend_object_std_dtor () No symbol table info available. #3 0x00000000005716f9 in zend_objects_free_object_storage () No symbol table info available. #4 0x00000000005755ca in zend_objects_store_free_object_storage () No symbol table info available. #5 0x0000000000544b1c in shutdown_executor () No symbol table info available. #6 0x0000000000551275 in zend_deactivate () No symbol table info available. #7 0x00000000004fe124 in php_request_shutdown () No symbol table info available. #8 0x00000000005e20f7 in main () No symbol table info available. #9 0x0000000000417a64 in _start () No symbol table info available. #10 0x000000080091d000 in ?? () No symbol table info available. #11 0x0000000000000000 in ?? () No symbol table info available. #12 0x0000000000000001 in ?? () No symbol table info available. #13 0x00007fffffffdf18 in ?? () No symbol table info available. #14 0x0000000000000000 in ?? () No symbol table info available. #15 0x00007fffffffdf30 in ?? () No symbol table info available. #16 0x00007fffffffdf53 in ?? () No symbol table info available. #17 0x00007fffffffdf59 in ?? () No symbol table info available. #18 0x00007fffffffdf60 in ?? () No symbol table info available. #19 0x0000000000000000 in ?? () No symbol table info available. #20 0x0000000000000003 in ?? () No symbol table info available. #21 0x0000000000400040 in ?? () No symbol table info available. #22 0x0000000000000004 in ?? () No symbol table info available. #23 0x0000000000000038 in ?? () No symbol table info available. #24 0x0000000000000005 in ?? () No symbol table info available. #25 0x0000000000000008 in ?? () No symbol table info available. #26 0x0000000000000006 in ?? () No symbol table info available. #27 0x0000000000001000 in ?? () No symbol table info available. #28 0x0000000000000008 in ?? () No symbol table info available. #29 0x0000000000000000 in ?? () No symbol table info available. #30 0x0000000000000009 in ?? () No symbol table info available. #31 0x00000000004179e0 in ?? () No symbol table info available. #32 0x0000000000000007 in ?? () No symbol table info available. #33 0x00000008008e3000 in ?? () No symbol table info available. #34 0x000000000000000f in ?? () No symbol table info available. #35 <signal handler called> No symbol table info available. #36 0x0000000000000000 in ?? () No symbol table info available. Previous frame inner to this frame (corrupt stack?) -- Sphinx of black quartz judge my vow.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?500D6B7B.5040701>