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/dba015.phpt ('DBA with persistent connections')

Script

1: <?php
2:
3: $handler 
"flatfile";
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

==29251== Invalid read of size 8
==29251==    at 0x66087C: zif_dba_fetch (dba.c:1020)
==29251==    by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==29251==    by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==29251==    by 0xDD33CC: execute (zend_vm_execute.h:410)
==29251==    by 0xD77F06: zend_execute_scripts (zend.c:1315)
==29251==    by 0xCAA557: php_execute_script (main.c:2494)
==29251==    by 0xF45C87: do_cli (php_cli.c:988)
==29251==    by 0xF472C4: main (php_cli.c:1364)
==29251==  Address 0x14d6d7f8 is 56 bytes inside a block of size 88 free'd
==29251==    at 0x4C27350: free (vg_replace_malloc.c:446)
==29251==    by 0x65CC99: dba_close (dba.c:423)
==29251==    by 0x65CD14: dba_close_rsrc (dba.c:433)
==29251==    by 0xD95BBE: plist_entry_destructor (zend_list.c:209)
==29251==    by 0xD915B1: zend_hash_apply_deleter (zend_hash.c:650)
==29251==    by 0xD91AFE: zend_hash_apply_with_argument (zend_hash.c:743)
==29251==    by 0x65CD9C: dba_close_pe_rsrc (dba.c:450)
==29251==    by 0xD95A58: list_entry_destructor (zend_list.c:183)
==29251==    by 0xD90E6B: zend_hash_del_key_or_index (zend_hash.c:531)
==29251==    by 0xD95201: _zend_list_delete (zend_list.c:57)
==29251==    by 0x6601F8: zif_dba_close (dba.c:969)
==29251==    by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==29251== 
==29251== Invalid read of size 8
==29251==    at 0x66491B: dba_fetch_flatfile (dba_flatfile.c:67)
==29251==    by 0x6608AA: zif_dba_fetch (dba.c:1020)
==29251==    by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==29251==    by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==29251==    by 0xDD33CC: execute (zend_vm_execute.h:410)
==29251==    by 0xD77F06: zend_execute_scripts (zend.c:1315)
==29251==    by 0xCAA557: php_execute_script (main.c:2494)
==29251==    by 0xF45C87: do_cli (php_cli.c:988)
==29251==    by 0xF472C4: main (php_cli.c:1364)
==29251==  Address 0x14d6d7c0 is 0 bytes inside a block of size 88 free'd
==29251==    at 0x4C27350: free (vg_replace_malloc.c:446)
==29251==    by 0x65CC99: dba_close (dba.c:423)
==29251==    by 0x65CD14: dba_close_rsrc (dba.c:433)
==29251==    by 0xD95BBE: plist_entry_destructor (zend_list.c:209)
==29251==    by 0xD915B1: zend_hash_apply_deleter (zend_hash.c:650)
==29251==    by 0xD91AFE: zend_hash_apply_with_argument (zend_hash.c:743)
==29251==    by 0x65CD9C: dba_close_pe_rsrc (dba.c:450)
==29251==    by 0xD95A58: list_entry_destructor (zend_list.c:183)
==29251==    by 0xD90E6B: zend_hash_del_key_or_index (zend_hash.c:531)
==29251==    by 0xD95201: _zend_list_delete (zend_list.c:57)
==29251==    by 0x6601F8: zif_dba_close (dba.c:969)
==29251==    by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==29251== 
==29251== Invalid read of size 8
==29251==    at 0x667B5F: flatfile_findkey (flatfile.c:172)
==29251==    by 0x667582: flatfile_fetch (flatfile.c:90)
==29251==    by 0x664949: dba_fetch_flatfile (dba_flatfile.c:70)
==29251==    by 0x6608AA: zif_dba_fetch (dba.c:1020)
==29251==    by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==29251==    by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==29251==    by 0xDD33CC: execute (zend_vm_execute.h:410)
==29251==    by 0xD77F06: zend_execute_scripts (zend.c:1315)
==29251==    by 0xCAA557: php_execute_script (main.c:2494)
==29251==    by 0xF45C87: do_cli (php_cli.c:988)
==29251==    by 0xF472C4: main (php_cli.c:1364)
==29251==  Address 0x14d6e090 is 16 bytes inside a block of size 48 free'd
==29251==    at 0x4C27350: free (vg_replace_malloc.c:446)
==29251==    by 0x66489C: dba_close_flatfile (dba_flatfile.c:59)
==29251==    by 0x65CA48: dba_close (dba.c:401)
==29251==    by 0x65CD14: dba_close_rsrc (dba.c:433)
==29251==    by 0xD95BBE: plist_entry_destructor (zend_list.c:209)
==29251==    by 0xD915B1: zend_hash_apply_deleter (zend_hash.c:650)
==29251==    by 0xD91AFE: zend_hash_apply_with_argument (zend_hash.c:743)
==29251==    by 0x65CD9C: dba_close_pe_rsrc (dba.c:450)
==29251==    by 0xD95A58: list_entry_destructor (zend_list.c:183)
==29251==    by 0xD90E6B: zend_hash_del_key_or_index (zend_hash.c:531)
==29251==    by 0xD95201: _zend_list_delete (zend_list.c:57)
==29251==    by 0x6601F8: zif_dba_close (dba.c:969)
==29251== 
==29251== Invalid read of size 4
==29251==    at 0xCD3F71: _php_stream_seek (streams.c:1276)
==29251==    by 0x667B74: flatfile_findkey (flatfile.c:172)
==29251==    by 0x667582: flatfile_fetch (flatfile.c:90)
==29251==    by 0x664949: dba_fetch_flatfile (dba_flatfile.c:70)
==29251==    by 0x6608AA: zif_dba_fetch (dba.c:1020)
==29251==    by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==29251==    by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==29251==    by 0xDD33CC: execute (zend_vm_execute.h:410)
==29251==    by 0xD77F06: zend_execute_scripts (zend.c:1315)
==29251==    by 0xCAA557: php_execute_script (main.c:2494)
==29251==    by 0xF45C87: do_cli (php_cli.c:988)
==29251==    by 0xF472C4: main (php_cli.c:1364)
==29251==  Address 0x14d6dc08 is 120 bytes inside a block of size 224 free'd
==29251==    at 0x4C27350: free (vg_replace_malloc.c:446)
==29251==    by 0xCD18EC: _php_stream_free (streams.c:562)
==29251==    by 0x65CBBF: dba_close (dba.c:415)
==29251==    by 0x65CD14: dba_close_rsrc (dba.c:433)
==29251==    by 0xD95BBE: plist_entry_destructor (zend_list.c:209)
==29251==    by 0xD915B1: zend_hash_apply_deleter (zend_hash.c:650)
==29251==    by 0xD91AFE: zend_hash_apply_with_argument (zend_hash.c:743)
==29251==    by 0x65CD9C: dba_close_pe_rsrc (dba.c:450)
==29251==    by 0xD95A58: list_entry_destructor (zend_list.c:183)
==29251==    by 0xD90E6B: zend_hash_del_key_or_index (zend_hash.c:531)
==29251==    by 0xD95201: _zend_list_delete (zend_list.c:57)
==29251==    by 0x6601F8: zif_dba_close (dba.c:969)
==29251== 
==29251== Invalid read of size 4
==29251==    at 0xCD3FA8: _php_stream_seek (streams.c:1282)
==29251==    by 0x667B74: flatfile_findkey (flatfile.c:172)
==29251==    by 0x667582: flatfile_fetch (flatfile.c:90)
==29251==    by 0x664949: dba_fetch_flatfile (dba_flatfile.c:70)
==29251==    by 0x6608AA: zif_dba_fetch (dba.c:1020)
==29251==    by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==29251==    by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==29251==    by 0xDD33CC: execute (zend_vm_execute.h:410)
==29251==    by 0xD77F06: zend_execute_scripts (zend.c:1315)
==29251==    by 0xCAA557: php_execute_script (main.c:2494)
==29251==    by 0xF45C87: do_cli (php_cli.c:988)
==29251==    by 0xF472C4: main (php_cli.c:1364)
==29251==  Address 0x14d6dc28 is 152 bytes inside a block of size 224 free'd
==29251==    at 0x4C27350: free (vg_replace_malloc.c:446)
==29251==    by 0xCD18EC: _php_stream_free (streams.c:562)
==29251==    by 0x65CBBF: dba_close (dba.c:415)
==29251==    by 0x65CD14: dba_close_rsrc (dba.c:433)
==29251==    by 0xD95BBE: plist_entry_destructor (zend_list.c:209)
==29251==    by 0xD915B1: zend_hash_apply_deleter (zend_hash.c:650)
==29251==    by 0xD91AFE: zend_hash_apply_with_argument (zend_hash.c:743)
==29251==    by 0x65CD9C: dba_close_pe_rsrc (dba.c:450)
==29251==    by 0xD95A58: list_entry_destructor (zend_list.c:183)
==29251==    by 0xD90E6B: zend_hash_del_key_or_index (zend_hash.c:531)
==29251==    by 0xD95201: _zend_list_delete (zend_list.c:57)
==29251==    by 0x6601F8: zif_dba_close (dba.c:969)
==29251== 
==29251== Invalid read of size 8
==29251==    at 0xCD40D9: _php_stream_seek (streams.c:1293)
==29251==    by 0x667B74: flatfile_findkey (flatfile.c:172)
==29251==    by 0x667582: flatfile_fetch (flatfile.c:90)
==29251==    by 0x664949: dba_fetch_flatfile (dba_flatfile.c:70)
==29251==    by 0x6608AA: zif_dba_fetch (dba.c:1020)
==29251==    by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==29251==    by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==29251==    by 0xDD33CC: execute (zend_vm_execute.h:410)
==29251==    by 0xD77F06: zend_execute_scripts (zend.c:1315)
==29251==    by 0xCAA557: php_execute_script (main.c:2494)
==29251==    by 0xF45C87: do_cli (php_cli.c:988)
==29251==    by 0xF472C4: main (php_cli.c:1364)
==29251==  Address 0x14d6dc30 is 160 bytes inside a block of size 224 free'd
==29251==    at 0x4C27350: free (vg_replace_malloc.c:446)
==29251==    by 0xCD18EC: _php_stream_free (streams.c:562)
==29251==    by 0x65CBBF: dba_close (dba.c:415)
==29251==    by 0x65CD14: dba_close_rsrc (dba.c:433)
==29251==    by 0xD95BBE: plist_entry_destructor (zend_list.c:209)
==29251==    by 0xD915B1: zend_hash_apply_deleter (zend_hash.c:650)
==29251==    by 0xD91AFE: zend_hash_apply_with_argument (zend_hash.c:743)
==29251==    by 0x65CD9C: dba_close_pe_rsrc (dba.c:450)
==29251==    by 0xD95A58: list_entry_destructor (zend_list.c:183)
==29251==    by 0xD90E6B: zend_hash_del_key_or_index (zend_hash.c:531)
==29251==    by 0xD95201: _zend_list_delete (zend_list.c:57)
==29251==    by 0x6601F8: zif_dba_close (dba.c:969)
==29251== 
==29251== Invalid read of size 8
==29251==    at 0xCD41C4: _php_stream_seek (streams.c:1305)
==29251==    by 0x667B74: flatfile_findkey (flatfile.c:172)
==29251==    by 0x667582: flatfile_fetch (flatfile.c:90)
==29251==    by 0x664949: dba_fetch_flatfile (dba_flatfile.c:70)
==29251==    by 0x6608AA: zif_dba_fetch (dba.c:1020)
==29251==    by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==29251==    by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==29251==    by 0xDD33CC: execute (zend_vm_execute.h:410)
==29251==    by 0xD77F06: zend_execute_scripts (zend.c:1315)
==29251==    by 0xCAA557: php_execute_script (main.c:2494)
==29251==    by 0xF45C87: do_cli (php_cli.c:988)
==29251==    by 0xF472C4: main (php_cli.c:1364)
==29251==  Address 0x14d6db90 is 0 bytes inside a block of size 224 free'd
==29251==    at 0x4C27350: free (vg_replace_malloc.c:446)
==29251==    by 0xCD18EC: _php_stream_free (streams.c:562)
==29251==    by 0x65CBBF: dba_close (dba.c:415)
==29251==    by 0x65CD14: dba_close_rsrc (dba.c:433)
==29251==    by 0xD95BBE: plist_entry_destructor (zend_list.c:209)
==29251==    by 0xD915B1: zend_hash_apply_deleter (zend_hash.c:650)
==29251==    by 0xD91AFE: zend_hash_apply_with_argument (zend_hash.c:743)
==29251==    by 0x65CD9C: dba_close_pe_rsrc (dba.c:450)
==29251==    by 0xD95A58: list_entry_destructor (zend_list.c:183)
==29251==    by 0xD90E6B: zend_hash_del_key_or_index (zend_hash.c:531)
==29251==    by 0xD95201: _zend_list_delete (zend_list.c:57)
==29251==    by 0x6601F8: zif_dba_close (dba.c:969)
==29251== 
==29251== Invalid read of size 4
==29251==    at 0xCD41ED: _php_stream_seek (streams.c:1305)
==29251==    by 0x667B74: flatfile_findkey (flatfile.c:172)
==29251==    by 0x667582: flatfile_fetch (flatfile.c:90)
==29251==    by 0x664949: dba_fetch_flatfile (dba_flatfile.c:70)
==29251==    by 0x6608AA: zif_dba_fetch (dba.c:1020)
==29251==    by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==29251==    by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==29251==    by 0xDD33CC: execute (zend_vm_execute.h:410)
==29251==    by 0xD77F06: zend_execute_scripts (zend.c:1315)
==29251==    by 0xCAA557: php_execute_script (main.c:2494)
==29251==    by 0xF45C87: do_cli (php_cli.c:988)
==29251==    by 0xF472C4: main (php_cli.c:1364)
==29251==  Address 0x14d6dc28 is 152 bytes inside a block of size 224 free'd
==29251==    at 0x4C27350: free (vg_replace_malloc.c:446)
==29251==    by 0xCD18EC: _php_stream_free (streams.c:562)
==29251==    by 0x65CBBF: dba_close (dba.c:415)
==29251==    by 0x65CD14: dba_close_rsrc (dba.c:433)
==29251==    by 0xD95BBE: plist_entry_destructor (zend_list.c:209)
==29251==    by 0xD915B1: zend_hash_apply_deleter (zend_hash.c:650)
==29251==    by 0xD91AFE: zend_hash_apply_with_argument (zend_hash.c:743)
==29251==    by 0x65CD9C: dba_close_pe_rsrc (dba.c:450)
==29251==    by 0xD95A58: list_entry_destructor (zend_list.c:183)
==29251==    by 0xD90E6B: zend_hash_del_key_or_index (zend_hash.c:531)
==29251==    by 0xD95201: _zend_list_delete (zend_list.c:57)
==29251==    by 0x6601F8: zif_dba_close (dba.c:969)
==29251== 
==29251== Invalid read of size 8
==29251==    at 0xCD4217: _php_stream_seek (streams.c:1308)
==29251==    by 0x667B74: flatfile_findkey (flatfile.c:172)
==29251==    by 0x667582: flatfile_fetch (flatfile.c:90)
==29251==    by 0x664949: dba_fetch_flatfile (dba_flatfile.c:70)
==29251==    by 0x6608AA: zif_dba_fetch (dba.c:1020)
==29251==    by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==29251==    by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==29251==    by 0xDD33CC: execute (zend_vm_execute.h:410)
==29251==    by 0xD77F06: zend_execute_scripts (zend.c:1315)
==29251==    by 0xCAA557: php_execute_script (main.c:2494)
==29251==    by 0xF45C87: do_cli (php_cli.c:988)
==29251==    by 0xF472C4: main (php_cli.c:1364)
==29251==  Address 0x14d6dbb8 is 40 bytes inside a block of size 224 free'd
==29251==    at 0x4C27350: free (vg_replace_malloc.c:446)
==29251==    by 0xCD18EC: _php_stream_free (streams.c:562)
==29251==    by 0x65CBBF: dba_close (dba.c:415)
==29251==    by 0x65CD14: dba_close_rsrc (dba.c:433)
==29251==    by 0xD95BBE: plist_entry_destructor (zend_list.c:209)
==29251==    by 0xD915B1: zend_hash_apply_deleter (zend_hash.c:650)
==29251==    by 0xD91AFE: zend_hash_apply_with_argument (zend_hash.c:743)
==29251==    by 0x65CD9C: dba_close_pe_rsrc (dba.c:450)
==29251==    by 0xD95A58: list_entry_destructor (zend_list.c:183)
==29251==    by 0xD90E6B: zend_hash_del_key_or_index (zend_hash.c:531)
==29251==    by 0xD95201: _zend_list_delete (zend_list.c:57)
==29251==    by 0x6601F8: zif_dba_close (dba.c:969)
==29251== 
==29251== Invalid read of size 8
==29251==    at 0xCD429D: _php_stream_seek (streams.c:1318)
==29251==    by 0x667B74: flatfile_findkey (flatfile.c:172)
==29251==    by 0x667582: flatfile_fetch (flatfile.c:90)
==29251==    by 0x664949: dba_fetch_flatfile (dba_flatfile.c:70)
==29251==    by 0x6608AA: zif_dba_fetch (dba.c:1020)
==29251==    by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==29251==    by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==29251==    by 0xDD33CC: execute (zend_vm_execute.h:410)
==29251==    by 0xD77F06: zend_execute_scripts (zend.c:1315)
==29251==    by 0xCAA557: php_execute_script (main.c:2494)
==29251==    by 0xF45C87: do_cli (php_cli.c:988)
==29251==    by 0xF472C4: main (php_cli.c:1364)
==29251==  Address 0x14d6db90 is 0 bytes inside a block of size 224 free'd
==29251==    at 0x4C27350: free (vg_replace_malloc.c:446)
==29251==    by 0xCD18EC: _php_stream_free (streams.c:562)
==29251==    by 0x65CBBF: dba_close (dba.c:415)
==29251==    by 0x65CD14: dba_close_rsrc (dba.c:433)
==29251==    by 0xD95BBE: plist_entry_destructor (zend_list.c:209)
==29251==    by 0xD915B1: zend_hash_apply_deleter (zend_hash.c:650)
==29251==    by 0xD91AFE: zend_hash_apply_with_argument (zend_hash.c:743)
==29251==    by 0x65CD9C: dba_close_pe_rsrc (dba.c:450)
==29251==    by 0xD95A58: list_entry_destructor (zend_list.c:183)
==29251==    by 0xD90E6B: zend_hash_del_key_or_index (zend_hash.c:531)
==29251==    by 0xD95201: _zend_list_delete (zend_list.c:57)
==29251==    by 0x6601F8: zif_dba_close (dba.c:969)
==29251== 
==29251== Invalid read of size 8
==29251==    at 0xCDF016: php_stdiop_seek (plain_wrapper.c:454)
==29251==    by 0xCD42CE: _php_stream_seek (streams.c:1318)
==29251==    by 0x667B74: flatfile_findkey (flatfile.c:172)
==29251==    by 0x667582: flatfile_fetch (flatfile.c:90)
==29251==    by 0x664949: dba_fetch_flatfile (dba_flatfile.c:70)
==29251==    by 0x6608AA: zif_dba_fetch (dba.c:1020)
==29251==    by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==29251==    by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==29251==    by 0xDD33CC: execute (zend_vm_execute.h:410)
==29251==    by 0xD77F06: zend_execute_scripts (zend.c:1315)
==29251==    by 0xCAA557: php_execute_script (main.c:2494)
==29251==    by 0xF45C87: do_cli (php_cli.c:988)
==29251==  Address 0x14d6db98 is 8 bytes inside a block of size 224 free'd
==29251==    at 0x4C27350: free (vg_replace_malloc.c:446)
==29251==    by 0xCD18EC: _php_stream_free (streams.c:562)
==29251==    by 0x65CBBF: dba_close (dba.c:415)
==29251==    by 0x65CD14: dba_close_rsrc (dba.c:433)
==29251==    by 0xD95BBE: plist_entry_destructor (zend_list.c:209)
==29251==    by 0xD915B1: zend_hash_apply_deleter (zend_hash.c:650)
==29251==    by 0xD91AFE: zend_hash_apply_with_argument (zend_hash.c:743)
==29251==    by 0x65CD9C: dba_close_pe_rsrc (dba.c:450)
==29251==    by 0xD95A58: list_entry_destructor (zend_list.c:183)
==29251==    by 0xD90E6B: zend_hash_del_key_or_index (zend_hash.c:531)
==29251==    by 0xD95201: _zend_list_delete (zend_list.c:57)
==29251==    by 0x6601F8: zif_dba_close (dba.c:969)
==29251== 
==29251== Invalid read of size 1
==29251==    at 0xCDF022: php_stdiop_seek (plain_wrapper.c:459)
==29251==    by 0xCD42CE: _php_stream_seek (streams.c:1318)
==29251==    by 0x667B74: flatfile_findkey (flatfile.c:172)
==29251==    by 0x667582: flatfile_fetch (flatfile.c:90)
==29251==    by 0x664949: dba_fetch_flatfile (dba_flatfile.c:70)
==29251==    by 0x6608AA: zif_dba_fetch (dba.c:1020)
==29251==    by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==29251==    by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==29251==    by 0xDD33CC: execute (zend_vm_execute.h:410)
==29251==    by 0xD77F06: zend_execute_scripts (zend.c:1315)
==29251==    by 0xCAA557: php_execute_script (main.c:2494)
==29251==    by 0xF45C87: do_cli (php_cli.c:988)
==29251==  Address 0xc is not stack'd, malloc'd or (recently) free'd
==29251== 
==29251== 
==29251== Process terminating with default action of signal 11 (SIGSEGV)
==29251==  Access not within mapped region at address 0xC
==29251==    at 0xCDF022: php_stdiop_seek (plain_wrapper.c:459)
==29251==    by 0xCD42CE: _php_stream_seek (streams.c:1318)
==29251==    by 0x667B74: flatfile_findkey (flatfile.c:172)
==29251==    by 0x667582: flatfile_fetch (flatfile.c:90)
==29251==    by 0x664949: dba_fetch_flatfile (dba_flatfile.c:70)
==29251==    by 0x6608AA: zif_dba_fetch (dba.c:1020)
==29251==    by 0xDD5282: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:643)
==29251==    by 0xDDF324: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:2225)
==29251==    by 0xDD33CC: execute (zend_vm_execute.h:410)
==29251==    by 0xD77F06: zend_execute_scripts (zend.c:1315)
==29251==    by 0xCAA557: php_execute_script (main.c:2494)
==29251==    by 0xF45C87: do_cli (php_cli.c:988)
==29251==  If you believe this happened as a result of a stack
==29251==  overflow in your program's main thread (unlikely but
==29251==  possible), you can try to increase the size of the
==29251==  main thread stack using the --main-stacksize= flag.
==29251==  The main thread stack size used in this run was 33554432.

 

Generated at Tue, 21 May 2013 17:04:51 +0000 (23 hours ago)

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