php-windows Digest 26 Jul 2013 17:26:30 -0000 Issue 4121

Topics (messages 31067 through 31069):

Re: CLI Crash Bug
        31067 by: Keith Davis
        31068 by: Eric Stenson
        31069 by: Jan Ehrhardt

Administrivia:

To subscribe to the digest, e-mail:
        php-windows-digest-subscr...@lists.php.net

To unsubscribe from the digest, e-mail:
        php-windows-digest-unsubscr...@lists.php.net

To post to the list, e-mail:
        php-wind...@lists.php.net


----------------------------------------------------------------------
--- Begin Message ---
Thanks Eric.

I had already created a bug report this issue here: 
https://bugs.php.net/bug.php?id=65247&thanks=3

Yours is obviously a better report of the issue, and so I've referenced yours 
in mine. Is there a way for bugs to marked duplicate in this bug report system?

Keith Davis - (214) 906-5183


-----Original Message-----
From: Eric Stenson [mailto:erics...@microsoft.com]
Sent: Thursday, July 25, 2013 1:35 PM
To: php-wind...@lists.php.net
Subject: [PHP-WIN] Re: CLI Crash Bug

[Following up, now that I'm actually subscribed to this distribution list]

I've filed bug https://bugs.php.net/bug.php?id=65338 to track this issue.  The 
root cause of the AV is when more than one module hooks the interned strings, a 
"wrong" value will be left in CG(interned_strings_start), which the Zend core 
thinks contains the value that it alloc'd during zend_interned_strings_init().

More details are in the bug.

I've added a potential fix for the Zend folks to consider.  It's slightly less 
harsh than the workaround provided by Jan.  ;)

Thx!
          --E.



This message (including any attachments) may contain confidential or otherwise 
privileged information and is intended only for the individual(s) to which it 
is addressed. If you are not the named addressee you should not disseminate, 
distribute or copy this e-mail. Please notify the sender immediately by e-mail 
if you have received this e-mail by mistake and delete this e-mail from your 
system. E-mail transmission cannot be guaranteed to be secured or error-free as 
information could be intercepted, corrupted, lost, destroyed, arrive late or 
incomplete, or contain viruses. The sender therefore does not accept liability 
for any errors or omissions in the contents of this message or that arise as a 
result of e-mail transmission. If verification is required please request a 
hard-copy version from the sender.

www.pridedallas.com



--- End Message ---
--- Begin Message ---
Keith--

I haven't figured out how to resolve bugs as duplicate on the bugs.php.net site.

Thx!
          --E.

From: Keith Davis [mailto:keithda...@pridedallas.com]
Sent: Thursday, July 25, 2013 12:04 PM
To: php-wind...@lists.php.net
Subject: RE: [PHP-WIN] Re: CLI Crash Bug

Thanks Eric.

I had already created a bug report this issue here: 
https://bugs.php.net/bug.php?id=65247&thanks=3

Yours is obviously a better report of the issue, and so I've referenced yours 
in mine. Is there a way for bugs to marked duplicate in this bug report system?

Keith Davis - (214) 906-5183


-----Original Message-----
From: Eric Stenson [mailto:erics...@microsoft.com]
Sent: Thursday, July 25, 2013 1:35 PM
To: php-wind...@lists.php.net<mailto:php-wind...@lists.php.net>
Subject: [PHP-WIN] Re: CLI Crash Bug

[Following up, now that I'm actually subscribed to this distribution list]

I've filed bug https://bugs.php.net/bug.php?id=65338 to track this issue.  The 
root cause of the AV is when more than one module hooks the interned strings, a 
"wrong" value will be left in CG(interned_strings_start), which the Zend core 
thinks contains the value that it alloc'd during zend_interned_strings_init().

More details are in the bug.

I've added a potential fix for the Zend folks to consider.  It's slightly less 
harsh than the workaround provided by Jan.  ;)

Thx!
          --E.

This message (including any attachments) may contain confidential or otherwise 
privileged information and is intended only for the individual(s) to which it 
is addressed. If you are not the named addressee you should not disseminate, 
distribute or copy this e-mail. Please notify the sender immediately by e-mail 
if you have received this e-mail by mistake and delete this e-mail from your 
system. E-mail transmission cannot be guaranteed to be secured or error-free as 
information could be intercepted, corrupted, lost, destroyed, arrive late or 
incomplete, or contain viruses. The sender therefore does not accept liability 
for any errors or omissions in the contents of this message or that arise as a 
result of e-mail transmission. If verification is required please request a 
hard-copy version from the sender.

www.pridedallas.com<http://www.pridedallas.com>

--- End Message ---
--- Begin Message ---
Eric Stenson in php.windows (Thu, 25 Jul 2013 18:35:25 +0000):
>I've filed bug https://bugs.php.net/bug.php?id=65338 to track this
>issue.  The root cause of the AV is when more than one module hooks the
>interned strings, a "wrong" value will be left in
>CG(interned_strings_start), which the Zend core thinks contains the
>value that it alloc'd during zend_interned_strings_init().
>
>More details are in the bug.
>
>I've added a potential fix for the Zend folks to consider.  It's
>slightly less harsh than the workaround provided by Jan.  ;)

You fix is a lot more elegant! And I can confirm it works OK. See my
comment at https://bugs.php.net/bug.php?id=65338

For Keith: could you try the new one at
https://dl.dropboxusercontent.com/u/8954372/php-5.5.1-nts-Win32-VC11-x86.zip

Jan

--- End Message ---

Reply via email to