Skip to content

Instantly share code, notes, and snippets.

@flavius
Created September 22, 2011 17:11
Show Gist options
  • Save flavius/1235366 to your computer and use it in GitHub Desktop.
Save flavius/1235366 to your computer and use it in GitHub Desktop.
==32647== Source and destination overlap in memcpy(0x6cee1e0, 0x6cee1eb, 8181)
==32647== at 0x4C27B46: memcpy (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==32647== by 0x7B9EFE: php_stream_fill_read_buffer (streams.c:549)
==32647== by 0x7BA1DB: _php_stream_read (streams.c:605)
==32647== by 0x7BBCD4: _php_stream_copy_to_mem (streams.c:1287)
==32647== by 0x70150B: zif_file_get_contents (file.c:570)
==32647== by 0x5EC62D: phar_file_get_contents (func_interceptors.c:225)
==32647== by 0x872569: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:316)
==32647== by 0x877AA1: ZEND_DO_FCALL_SPEC_CONST_HANDLER (zend_vm_execute.h:1606)
==32647== by 0x871569: execute (zend_vm_execute.h:107)
==32647== by 0x836B0D: zend_execute_scripts (zend.c:1194)
==32647== by 0x79A2D3: php_execute_script (main.c:2268)
==32647== by 0x93679C: main (php_cli.c:1193)
==32647==
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment