Valgrind Report for ext/dba/tests/dba_db4_018.phpt ('DBA DB4 with persistent connections')
Script
1:
<?php 2: 3: $handler = "db4"; 4: require_once(dirname(__FILE__) .'/test.inc'); 5: echo "database handler: $handler\n"; 6: 7: echo "Test 1\n"; 8: $db_file1 = dba_popen($db_filename, 'n', 'flatfile'); 9: dba_insert("key1", "This is a test insert 1", $db_file1); 10: echo dba_fetch("key1", $db_file1), "\n"; 11: 12: 13: echo "Test 2\n"; 14: $db_file2 = dba_popen($db_filename, 'n', 'flatfile'); 15: if ($db_file1 === $db_file2) { 16: echo "resources are the same\n"; 17: } else { 18: echo "resources are different\n"; 19: } 20: 21: 22: echo "Test 3 - fetch both rows from second resource\n"; 23: dba_insert("key2", "This is a test insert 2", $db_file2); 24: echo dba_fetch("key1", $db_file2), "\n"; 25: echo dba_fetch("key2", $db_file2), "\n"; 26: 27: 28: echo "Test 4 - fetch both rows from first resource\n"; 29: echo dba_fetch("key1", $db_file1), "\n"; 30: echo dba_fetch("key2", $db_file1), "\n"; 31: 32: echo "Test 5 - close 2nd resource\n"; 33: dba_close($db_file2); 34: var_dump($db_file1); 35: var_dump($db_file2); 36: 37: echo "Test 6 - query after closing 2nd resource\n"; 38: echo dba_fetch("key1", $db_file1), "\n"; 39: echo dba_fetch("key2", $db_file1), "\n"; 40: 41: ?> 42: ===DONE=== 43:
Report
==29849== Invalid read of size 8
==29849== at 0x677325: zif_dba_fetch (dba.c:1019)
==29849== by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==29849== by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==29849== by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==29849== by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==29849== by 0xE1009E: zend_execute_scripts (zend.c:1316)
==29849== by 0xD33BB3: php_execute_script (main.c:2481)
==29849== by 0xFCEB10: do_cli (php_cli.c:993)
==29849== by 0xFD02BD: main (php_cli.c:1377)
==29849== Address 0x15351b98 is 56 bytes inside a block of size 88 free'd
==29849== at 0x4C27350: free (vg_replace_malloc.c:446)
==29849== by 0x67369E: dba_close (dba.c:423)
==29849== by 0x673719: dba_close_rsrc (dba.c:433)
==29849== by 0xE2EF68: plist_entry_destructor (zend_list.c:209)
==29849== by 0xE2A786: zend_hash_apply_deleter (zend_hash.c:650)
==29849== by 0xE2ACD7: zend_hash_apply_with_argument (zend_hash.c:743)
==29849== by 0x6737AC: dba_close_pe_rsrc (dba.c:450)
==29849== by 0xE2EDFE: list_entry_destructor (zend_list.c:183)
==29849== by 0xE2A02E: zend_hash_del_key_or_index (zend_hash.c:531)
==29849== by 0xE2E589: _zend_list_delete (zend_list.c:57)
==29849== by 0x676C8D: zif_dba_close (dba.c:968)
==29849== by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==29849==
==29849== Invalid read of size 8
==29849== at 0x67B4B0: dba_fetch_flatfile (dba_flatfile.c:67)
==29849== by 0x677353: zif_dba_fetch (dba.c:1019)
==29849== by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==29849== by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==29849== by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==29849== by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==29849== by 0xE1009E: zend_execute_scripts (zend.c:1316)
==29849== by 0xD33BB3: php_execute_script (main.c:2481)
==29849== by 0xFCEB10: do_cli (php_cli.c:993)
==29849== by 0xFD02BD: main (php_cli.c:1377)
==29849== Address 0x15351b60 is 0 bytes inside a block of size 88 free'd
==29849== at 0x4C27350: free (vg_replace_malloc.c:446)
==29849== by 0x67369E: dba_close (dba.c:423)
==29849== by 0x673719: dba_close_rsrc (dba.c:433)
==29849== by 0xE2EF68: plist_entry_destructor (zend_list.c:209)
==29849== by 0xE2A786: zend_hash_apply_deleter (zend_hash.c:650)
==29849== by 0xE2ACD7: zend_hash_apply_with_argument (zend_hash.c:743)
==29849== by 0x6737AC: dba_close_pe_rsrc (dba.c:450)
==29849== by 0xE2EDFE: list_entry_destructor (zend_list.c:183)
==29849== by 0xE2A02E: zend_hash_del_key_or_index (zend_hash.c:531)
==29849== by 0xE2E589: _zend_list_delete (zend_list.c:57)
==29849== by 0x676C8D: zif_dba_close (dba.c:968)
==29849== by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==29849==
==29849== Invalid read of size 8
==29849== at 0x67E717: flatfile_findkey (flatfile.c:172)
==29849== by 0x67E13A: flatfile_fetch (flatfile.c:90)
==29849== by 0x67B4DE: dba_fetch_flatfile (dba_flatfile.c:70)
==29849== by 0x677353: zif_dba_fetch (dba.c:1019)
==29849== by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==29849== by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==29849== by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==29849== by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==29849== by 0xE1009E: zend_execute_scripts (zend.c:1316)
==29849== by 0xD33BB3: php_execute_script (main.c:2481)
==29849== by 0xFCEB10: do_cli (php_cli.c:993)
==29849== by 0xFD02BD: main (php_cli.c:1377)
==29849== Address 0x15352430 is 16 bytes inside a block of size 48 free'd
==29849== at 0x4C27350: free (vg_replace_malloc.c:446)
==29849== by 0x67B431: dba_close_flatfile (dba_flatfile.c:59)
==29849== by 0x67344D: dba_close (dba.c:401)
==29849== by 0x673719: dba_close_rsrc (dba.c:433)
==29849== by 0xE2EF68: plist_entry_destructor (zend_list.c:209)
==29849== by 0xE2A786: zend_hash_apply_deleter (zend_hash.c:650)
==29849== by 0xE2ACD7: zend_hash_apply_with_argument (zend_hash.c:743)
==29849== by 0x6737AC: dba_close_pe_rsrc (dba.c:450)
==29849== by 0xE2EDFE: list_entry_destructor (zend_list.c:183)
==29849== by 0xE2A02E: zend_hash_del_key_or_index (zend_hash.c:531)
==29849== by 0xE2E589: _zend_list_delete (zend_list.c:57)
==29849== by 0x676C8D: zif_dba_close (dba.c:968)
==29849==
==29849== Invalid read of size 4
==29849== at 0xD5E8B8: _php_stream_seek (streams.c:1271)
==29849== by 0x67E72C: flatfile_findkey (flatfile.c:172)
==29849== by 0x67E13A: flatfile_fetch (flatfile.c:90)
==29849== by 0x67B4DE: dba_fetch_flatfile (dba_flatfile.c:70)
==29849== by 0x677353: zif_dba_fetch (dba.c:1019)
==29849== by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==29849== by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==29849== by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==29849== by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==29849== by 0xE1009E: zend_execute_scripts (zend.c:1316)
==29849== by 0xD33BB3: php_execute_script (main.c:2481)
==29849== by 0xFCEB10: do_cli (php_cli.c:993)
==29849== Address 0x15351fa8 is 120 bytes inside a block of size 224 free'd
==29849== at 0x4C27350: free (vg_replace_malloc.c:446)
==29849== by 0xD5C22D: _php_stream_free (streams.c:557)
==29849== by 0x6735C4: dba_close (dba.c:415)
==29849== by 0x673719: dba_close_rsrc (dba.c:433)
==29849== by 0xE2EF68: plist_entry_destructor (zend_list.c:209)
==29849== by 0xE2A786: zend_hash_apply_deleter (zend_hash.c:650)
==29849== by 0xE2ACD7: zend_hash_apply_with_argument (zend_hash.c:743)
==29849== by 0x6737AC: dba_close_pe_rsrc (dba.c:450)
==29849== by 0xE2EDFE: list_entry_destructor (zend_list.c:183)
==29849== by 0xE2A02E: zend_hash_del_key_or_index (zend_hash.c:531)
==29849== by 0xE2E589: _zend_list_delete (zend_list.c:57)
==29849== by 0x676C8D: zif_dba_close (dba.c:968)
==29849==
==29849== Invalid read of size 4
==29849== at 0xD5E8EF: _php_stream_seek (streams.c:1277)
==29849== by 0x67E72C: flatfile_findkey (flatfile.c:172)
==29849== by 0x67E13A: flatfile_fetch (flatfile.c:90)
==29849== by 0x67B4DE: dba_fetch_flatfile (dba_flatfile.c:70)
==29849== by 0x677353: zif_dba_fetch (dba.c:1019)
==29849== by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==29849== by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==29849== by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==29849== by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==29849== by 0xE1009E: zend_execute_scripts (zend.c:1316)
==29849== by 0xD33BB3: php_execute_script (main.c:2481)
==29849== by 0xFCEB10: do_cli (php_cli.c:993)
==29849== Address 0x15351fc8 is 152 bytes inside a block of size 224 free'd
==29849== at 0x4C27350: free (vg_replace_malloc.c:446)
==29849== by 0xD5C22D: _php_stream_free (streams.c:557)
==29849== by 0x6735C4: dba_close (dba.c:415)
==29849== by 0x673719: dba_close_rsrc (dba.c:433)
==29849== by 0xE2EF68: plist_entry_destructor (zend_list.c:209)
==29849== by 0xE2A786: zend_hash_apply_deleter (zend_hash.c:650)
==29849== by 0xE2ACD7: zend_hash_apply_with_argument (zend_hash.c:743)
==29849== by 0x6737AC: dba_close_pe_rsrc (dba.c:450)
==29849== by 0xE2EDFE: list_entry_destructor (zend_list.c:183)
==29849== by 0xE2A02E: zend_hash_del_key_or_index (zend_hash.c:531)
==29849== by 0xE2E589: _zend_list_delete (zend_list.c:57)
==29849== by 0x676C8D: zif_dba_close (dba.c:968)
==29849==
==29849== Invalid read of size 8
==29849== at 0xD5EA20: _php_stream_seek (streams.c:1288)
==29849== by 0x67E72C: flatfile_findkey (flatfile.c:172)
==29849== by 0x67E13A: flatfile_fetch (flatfile.c:90)
==29849== by 0x67B4DE: dba_fetch_flatfile (dba_flatfile.c:70)
==29849== by 0x677353: zif_dba_fetch (dba.c:1019)
==29849== by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==29849== by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==29849== by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==29849== by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==29849== by 0xE1009E: zend_execute_scripts (zend.c:1316)
==29849== by 0xD33BB3: php_execute_script (main.c:2481)
==29849== by 0xFCEB10: do_cli (php_cli.c:993)
==29849== Address 0x15351fd0 is 160 bytes inside a block of size 224 free'd
==29849== at 0x4C27350: free (vg_replace_malloc.c:446)
==29849== by 0xD5C22D: _php_stream_free (streams.c:557)
==29849== by 0x6735C4: dba_close (dba.c:415)
==29849== by 0x673719: dba_close_rsrc (dba.c:433)
==29849== by 0xE2EF68: plist_entry_destructor (zend_list.c:209)
==29849== by 0xE2A786: zend_hash_apply_deleter (zend_hash.c:650)
==29849== by 0xE2ACD7: zend_hash_apply_with_argument (zend_hash.c:743)
==29849== by 0x6737AC: dba_close_pe_rsrc (dba.c:450)
==29849== by 0xE2EDFE: list_entry_destructor (zend_list.c:183)
==29849== by 0xE2A02E: zend_hash_del_key_or_index (zend_hash.c:531)
==29849== by 0xE2E589: _zend_list_delete (zend_list.c:57)
==29849== by 0x676C8D: zif_dba_close (dba.c:968)
==29849==
==29849== Invalid read of size 8
==29849== at 0xD5EB0B: _php_stream_seek (streams.c:1300)
==29849== by 0x67E72C: flatfile_findkey (flatfile.c:172)
==29849== by 0x67E13A: flatfile_fetch (flatfile.c:90)
==29849== by 0x67B4DE: dba_fetch_flatfile (dba_flatfile.c:70)
==29849== by 0x677353: zif_dba_fetch (dba.c:1019)
==29849== by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==29849== by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==29849== by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==29849== by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==29849== by 0xE1009E: zend_execute_scripts (zend.c:1316)
==29849== by 0xD33BB3: php_execute_script (main.c:2481)
==29849== by 0xFCEB10: do_cli (php_cli.c:993)
==29849== Address 0x15351f30 is 0 bytes inside a block of size 224 free'd
==29849== at 0x4C27350: free (vg_replace_malloc.c:446)
==29849== by 0xD5C22D: _php_stream_free (streams.c:557)
==29849== by 0x6735C4: dba_close (dba.c:415)
==29849== by 0x673719: dba_close_rsrc (dba.c:433)
==29849== by 0xE2EF68: plist_entry_destructor (zend_list.c:209)
==29849== by 0xE2A786: zend_hash_apply_deleter (zend_hash.c:650)
==29849== by 0xE2ACD7: zend_hash_apply_with_argument (zend_hash.c:743)
==29849== by 0x6737AC: dba_close_pe_rsrc (dba.c:450)
==29849== by 0xE2EDFE: list_entry_destructor (zend_list.c:183)
==29849== by 0xE2A02E: zend_hash_del_key_or_index (zend_hash.c:531)
==29849== by 0xE2E589: _zend_list_delete (zend_list.c:57)
==29849== by 0x676C8D: zif_dba_close (dba.c:968)
==29849==
==29849== Invalid read of size 4
==29849== at 0xD5EB34: _php_stream_seek (streams.c:1300)
==29849== by 0x67E72C: flatfile_findkey (flatfile.c:172)
==29849== by 0x67E13A: flatfile_fetch (flatfile.c:90)
==29849== by 0x67B4DE: dba_fetch_flatfile (dba_flatfile.c:70)
==29849== by 0x677353: zif_dba_fetch (dba.c:1019)
==29849== by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==29849== by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==29849== by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==29849== by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==29849== by 0xE1009E: zend_execute_scripts (zend.c:1316)
==29849== by 0xD33BB3: php_execute_script (main.c:2481)
==29849== by 0xFCEB10: do_cli (php_cli.c:993)
==29849== Address 0x15351fc8 is 152 bytes inside a block of size 224 free'd
==29849== at 0x4C27350: free (vg_replace_malloc.c:446)
==29849== by 0xD5C22D: _php_stream_free (streams.c:557)
==29849== by 0x6735C4: dba_close (dba.c:415)
==29849== by 0x673719: dba_close_rsrc (dba.c:433)
==29849== by 0xE2EF68: plist_entry_destructor (zend_list.c:209)
==29849== by 0xE2A786: zend_hash_apply_deleter (zend_hash.c:650)
==29849== by 0xE2ACD7: zend_hash_apply_with_argument (zend_hash.c:743)
==29849== by 0x6737AC: dba_close_pe_rsrc (dba.c:450)
==29849== by 0xE2EDFE: list_entry_destructor (zend_list.c:183)
==29849== by 0xE2A02E: zend_hash_del_key_or_index (zend_hash.c:531)
==29849== by 0xE2E589: _zend_list_delete (zend_list.c:57)
==29849== by 0x676C8D: zif_dba_close (dba.c:968)
==29849==
==29849== Invalid read of size 8
==29849== at 0xD5EB5E: _php_stream_seek (streams.c:1303)
==29849== by 0x67E72C: flatfile_findkey (flatfile.c:172)
==29849== by 0x67E13A: flatfile_fetch (flatfile.c:90)
==29849== by 0x67B4DE: dba_fetch_flatfile (dba_flatfile.c:70)
==29849== by 0x677353: zif_dba_fetch (dba.c:1019)
==29849== by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==29849== by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==29849== by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==29849== by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==29849== by 0xE1009E: zend_execute_scripts (zend.c:1316)
==29849== by 0xD33BB3: php_execute_script (main.c:2481)
==29849== by 0xFCEB10: do_cli (php_cli.c:993)
==29849== Address 0x15351f58 is 40 bytes inside a block of size 224 free'd
==29849== at 0x4C27350: free (vg_replace_malloc.c:446)
==29849== by 0xD5C22D: _php_stream_free (streams.c:557)
==29849== by 0x6735C4: dba_close (dba.c:415)
==29849== by 0x673719: dba_close_rsrc (dba.c:433)
==29849== by 0xE2EF68: plist_entry_destructor (zend_list.c:209)
==29849== by 0xE2A786: zend_hash_apply_deleter (zend_hash.c:650)
==29849== by 0xE2ACD7: zend_hash_apply_with_argument (zend_hash.c:743)
==29849== by 0x6737AC: dba_close_pe_rsrc (dba.c:450)
==29849== by 0xE2EDFE: list_entry_destructor (zend_list.c:183)
==29849== by 0xE2A02E: zend_hash_del_key_or_index (zend_hash.c:531)
==29849== by 0xE2E589: _zend_list_delete (zend_list.c:57)
==29849== by 0x676C8D: zif_dba_close (dba.c:968)
==29849==
==29849== Invalid read of size 8
==29849== at 0xD5EBE4: _php_stream_seek (streams.c:1313)
==29849== by 0x67E72C: flatfile_findkey (flatfile.c:172)
==29849== by 0x67E13A: flatfile_fetch (flatfile.c:90)
==29849== by 0x67B4DE: dba_fetch_flatfile (dba_flatfile.c:70)
==29849== by 0x677353: zif_dba_fetch (dba.c:1019)
==29849== by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==29849== by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==29849== by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==29849== by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==29849== by 0xE1009E: zend_execute_scripts (zend.c:1316)
==29849== by 0xD33BB3: php_execute_script (main.c:2481)
==29849== by 0xFCEB10: do_cli (php_cli.c:993)
==29849== Address 0x15351f30 is 0 bytes inside a block of size 224 free'd
==29849== at 0x4C27350: free (vg_replace_malloc.c:446)
==29849== by 0xD5C22D: _php_stream_free (streams.c:557)
==29849== by 0x6735C4: dba_close (dba.c:415)
==29849== by 0x673719: dba_close_rsrc (dba.c:433)
==29849== by 0xE2EF68: plist_entry_destructor (zend_list.c:209)
==29849== by 0xE2A786: zend_hash_apply_deleter (zend_hash.c:650)
==29849== by 0xE2ACD7: zend_hash_apply_with_argument (zend_hash.c:743)
==29849== by 0x6737AC: dba_close_pe_rsrc (dba.c:450)
==29849== by 0xE2EDFE: list_entry_destructor (zend_list.c:183)
==29849== by 0xE2A02E: zend_hash_del_key_or_index (zend_hash.c:531)
==29849== by 0xE2E589: _zend_list_delete (zend_list.c:57)
==29849== by 0x676C8D: zif_dba_close (dba.c:968)
==29849==
==29849== Invalid read of size 8
==29849== at 0xD69657: php_stdiop_seek (plain_wrapper.c:454)
==29849== by 0xD5EC15: _php_stream_seek (streams.c:1313)
==29849== by 0x67E72C: flatfile_findkey (flatfile.c:172)
==29849== by 0x67E13A: flatfile_fetch (flatfile.c:90)
==29849== by 0x67B4DE: dba_fetch_flatfile (dba_flatfile.c:70)
==29849== by 0x677353: zif_dba_fetch (dba.c:1019)
==29849== by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==29849== by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==29849== by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==29849== by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==29849== by 0xE1009E: zend_execute_scripts (zend.c:1316)
==29849== by 0xD33BB3: php_execute_script (main.c:2481)
==29849== Address 0x15351f38 is 8 bytes inside a block of size 224 free'd
==29849== at 0x4C27350: free (vg_replace_malloc.c:446)
==29849== by 0xD5C22D: _php_stream_free (streams.c:557)
==29849== by 0x6735C4: dba_close (dba.c:415)
==29849== by 0x673719: dba_close_rsrc (dba.c:433)
==29849== by 0xE2EF68: plist_entry_destructor (zend_list.c:209)
==29849== by 0xE2A786: zend_hash_apply_deleter (zend_hash.c:650)
==29849== by 0xE2ACD7: zend_hash_apply_with_argument (zend_hash.c:743)
==29849== by 0x6737AC: dba_close_pe_rsrc (dba.c:450)
==29849== by 0xE2EDFE: list_entry_destructor (zend_list.c:183)
==29849== by 0xE2A02E: zend_hash_del_key_or_index (zend_hash.c:531)
==29849== by 0xE2E589: _zend_list_delete (zend_list.c:57)
==29849== by 0x676C8D: zif_dba_close (dba.c:968)
==29849==
==29849== Invalid read of size 1
==29849== at 0xD69663: php_stdiop_seek (plain_wrapper.c:459)
==29849== by 0xD5EC15: _php_stream_seek (streams.c:1313)
==29849== by 0x67E72C: flatfile_findkey (flatfile.c:172)
==29849== by 0x67E13A: flatfile_fetch (flatfile.c:90)
==29849== by 0x67B4DE: dba_fetch_flatfile (dba_flatfile.c:70)
==29849== by 0x677353: zif_dba_fetch (dba.c:1019)
==29849== by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==29849== by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==29849== by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==29849== by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==29849== by 0xE1009E: zend_execute_scripts (zend.c:1316)
==29849== by 0xD33BB3: php_execute_script (main.c:2481)
==29849== Address 0xc is not stack'd, malloc'd or (recently) free'd
==29849==
==29849==
==29849== Process terminating with default action of signal 11 (SIGSEGV)
==29849== Access not within mapped region at address 0xC
==29849== at 0xD69663: php_stdiop_seek (plain_wrapper.c:459)
==29849== by 0xD5EC15: _php_stream_seek (streams.c:1313)
==29849== by 0x67E72C: flatfile_findkey (flatfile.c:172)
==29849== by 0x67E13A: flatfile_fetch (flatfile.c:90)
==29849== by 0x67B4DE: dba_fetch_flatfile (dba_flatfile.c:70)
==29849== by 0x677353: zif_dba_fetch (dba.c:1019)
==29849== by 0xE742A2: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:547)
==29849== by 0xE7DEB7: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2326)
==29849== by 0xE71E6D: execute_ex (zend_vm_execute.h:356)
==29849== by 0xE729FF: zend_execute (zend_vm_execute.h:381)
==29849== by 0xE1009E: zend_execute_scripts (zend.c:1316)
==29849== by 0xD33BB3: php_execute_script (main.c:2481)
==29849== If you believe this happened as a result of a stack
==29849== overflow in your program's main thread (unlikely but
==29849== possible), you can try to increase the size of the
==29849== main thread stack using the --main-stacksize= flag.
==29849== The main thread stack size used in this run was 33554432.
Generated at Mon, 10 Jun 2013 15:00:26 +0000 (9 days ago)
|