|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-03-13 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 18:00:01 2025 UTC |
Description: ------------ Under high load we appear to be experiencing a crash when allocating memory, I've been unable to track this down to a specific script and when we compile in debug mode the crash simply doesn't happen. This has only happened in the 5.2 branch. We're using the worker MPM for Apache 2 and a few patches from 5.2.2 that we've backported to fix some thread safety issues. Backtrace at the moment is as follows: Thread 3 (process 12962): #0 0x008b07a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2 No symbol table info available. #1 0x008f0c46 in kill () from /lib/tls/libc.so.6 No symbol table info available. #2 0x0807e90d in sig_coredump (sig=12936) at mpm_common.c:1170 No locals. #3 <signal handler called> No symbol table info available. #4 0x0092a652 in malloc_consolidate () from /lib/tls/libc.so.6 No symbol table info available. #5 0x0092b643 in _int_malloc () from /lib/tls/libc.so.6 No symbol table info available. #6 0x0092d401 in malloc () from /lib/tls/libc.so.6 No symbol table info available. #7 0x011169cc in _zend_mm_alloc_int (heap=0xfffffff0, size=8192) at /www/src/php-5.2.1/Zend/zend_alloc.c:1451 segment_size = 10420212 block_size = Variable "block_size" is not available. I can't seem to pull out what scripts are running in what process at the time of execution from the logs, I may have to write a quick apache module to do this. If nothing jumps out at anyone the just assign back to feedback and I'll try to do some more tracing to see if I can find a reproduce case.