|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-09-16 16:59 UTC] ryan at jonasson dot org
[2002-02-04 02:19 UTC] yohgaki@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 04:00:02 2025 UTC |
Command line version of PHP 4.0 CVS, 9-15. Compiled with Visual Studio 6 SP 5 debug version of bind utils, php.exe, and php_printer.dll. Reproducible with release versions. When I run php.exe, and manually enter <? dl('php_printer.dll'); ?> ^Z enter I get: "The instruction at "0x10113d33" referenced memory at "0x00ebb6c4". The memory could not be "read". OK to term, Cancel to debug. when I hit cancel, I am taken to line 222 of printer.c: CALCULATE_REAL_SIZE_AND_CACHE_INDEX(p->size); The back trace looks like this: _efree(void * 0x00ebb6c8, char * 0x0110e3d8 `string', unsigned int 158, char * 0x00000000, unsigned int 0) line 222 + 3 bytes php_printer_shutdown(zend_printer_globals * 0x00df6540) line 158 + 34 bytes ts_free_thread() line 369 + 34 bytes php_module_shutdown(void * * * 0x00db1e80) line 1011 main(int 1, char * * 0x00db0070) line 787 + 10 bytes mainCRTStartup() line 338 + 17 bytes KERNEL32! 77e97d08()