Bug #14348 Updated: Major PHP memory corruption? (with testcase)

2002-05-20 Thread php-bugs

 ID:   14348
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
-Status:   Feedback
+Status:   No Feedback
 Bug Type: Apache related
 Operating System: Windows XP Professional
 PHP Version:  4.0.6
 New Comment:

No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".


Previous Comments:


[2002-04-20 22:31:12] [EMAIL PROTECTED]

Im using winxp with php 4.2 rc4 and apache 2.0.35 and im getting the
same problem, tried the flush command in the ini but no joy, does no
one know how to fix this, its a nightmare, mine mainly does the
reloading over and over in IE presumably because its receiving
corrupted data so reloads



[2002-04-18 09:25:01] [EMAIL PROTECTED]

Please try PHP 4.2.0RC4 from http://www.php.net/~derick/




[2002-04-17 04:07:14] [EMAIL PROTECTED]

I have got same probleme with Apache/1.3.22 (Win32) PHP/4.1.1  (AppServ
1.5 package) when asking "big" pages like PhpNuke or OsCommerce



[2001-12-05 08:25:29] [EMAIL PROTECTED]

I've just tried that - the same problems occur, unfortunately :-(



[2001-12-05 07:12:58] [EMAIL PROTECTED]

Just a suggestion: can you try if this also is true for RC3 from
http://phpuk.org/~james/php-4.1.0RC3-win32.zip ?



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/14348

-- 
Edit this bug report at http://bugs.php.net/?id=14348&edit=1




Bug #14348 Updated: Major PHP memory corruption? (with testcase)

2002-04-20 Thread andrew

 ID:   14348
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Feedback
 Bug Type: Apache related
 Operating System: Windows XP Professional
 PHP Version:  4.0.6
 New Comment:

Im using winxp with php 4.2 rc4 and apache 2.0.35 and im getting the
same problem, tried the flush command in the ini but no joy, does no
one know how to fix this, its a nightmare, mine mainly does the
reloading over and over in IE presumably because its receiving
corrupted data so reloads


Previous Comments:


[2002-04-18 09:25:01] [EMAIL PROTECTED]

Please try PHP 4.2.0RC4 from http://www.php.net/~derick/




[2002-04-17 04:07:14] [EMAIL PROTECTED]

I have got same probleme with Apache/1.3.22 (Win32) PHP/4.1.1  (AppServ
1.5 package) when asking "big" pages like PhpNuke or OsCommerce



[2001-12-05 08:25:29] [EMAIL PROTECTED]

I've just tried that - the same problems occur, unfortunately :-(



[2001-12-05 07:12:58] [EMAIL PROTECTED]

Just a suggestion: can you try if this also is true for RC3 from
http://phpuk.org/~james/php-4.1.0RC3-win32.zip ?



[2001-12-05 06:57:05] [EMAIL PROTECTED]

Right. This is basically bug 14222 in another guise - I can't see how
to add comments to that bug.

In bug #14222 it shows the type of corruption I've *sometimes* had
reports of seeing with Apache 1.3.20-1.3.22, PHP 4.0.6 on both NT4SP6
and W2KSP2. Mainly corruption like what was linked to in
http://tugs.imp.ch/index.html.2
but sometimes like this:
http://tugs.imp.ch/index.html.3

And then yesterday I upgraded to Windows XP, and initially I was
getting corruption in parts of a large PHP page. I rebooted, and
started getting (for the first time) the symptom where the page would
just keep reloading and reloading and reloading.

I have a testcase now which causes the problem most of the time on IE6
and IE5.5 - continual reloading - since the page of this testcase is
made up of HTML comments, I can see various numbers of the point at
which HTML loading failed before restarting - e.g.
\n");
}
print "Finished\n";
?>



On Mozilla (recent nightly build), it behaves differently - the page
cuts off at a random point (you can see this by doing View Source), but
does not continually reload.

Intrigued by the difference, I did a wget of the script to see what was
actually coming from the webserver. I got the result of
test.php?count=50
It got to iteration 1547, then it went
]XT[<80>^@^@^@^@]test[^@<90>^^<81>] -->
and then restarted the count at iteration 214!
(note: the square brackets delimit the reversed colour characters in
the 'less' filereader - showing null characters and high-eighth-bit
characters)

It continued up along until iteration 439, then went

and jumped to iteration 1764.
Then at iteration 2409, it printed

and continued on from iteration 896...
etc.
Then we get to 3056, and it goes

Bug #14348 Updated: Major PHP memory corruption? (with testcase)

2002-04-18 Thread sniper

 ID:   14348
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
-Status:   Open
+Status:   Feedback
 Bug Type: Apache related
 Operating System: Windows XP Professional
 PHP Version:  4.0.6
 New Comment:

Please try PHP 4.2.0RC4 from http://www.php.net/~derick/



Previous Comments:


[2002-04-17 04:07:14] [EMAIL PROTECTED]

I have got same probleme with Apache/1.3.22 (Win32) PHP/4.1.1  (AppServ
1.5 package) when asking "big" pages like PhpNuke or OsCommerce



[2001-12-05 08:25:29] [EMAIL PROTECTED]

I've just tried that - the same problems occur, unfortunately :-(



[2001-12-05 07:12:58] [EMAIL PROTECTED]

Just a suggestion: can you try if this also is true for RC3 from
http://phpuk.org/~james/php-4.1.0RC3-win32.zip ?



[2001-12-05 06:57:05] [EMAIL PROTECTED]

Right. This is basically bug 14222 in another guise - I can't see how
to add comments to that bug.

In bug #14222 it shows the type of corruption I've *sometimes* had
reports of seeing with Apache 1.3.20-1.3.22, PHP 4.0.6 on both NT4SP6
and W2KSP2. Mainly corruption like what was linked to in
http://tugs.imp.ch/index.html.2
but sometimes like this:
http://tugs.imp.ch/index.html.3

And then yesterday I upgraded to Windows XP, and initially I was
getting corruption in parts of a large PHP page. I rebooted, and
started getting (for the first time) the symptom where the page would
just keep reloading and reloading and reloading.

I have a testcase now which causes the problem most of the time on IE6
and IE5.5 - continual reloading - since the page of this testcase is
made up of HTML comments, I can see various numbers of the point at
which HTML loading failed before restarting - e.g.
\n");
}
print "Finished\n";
?>



On Mozilla (recent nightly build), it behaves differently - the page
cuts off at a random point (you can see this by doing View Source), but
does not continually reload.

Intrigued by the difference, I did a wget of the script to see what was
actually coming from the webserver. I got the result of
test.php?count=50
It got to iteration 1547, then it went
]XT[<80>^@^@^@^@]test[^@<90>^^<81>] -->
and then restarted the count at iteration 214!
(note: the square brackets delimit the reversed colour characters in
the 'less' filereader - showing null characters and high-eighth-bit
characters)

It continued up along until iteration 439, then went

and jumped to iteration 1764.
Then at iteration 2409, it printed

and continued on from iteration 896...
etc.
Then we get to 3056, and it goes

Bug #14348 Updated: Major PHP memory corruption? (with testcase)

2002-04-17 Thread cchristf

 ID:   14348
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Open
 Bug Type: Apache related
 Operating System: Windows XP Professional
 PHP Version:  4.0.6
 New Comment:

I have got same probleme with Apache/1.3.22 (Win32) PHP/4.1.1  (AppServ
1.5 package) when asking "big" pages like PhpNuke or OsCommerce


Previous Comments:


[2001-12-05 08:25:29] [EMAIL PROTECTED]

I've just tried that - the same problems occur, unfortunately :-(



[2001-12-05 07:12:58] [EMAIL PROTECTED]

Just a suggestion: can you try if this also is true for RC3 from
http://phpuk.org/~james/php-4.1.0RC3-win32.zip ?



[2001-12-05 06:57:05] [EMAIL PROTECTED]

Right. This is basically bug 14222 in another guise - I can't see how
to add comments to that bug.

In bug #14222 it shows the type of corruption I've *sometimes* had
reports of seeing with Apache 1.3.20-1.3.22, PHP 4.0.6 on both NT4SP6
and W2KSP2. Mainly corruption like what was linked to in
http://tugs.imp.ch/index.html.2
but sometimes like this:
http://tugs.imp.ch/index.html.3

And then yesterday I upgraded to Windows XP, and initially I was
getting corruption in parts of a large PHP page. I rebooted, and
started getting (for the first time) the symptom where the page would
just keep reloading and reloading and reloading.

I have a testcase now which causes the problem most of the time on IE6
and IE5.5 - continual reloading - since the page of this testcase is
made up of HTML comments, I can see various numbers of the point at
which HTML loading failed before restarting - e.g.
\n");
}
print "Finished\n";
?>



On Mozilla (recent nightly build), it behaves differently - the page
cuts off at a random point (you can see this by doing View Source), but
does not continually reload.

Intrigued by the difference, I did a wget of the script to see what was
actually coming from the webserver. I got the result of
test.php?count=50
It got to iteration 1547, then it went
]XT[<80>^@^@^@^@]test[^@<90>^^<81>] -->
and then restarted the count at iteration 214!
(note: the square brackets delimit the reversed colour characters in
the 'less' filereader - showing null characters and high-eighth-bit
characters)

It continued up along until iteration 439, then went

and jumped to iteration 1764.
Then at iteration 2409, it printed

and continued on from iteration 896...
etc.
Then we get to 3056, and it goes