Skip to content

Instantly share code, notes, and snippets.

@weltling
Created January 26, 2016 13:46
Show Gist options
  • Save weltling/6dd7a252ea3114d757eb to your computer and use it in GitHub Desktop.
Save weltling/6dd7a252ea3114d757eb to your computer and use it in GitHub Desktop.
Application cmdline: "c:\tmp\drmemory_test\php.exe -d output_handler= -d open_basedir= -d safe_mode=0 -d disable_functions= -d output_buffering=Off -d error_reporting=32767 -d display_errors=1 -d display_startup_errors=1 -d log_errors=0 -d html_errors=0 -d track_errors=1 -d report_memleaks=1 -d report_zend_debug=0 -d docref_root= -d docref_ext=.html -d error_prepend_string= -d error_append_string= -d auto_prepend_file= -d auto_append_file= -d magic_quotes_runtime=0 -d ignore_repeated_errors=0 -d precision=14 -d memory_limit=128M -d log_errors_max_len=0 -d opcache.fast_shutdown=0 -d opcache.file_update_protection=0 -f C:\php-sdk\php70\vc14\x86\php-src\Zend\tests\break_error_001.php"
Recorded 116 suppression(s) from default c:\tmp\drmemory_test\DrMemory-Windows-1.9.0-4\bin\suppress-default.txt
Recorded 2 suppression(s) from user c:\tmp\drmemory_test\suppress.txt
WARNING: application is missing line number information.
Error #1: LEAK 132 direct bytes 0x00ef2df0-0x00ef2e74 + 2052 indirect bytes
# 0 replace_malloc [d:\drmemory_package\common\alloc_replace.c:2537]
# 1 php7_debug.dll!zend_throw_exception+0x266f8 (0x6e3518b9 <php7_debug.dll+0x2618b9>)
# 2 php7_debug.dll!zend_throw_exception+0x18ecc3 (0x6e4b9e84 <php7_debug.dll+0x3c9e84>)
# 3 php7_debug.dll!zend_throw_exception+0x17c42d (0x6e4a75ee <php7_debug.dll+0x3b75ee>)
# 4 php7_debug.dll!zend_throw_exception+0xf6fb (0x6e33a8bc <php7_debug.dll+0x24a8bc>)
# 5 php7_debug.dll!zend_throw_exception+0x1cffb4 (0x6e4fb175 <php7_debug.dll+0x40b175>)
# 6 sapi_cli_single_write +0x389f (0x013556e0 <php.exe+0x156e0>)
# 7 sapi_cli_single_write +0x52cd (0x0135710e <php.exe+0x1710e>)
# 8 sapi_cli_single_write +0x15b0d (0x0136794e <php.exe+0x2794e>)
# 9 sapi_cli_single_write +0x15959 (0x0136779a <php.exe+0x2779a>)
#10 sapi_cli_single_write +0x157ec (0x0136762d <php.exe+0x2762d>)
#11 sapi_cli_single_write +0x15b27 (0x01367968 <php.exe+0x27968>)
===========================================================================
FINAL SUMMARY:
DUPLICATE ERROR COUNTS:
SUPPRESSIONS USED:
?x (count unavail. for whole-lib): system libs
ERRORS FOUND:
0 unique, 0 total unaddressable access(es)
0 unique, 0 total uninitialized access(es)
0 unique, 0 total invalid heap argument(s)
0 unique, 0 total GDI usage error(s)
0 unique, 0 total handle leak(s)
0 unique, 0 total warning(s)
1 unique, 1 total, 2184 byte(s) of leak(s)
0 unique, 0 total, 0 byte(s) of possible leak(s)
ERRORS IGNORED:
8 potential error(s) (suspected false positives)
(details: c:\tmp\drmemory_test\drmemory_tmp\DrMemory-php.exe.1076.000\potential_errors.txt)
19 potential leak(s) (suspected false positives)
(details: c:\tmp\drmemory_test\drmemory_tmp\DrMemory-php.exe.1076.000\potential_errors.txt)
0 user-suppressed, 0 default-suppressed error(s)
0 user-suppressed, 0 default-suppressed leak(s)
5 unique, 5 total, 34439 byte(s) of still-reachable allocation(s)
(re-run with "-show_reachable" for details)
Details: c:\tmp\drmemory_test\drmemory_tmp\DrMemory-php.exe.1076.000\results.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment