php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #78739 Warning Internal error: wrong size calculation
Submitted: 2019-10-22 21:59 UTC Modified: 2019-10-23 17:38 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: v-altruo at microsoft dot com Assigned:
Status: Closed Package: Testing related
PHP Version: 7.4.0RC4 OS: Windows Server 2019
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: v-altruo at microsoft dot com
New email:
PHP Version: OS:

 

 [2019-10-22 21:59 UTC] v-altruo at microsoft dot com
Description:
------------
Test seems to fail for all builds regardless of NTS/TS but only when opcache is enabled. 

2 Tests without similar output:
ext\opcache\tests\bug70423.phpt
ext\opcache\tests\bu69838.phpt

Both have correct output, but have the additional warning in output. 

Expected result:
----------------
1
1
1
1
5
6
7
8
5
1
6
1
1
5
1
6

Actual result:
--------------
Mon Oct 21 20:26:50 2019 (2344): Warning Internal error: wrong size calculation: C:\..\php-test-pack-7.4.0rc4\ext\opcache\tests\bug70423.php start=0x14a044c0, end=0x14a06448, real=0x14a063e8

1
1
1
1
5
6
7
8
5
1
6
1
1
5
1
6

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2019-10-23 17:38 UTC] v-altruo at microsoft dot com
-Status: Open +Status: Closed
 [2019-10-23 17:38 UTC] v-altruo at microsoft dot com
Re-downloaded 7.4.0RC4 build and tested again. Test passes now.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 23:01:27 2024 UTC