RE: [PHP-DEV] zend questions and bug #15333

2002-04-09 Thread Joseph Tate
y, April 09, 2002 3:29 PM > To: 'Joseph Tate'; Rose, Billy; Php-Dev List > Subject: RE: [PHP-DEV] zend questions and bug #15333 > > > In your stack dump, the function call that bombed was memcpy in > the MS lib. > Looking at the source in zend_alloc.c, I find tha

RE: [PHP-DEV] zend questions and bug #15333

2002-04-09 Thread Rose, Billy
L PROTECTED]] > Sent: Tuesday, April 09, 2002 2:05 PM > To: Rose, Billy; Php-Dev List > Subject: RE: [PHP-DEV] zend questions and bug #15333 > > > zend_strndup is a php implementation. It does not use the > strndup function > available through MS's library. The problem

RE: [PHP-DEV] zend questions and bug #15333

2002-04-09 Thread Joseph Tate
> From: Joseph Tate [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, April 09, 2002 1:41 PM > > To: Php-Dev List > > Subject: [PHP-DEV] zend questions and bug #15333 > > > > > > http://bugs.php.net/15333 > > > > I've narrowed down the problem,

RE: [PHP-DEV] zend questions and bug #15333

2002-04-09 Thread Rose, Billy
[PHP-DEV] zend questions and bug #15333 > > > http://bugs.php.net/15333 > > I've narrowed down the problem, but can't seem to get > anywhere with it. > > The state of the server when the problem occurrs: > > All serviceable threads have been killed or have ti

RE: [PHP-DEV] zend questions and bug #15333

2002-04-09 Thread Rose, Billy
bytes are encountered. I worked around this by writing my own string copy function. Billy Rose [EMAIL PROTECTED] > -Original Message- > From: Joseph Tate [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 09, 2002 1:41 PM > To: Php-Dev List > Subject: [PHP-DEV] zend qu

[PHP-DEV] zend questions and bug #15333

2002-04-09 Thread Joseph Tate
http://bugs.php.net/15333 I've narrowed down the problem, but can't seem to get anywhere with it. The state of the server when the problem occurrs: All serviceable threads have been killed or have timed out. A request is received prompting the spawning of a new thread. The new thread then goes