|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2005-07-22 06:13 UTC] kozlik at kufr dot cz
Description: ------------ Apache 2.0 crashes with this error szAppName : Apache.exe szAppVer : 2.0.52.0 szModName : ntdll.dll szModVer : 5.1.2600.2180 offset : 00011ec3 0000: 41 70 70 6c 69 63 61 74 Applicat 0008: 69 6f 6e 20 46 61 69 6c ion Fail 0010: 75 72 65 20 20 41 70 61 ure Apa 0018: 63 68 65 2e 65 78 65 20 che.exe 0020: 32 2e 30 2e 35 32 2e 30 2.0.52.0 0028: 20 69 6e 20 6e 74 64 6c in ntdl 0030: 6c 2e 64 6c 6c 20 35 2e l.dll 5. 0038: 31 2e 32 36 30 30 2e 32 1.2600.2 0040: 31 38 30 20 61 74 20 6f 180 at o 0048: 66 66 73 65 74 20 30 30 ffset 00 0050: 30 31 30 66 32 62 010f2b It look like that the crash caused call of method adopted by function runkit_class_adopt(). Crash is sometimes before any html output, sometimes after output whole page. Reproduce code: --------------- I am not able create any simple code which reproduce this error. I have quite complex application which working fine with: - PHP4 and aggregate_methods() - PHP5 and classkit_aggregate_methods() but crashes with runkit_class_adopt() Please let me know how can I help with debuging. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 19:00:01 2025 UTC |
There is the backtrace generated with php 5.1.3 and runkit 0.7 #0 0x082499ac in php_message_handler_for_zend (message=-1073744896, data=0x0) at /home/kk/php-debug/php-5.1.3/main/main.c:1005 #1 0x08295763 in zend_message_dispatcher (message=0, data=0x0) at /home/kk/php-debug/php-5.1.3/Zend/zend.c:888 #2 0x0827a282 in _mem_block_check (ptr=0x84e90d8, silent=0, __zend_filename=0x837c060 "/home/kk/php-debug/php-5.1.3/Zend/zend_variables.c", __zend_lineno=175, __zend_orig_filename=0x837b180 "/home/kk/php-debug/php-5.1.3/Zend/zend_execute.h", __zend_orig_lineno=64) at /home/kk/php-debug/php-5.1.3/Zend/zend_alloc.c:691 #3 0x0827a190 in _mem_block_check (ptr=0x84e90d8, silent=1, __zend_filename=0x837c060 "/home/kk/php-debug/php-5.1.3/Zend/zend_variables.c", __zend_lineno=175, __zend_orig_filename=0x837b180 "/home/kk/php-debug/php-5.1.3/Zend/zend_execute.h", __zend_orig_lineno=64) at /home/kk/php-debug/php-5.1.3/Zend/zend_alloc.c:746 #4 0x0827968a in _efree (ptr=0x84e90d8, __zend_filename=0x0, __zend_lineno=0, __zend_orig_filename=0x0, __zend_orig_lineno=0) at /home/kk/php-debug/php-5.1.3/Zend/zend_alloc.c:288 #5 0x082876b0 in _zval_ptr_dtor (zval_ptr=0x84fa14c, __zend_filename=0x0, __zend_lineno=0) at zend_execute.h:64 #6 0x08293683 in _zval_ptr_dtor_wrapper (zval_ptr=0x0) at /home/kk/php-debug/php-5.1.3/Zend/zend_variables.c:175 #7 0x082a00ce in zend_hash_destroy (ht=0x84e8d10) at /home/kk/php-debug/php-5.1.3/Zend/zend_hash.c:521 #8 0x0828bbac in destroy_zend_class (pce=0x0) at /home/kk/php-debug/php-5.1.3/Zend/zend_opcode.c:178 #9 0x082a00ce in zend_hash_destroy (ht=0x84c1e18) at /home/kk/php-debug/php-5.1.3/Zend/zend_hash.c:521 #10 0x082946a6 in compiler_globals_dtor (compiler_globals=0x83e96f8, tsrm_ls=0x83e5018) at /home/kk/php-debug/php-5.1.3/Zend/zend.c:481 #11 0x08245ad0 in tsrm_shutdown () at /home/kk/php-debug/php-5.1.3/TSRM/TSRM.c:180 #12 0x083186c0 in main (argc=2, argv=0xbffffcf4) at /home/kk/php-debug/php-5.1.3/sapi/cli/php_cli.c:1255 Please let me know if I may somehow help.