From: [EMAIL PROTECTED]
Operating system: Windows 2000, SP2, all updates
PHP version: 4.0CVS-2001-09-15
PHP Bug Type: Reproducible crash
Bug description: php_printer.dll causes Access violation in php4ts.dll
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()
--
Edit bug report at: http://bugs.php.net/?id=13325&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]