PHP  
 PHP_5_4
downloads | QA | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
 

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

==28823== Invalid read of size 8
==28823==    at 0x6628E8: zif_dba_fetch (dba.c:1020)
==28823==    by 0xDD7C14: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==28823==    by 0xDE1D1B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2227)
==28823==    by 0xDD5D70: execute (zend_vm_execute.h:410)
==28823==    by 0xD7A7FA: zend_execute_scripts (zend.c:1315)
==28823==    by 0xCACFA3: php_execute_script (main.c:2494)
==28823==    by 0xF4867F: do_cli (php_cli.c:988)
==28823==    by 0xF49CBC: main (php_cli.c:1364)
==28823==  Address 0x14d6dd78 is 56 bytes inside a block of size 88 free'd
==28823==    at 0x4C27350: free (vg_replace_malloc.c:446)
==28823==    by 0x65ED05: dba_close (dba.c:423)
==28823==    by 0x65ED80: dba_close_rsrc (dba.c:433)
==28823==    by 0xD984B2: plist_entry_destructor (zend_list.c:209)
==28823==    by 0xD93EA5: zend_hash_apply_deleter (zend_hash.c:650)
==28823==    by 0xD943F2: zend_hash_apply_with_argument (zend_hash.c:743)
==28823==    by 0x65EE08: dba_close_pe_rsrc (dba.c:450)
==28823==    by 0xD9834C: list_entry_destructor (zend_list.c:183)
==28823==    by 0xD9375F: zend_hash_del_key_or_index (zend_hash.c:531)
==28823==    by 0xD97AF5: _zend_list_delete (zend_list.c:57)
==28823==    by 0x662264: zif_dba_close (dba.c:969)
==28823==    by 0xDD7C14: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==28823== 
==28823== Invalid read of size 8
==28823==    at 0x666987: dba_fetch_flatfile (dba_flatfile.c:67)
==28823==    by 0x662916: zif_dba_fetch (dba.c:1020)
==28823==    by 0xDD7C14: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==28823==    by 0xDE1D1B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2227)
==28823==    by 0xDD5D70: execute (zend_vm_execute.h:410)
==28823==    by 0xD7A7FA: zend_execute_scripts (zend.c:1315)
==28823==    by 0xCACFA3: php_execute_script (main.c:2494)
==28823==    by 0xF4867F: do_cli (php_cli.c:988)
==28823==    by 0xF49CBC: main (php_cli.c:1364)
==28823==  Address 0x14d6dd40 is 0 bytes inside a block of size 88 free'd
==28823==    at 0x4C27350: free (vg_replace_malloc.c:446)
==28823==    by 0x65ED05: dba_close (dba.c:423)
==28823==    by 0x65ED80: dba_close_rsrc (dba.c:433)
==28823==    by 0xD984B2: plist_entry_destructor (zend_list.c:209)
==28823==    by 0xD93EA5: zend_hash_apply_deleter (zend_hash.c:650)
==28823==    by 0xD943F2: zend_hash_apply_with_argument (zend_hash.c:743)
==28823==    by 0x65EE08: dba_close_pe_rsrc (dba.c:450)
==28823==    by 0xD9834C: list_entry_destructor (zend_list.c:183)
==28823==    by 0xD9375F: zend_hash_del_key_or_index (zend_hash.c:531)
==28823==    by 0xD97AF5: _zend_list_delete (zend_list.c:57)
==28823==    by 0x662264: zif_dba_close (dba.c:969)
==28823==    by 0xDD7C14: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==28823== 
==28823== Invalid read of size 8
==28823==    at 0x669BCB: flatfile_findkey (flatfile.c:172)
==28823==    by 0x6695EE: flatfile_fetch (flatfile.c:90)
==28823==    by 0x6669B5: dba_fetch_flatfile (dba_flatfile.c:70)
==28823==    by 0x662916: zif_dba_fetch (dba.c:1020)
==28823==    by 0xDD7C14: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==28823==    by 0xDE1D1B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2227)
==28823==    by 0xDD5D70: execute (zend_vm_execute.h:410)
==28823==    by 0xD7A7FA: zend_execute_scripts (zend.c:1315)
==28823==    by 0xCACFA3: php_execute_script (main.c:2494)
==28823==    by 0xF4867F: do_cli (php_cli.c:988)
==28823==    by 0xF49CBC: main (php_cli.c:1364)
==28823==  Address 0x14d6e610 is 16 bytes inside a block of size 48 free'd
==28823==    at 0x4C27350: free (vg_replace_malloc.c:446)
==28823==    by 0x666908: dba_close_flatfile (dba_flatfile.c:59)
==28823==    by 0x65EAB4: dba_close (dba.c:401)
==28823==    by 0x65ED80: dba_close_rsrc (dba.c:433)
==28823==    by 0xD984B2: plist_entry_destructor (zend_list.c:209)
==28823==    by 0xD93EA5: zend_hash_apply_deleter (zend_hash.c:650)
==28823==    by 0xD943F2: zend_hash_apply_with_argument (zend_hash.c:743)
==28823==    by 0x65EE08: dba_close_pe_rsrc (dba.c:450)
==28823==    by 0xD9834C: list_entry_destructor (zend_list.c:183)
==28823==    by 0xD9375F: zend_hash_del_key_or_index (zend_hash.c:531)
==28823==    by 0xD97AF5: _zend_list_delete (zend_list.c:57)
==28823==    by 0x662264: zif_dba_close (dba.c:969)
==28823== 
==28823== Invalid read of size 4
==28823==    at 0xCD69BD: _php_stream_seek (streams.c:1276)
==28823==    by 0x669BE0: flatfile_findkey (flatfile.c:172)
==28823==    by 0x6695EE: flatfile_fetch (flatfile.c:90)
==28823==    by 0x6669B5: dba_fetch_flatfile (dba_flatfile.c:70)
==28823==    by 0x662916: zif_dba_fetch (dba.c:1020)
==28823==    by 0xDD7C14: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==28823==    by 0xDE1D1B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2227)
==28823==    by 0xDD5D70: execute (zend_vm_execute.h:410)
==28823==    by 0xD7A7FA: zend_execute_scripts (zend.c:1315)
==28823==    by 0xCACFA3: php_execute_script (main.c:2494)
==28823==    by 0xF4867F: do_cli (php_cli.c:988)
==28823==    by 0xF49CBC: main (php_cli.c:1364)
==28823==  Address 0x14d6e188 is 120 bytes inside a block of size 224 free'd
==28823==    at 0x4C27350: free (vg_replace_malloc.c:446)
==28823==    by 0xCD4338: _php_stream_free (streams.c:562)
==28823==    by 0x65EC2B: dba_close (dba.c:415)
==28823==    by 0x65ED80: dba_close_rsrc (dba.c:433)
==28823==    by 0xD984B2: plist_entry_destructor (zend_list.c:209)
==28823==    by 0xD93EA5: zend_hash_apply_deleter (zend_hash.c:650)
==28823==    by 0xD943F2: zend_hash_apply_with_argument (zend_hash.c:743)
==28823==    by 0x65EE08: dba_close_pe_rsrc (dba.c:450)
==28823==    by 0xD9834C: list_entry_destructor (zend_list.c:183)
==28823==    by 0xD9375F: zend_hash_del_key_or_index (zend_hash.c:531)
==28823==    by 0xD97AF5: _zend_list_delete (zend_list.c:57)
==28823==    by 0x662264: zif_dba_close (dba.c:969)
==28823== 
==28823== Invalid read of size 4
==28823==    at 0xCD69F4: _php_stream_seek (streams.c:1282)
==28823==    by 0x669BE0: flatfile_findkey (flatfile.c:172)
==28823==    by 0x6695EE: flatfile_fetch (flatfile.c:90)
==28823==    by 0x6669B5: dba_fetch_flatfile (dba_flatfile.c:70)
==28823==    by 0x662916: zif_dba_fetch (dba.c:1020)
==28823==    by 0xDD7C14: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==28823==    by 0xDE1D1B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2227)
==28823==    by 0xDD5D70: execute (zend_vm_execute.h:410)
==28823==    by 0xD7A7FA: zend_execute_scripts (zend.c:1315)
==28823==    by 0xCACFA3: php_execute_script (main.c:2494)
==28823==    by 0xF4867F: do_cli (php_cli.c:988)
==28823==    by 0xF49CBC: main (php_cli.c:1364)
==28823==  Address 0x14d6e1a8 is 152 bytes inside a block of size 224 free'd
==28823==    at 0x4C27350: free (vg_replace_malloc.c:446)
==28823==    by 0xCD4338: _php_stream_free (streams.c:562)
==28823==    by 0x65EC2B: dba_close (dba.c:415)
==28823==    by 0x65ED80: dba_close_rsrc (dba.c:433)
==28823==    by 0xD984B2: plist_entry_destructor (zend_list.c:209)
==28823==    by 0xD93EA5: zend_hash_apply_deleter (zend_hash.c:650)
==28823==    by 0xD943F2: zend_hash_apply_with_argument (zend_hash.c:743)
==28823==    by 0x65EE08: dba_close_pe_rsrc (dba.c:450)
==28823==    by 0xD9834C: list_entry_destructor (zend_list.c:183)
==28823==    by 0xD9375F: zend_hash_del_key_or_index (zend_hash.c:531)
==28823==    by 0xD97AF5: _zend_list_delete (zend_list.c:57)
==28823==    by 0x662264: zif_dba_close (dba.c:969)
==28823== 
==28823== Invalid read of size 8
==28823==    at 0xCD6B25: _php_stream_seek (streams.c:1293)
==28823==    by 0x669BE0: flatfile_findkey (flatfile.c:172)
==28823==    by 0x6695EE: flatfile_fetch (flatfile.c:90)
==28823==    by 0x6669B5: dba_fetch_flatfile (dba_flatfile.c:70)
==28823==    by 0x662916: zif_dba_fetch (dba.c:1020)
==28823==    by 0xDD7C14: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==28823==    by 0xDE1D1B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2227)
==28823==    by 0xDD5D70: execute (zend_vm_execute.h:410)
==28823==    by 0xD7A7FA: zend_execute_scripts (zend.c:1315)
==28823==    by 0xCACFA3: php_execute_script (main.c:2494)
==28823==    by 0xF4867F: do_cli (php_cli.c:988)
==28823==    by 0xF49CBC: main (php_cli.c:1364)
==28823==  Address 0x14d6e1b0 is 160 bytes inside a block of size 224 free'd
==28823==    at 0x4C27350: free (vg_replace_malloc.c:446)
==28823==    by 0xCD4338: _php_stream_free (streams.c:562)
==28823==    by 0x65EC2B: dba_close (dba.c:415)
==28823==    by 0x65ED80: dba_close_rsrc (dba.c:433)
==28823==    by 0xD984B2: plist_entry_destructor (zend_list.c:209)
==28823==    by 0xD93EA5: zend_hash_apply_deleter (zend_hash.c:650)
==28823==    by 0xD943F2: zend_hash_apply_with_argument (zend_hash.c:743)
==28823==    by 0x65EE08: dba_close_pe_rsrc (dba.c:450)
==28823==    by 0xD9834C: list_entry_destructor (zend_list.c:183)
==28823==    by 0xD9375F: zend_hash_del_key_or_index (zend_hash.c:531)
==28823==    by 0xD97AF5: _zend_list_delete (zend_list.c:57)
==28823==    by 0x662264: zif_dba_close (dba.c:969)
==28823== 
==28823== Invalid read of size 8
==28823==    at 0xCD6C10: _php_stream_seek (streams.c:1305)
==28823==    by 0x669BE0: flatfile_findkey (flatfile.c:172)
==28823==    by 0x6695EE: flatfile_fetch (flatfile.c:90)
==28823==    by 0x6669B5: dba_fetch_flatfile (dba_flatfile.c:70)
==28823==    by 0x662916: zif_dba_fetch (dba.c:1020)
==28823==    by 0xDD7C14: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==28823==    by 0xDE1D1B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2227)
==28823==    by 0xDD5D70: execute (zend_vm_execute.h:410)
==28823==    by 0xD7A7FA: zend_execute_scripts (zend.c:1315)
==28823==    by 0xCACFA3: php_execute_script (main.c:2494)
==28823==    by 0xF4867F: do_cli (php_cli.c:988)
==28823==    by 0xF49CBC: main (php_cli.c:1364)
==28823==  Address 0x14d6e110 is 0 bytes inside a block of size 224 free'd
==28823==    at 0x4C27350: free (vg_replace_malloc.c:446)
==28823==    by 0xCD4338: _php_stream_free (streams.c:562)
==28823==    by 0x65EC2B: dba_close (dba.c:415)
==28823==    by 0x65ED80: dba_close_rsrc (dba.c:433)
==28823==    by 0xD984B2: plist_entry_destructor (zend_list.c:209)
==28823==    by 0xD93EA5: zend_hash_apply_deleter (zend_hash.c:650)
==28823==    by 0xD943F2: zend_hash_apply_with_argument (zend_hash.c:743)
==28823==    by 0x65EE08: dba_close_pe_rsrc (dba.c:450)
==28823==    by 0xD9834C: list_entry_destructor (zend_list.c:183)
==28823==    by 0xD9375F: zend_hash_del_key_or_index (zend_hash.c:531)
==28823==    by 0xD97AF5: _zend_list_delete (zend_list.c:57)
==28823==    by 0x662264: zif_dba_close (dba.c:969)
==28823== 
==28823== Invalid read of size 4
==28823==    at 0xCD6C39: _php_stream_seek (streams.c:1305)
==28823==    by 0x669BE0: flatfile_findkey (flatfile.c:172)
==28823==    by 0x6695EE: flatfile_fetch (flatfile.c:90)
==28823==    by 0x6669B5: dba_fetch_flatfile (dba_flatfile.c:70)
==28823==    by 0x662916: zif_dba_fetch (dba.c:1020)
==28823==    by 0xDD7C14: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==28823==    by 0xDE1D1B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2227)
==28823==    by 0xDD5D70: execute (zend_vm_execute.h:410)
==28823==    by 0xD7A7FA: zend_execute_scripts (zend.c:1315)
==28823==    by 0xCACFA3: php_execute_script (main.c:2494)
==28823==    by 0xF4867F: do_cli (php_cli.c:988)
==28823==    by 0xF49CBC: main (php_cli.c:1364)
==28823==  Address 0x14d6e1a8 is 152 bytes inside a block of size 224 free'd
==28823==    at 0x4C27350: free (vg_replace_malloc.c:446)
==28823==    by 0xCD4338: _php_stream_free (streams.c:562)
==28823==    by 0x65EC2B: dba_close (dba.c:415)
==28823==    by 0x65ED80: dba_close_rsrc (dba.c:433)
==28823==    by 0xD984B2: plist_entry_destructor (zend_list.c:209)
==28823==    by 0xD93EA5: zend_hash_apply_deleter (zend_hash.c:650)
==28823==    by 0xD943F2: zend_hash_apply_with_argument (zend_hash.c:743)
==28823==    by 0x65EE08: dba_close_pe_rsrc (dba.c:450)
==28823==    by 0xD9834C: list_entry_destructor (zend_list.c:183)
==28823==    by 0xD9375F: zend_hash_del_key_or_index (zend_hash.c:531)
==28823==    by 0xD97AF5: _zend_list_delete (zend_list.c:57)
==28823==    by 0x662264: zif_dba_close (dba.c:969)
==28823== 
==28823== Invalid read of size 8
==28823==    at 0xCD6C63: _php_stream_seek (streams.c:1308)
==28823==    by 0x669BE0: flatfile_findkey (flatfile.c:172)
==28823==    by 0x6695EE: flatfile_fetch (flatfile.c:90)
==28823==    by 0x6669B5: dba_fetch_flatfile (dba_flatfile.c:70)
==28823==    by 0x662916: zif_dba_fetch (dba.c:1020)
==28823==    by 0xDD7C14: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==28823==    by 0xDE1D1B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2227)
==28823==    by 0xDD5D70: execute (zend_vm_execute.h:410)
==28823==    by 0xD7A7FA: zend_execute_scripts (zend.c:1315)
==28823==    by 0xCACFA3: php_execute_script (main.c:2494)
==28823==    by 0xF4867F: do_cli (php_cli.c:988)
==28823==    by 0xF49CBC: main (php_cli.c:1364)
==28823==  Address 0x14d6e138 is 40 bytes inside a block of size 224 free'd
==28823==    at 0x4C27350: free (vg_replace_malloc.c:446)
==28823==    by 0xCD4338: _php_stream_free (streams.c:562)
==28823==    by 0x65EC2B: dba_close (dba.c:415)
==28823==    by 0x65ED80: dba_close_rsrc (dba.c:433)
==28823==    by 0xD984B2: plist_entry_destructor (zend_list.c:209)
==28823==    by 0xD93EA5: zend_hash_apply_deleter (zend_hash.c:650)
==28823==    by 0xD943F2: zend_hash_apply_with_argument (zend_hash.c:743)
==28823==    by 0x65EE08: dba_close_pe_rsrc (dba.c:450)
==28823==    by 0xD9834C: list_entry_destructor (zend_list.c:183)
==28823==    by 0xD9375F: zend_hash_del_key_or_index (zend_hash.c:531)
==28823==    by 0xD97AF5: _zend_list_delete (zend_list.c:57)
==28823==    by 0x662264: zif_dba_close (dba.c:969)
==28823== 
==28823== Invalid read of size 8
==28823==    at 0xCD6CE9: _php_stream_seek (streams.c:1318)
==28823==    by 0x669BE0: flatfile_findkey (flatfile.c:172)
==28823==    by 0x6695EE: flatfile_fetch (flatfile.c:90)
==28823==    by 0x6669B5: dba_fetch_flatfile (dba_flatfile.c:70)
==28823==    by 0x662916: zif_dba_fetch (dba.c:1020)
==28823==    by 0xDD7C14: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==28823==    by 0xDE1D1B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2227)
==28823==    by 0xDD5D70: execute (zend_vm_execute.h:410)
==28823==    by 0xD7A7FA: zend_execute_scripts (zend.c:1315)
==28823==    by 0xCACFA3: php_execute_script (main.c:2494)
==28823==    by 0xF4867F: do_cli (php_cli.c:988)
==28823==    by 0xF49CBC: main (php_cli.c:1364)
==28823==  Address 0x14d6e110 is 0 bytes inside a block of size 224 free'd
==28823==    at 0x4C27350: free (vg_replace_malloc.c:446)
==28823==    by 0xCD4338: _php_stream_free (streams.c:562)
==28823==    by 0x65EC2B: dba_close (dba.c:415)
==28823==    by 0x65ED80: dba_close_rsrc (dba.c:433)
==28823==    by 0xD984B2: plist_entry_destructor (zend_list.c:209)
==28823==    by 0xD93EA5: zend_hash_apply_deleter (zend_hash.c:650)
==28823==    by 0xD943F2: zend_hash_apply_with_argument (zend_hash.c:743)
==28823==    by 0x65EE08: dba_close_pe_rsrc (dba.c:450)
==28823==    by 0xD9834C: list_entry_destructor (zend_list.c:183)
==28823==    by 0xD9375F: zend_hash_del_key_or_index (zend_hash.c:531)
==28823==    by 0xD97AF5: _zend_list_delete (zend_list.c:57)
==28823==    by 0x662264: zif_dba_close (dba.c:969)
==28823== 
==28823== Invalid read of size 8
==28823==    at 0xCE1A62: php_stdiop_seek (plain_wrapper.c:454)
==28823==    by 0xCD6D1A: _php_stream_seek (streams.c:1318)
==28823==    by 0x669BE0: flatfile_findkey (flatfile.c:172)
==28823==    by 0x6695EE: flatfile_fetch (flatfile.c:90)
==28823==    by 0x6669B5: dba_fetch_flatfile (dba_flatfile.c:70)
==28823==    by 0x662916: zif_dba_fetch (dba.c:1020)
==28823==    by 0xDD7C14: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==28823==    by 0xDE1D1B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2227)
==28823==    by 0xDD5D70: execute (zend_vm_execute.h:410)
==28823==    by 0xD7A7FA: zend_execute_scripts (zend.c:1315)
==28823==    by 0xCACFA3: php_execute_script (main.c:2494)
==28823==    by 0xF4867F: do_cli (php_cli.c:988)
==28823==  Address 0x14d6e118 is 8 bytes inside a block of size 224 free'd
==28823==    at 0x4C27350: free (vg_replace_malloc.c:446)
==28823==    by 0xCD4338: _php_stream_free (streams.c:562)
==28823==    by 0x65EC2B: dba_close (dba.c:415)
==28823==    by 0x65ED80: dba_close_rsrc (dba.c:433)
==28823==    by 0xD984B2: plist_entry_destructor (zend_list.c:209)
==28823==    by 0xD93EA5: zend_hash_apply_deleter (zend_hash.c:650)
==28823==    by 0xD943F2: zend_hash_apply_with_argument (zend_hash.c:743)
==28823==    by 0x65EE08: dba_close_pe_rsrc (dba.c:450)
==28823==    by 0xD9834C: list_entry_destructor (zend_list.c:183)
==28823==    by 0xD9375F: zend_hash_del_key_or_index (zend_hash.c:531)
==28823==    by 0xD97AF5: _zend_list_delete (zend_list.c:57)
==28823==    by 0x662264: zif_dba_close (dba.c:969)
==28823== 
==28823== Invalid read of size 1
==28823==    at 0xCE1A6E: php_stdiop_seek (plain_wrapper.c:459)
==28823==    by 0xCD6D1A: _php_stream_seek (streams.c:1318)
==28823==    by 0x669BE0: flatfile_findkey (flatfile.c:172)
==28823==    by 0x6695EE: flatfile_fetch (flatfile.c:90)
==28823==    by 0x6669B5: dba_fetch_flatfile (dba_flatfile.c:70)
==28823==    by 0x662916: zif_dba_fetch (dba.c:1020)
==28823==    by 0xDD7C14: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==28823==    by 0xDE1D1B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2227)
==28823==    by 0xDD5D70: execute (zend_vm_execute.h:410)
==28823==    by 0xD7A7FA: zend_execute_scripts (zend.c:1315)
==28823==    by 0xCACFA3: php_execute_script (main.c:2494)
==28823==    by 0xF4867F: do_cli (php_cli.c:988)
==28823==  Address 0xc is not stack'd, malloc'd or (recently) free'd
==28823== 
==28823== 
==28823== Process terminating with default action of signal 11 (SIGSEGV)
==28823==  Access not within mapped region at address 0xC
==28823==    at 0xCE1A6E: php_stdiop_seek (plain_wrapper.c:459)
==28823==    by 0xCD6D1A: _php_stream_seek (streams.c:1318)
==28823==    by 0x669BE0: flatfile_findkey (flatfile.c:172)
==28823==    by 0x6695EE: flatfile_fetch (flatfile.c:90)
==28823==    by 0x6669B5: dba_fetch_flatfile (dba_flatfile.c:70)
==28823==    by 0x662916: zif_dba_fetch (dba.c:1020)
==28823==    by 0xDD7C14: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==28823==    by 0xDE1D1B: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2227)
==28823==    by 0xDD5D70: execute (zend_vm_execute.h:410)
==28823==    by 0xD7A7FA: zend_execute_scripts (zend.c:1315)
==28823==    by 0xCACFA3: php_execute_script (main.c:2494)
==28823==    by 0xF4867F: do_cli (php_cli.c:988)
==28823==  If you believe this happened as a result of a stack
==28823==  overflow in your program's main thread (unlikely but
==28823==  possible), you can try to increase the size of the
==28823==  main thread stack using the --main-stacksize= flag.
==28823==  The main thread stack size used in this run was 33554432.

 

Generated at Tue, 18 Jun 2013 13:30:52 +0000 (41 hours ago)

Copyright © 2005-2013 The PHP Group
All rights reserved.