View Issue Details

IDProjectCategoryView StatusLast Update
0001828XdebugUncategorizedpublic2021-03-17 15:25
Reportervideoice Assigned Toderick  
PriorityhighSeveritymajorReproducibilityalways
Status closedResolutionduplicate 
Summary0001828: "long" type is used wrongly for 32b+ data like memory usage
Description

Go thru all "long(?=\s)" uses and replace it with "uint64_t/int64_t" where relevant like memory usage in bytes.

TagsNo tags attached.
Operating System
PHP Version7.4.0-7.4.4

Relationships

duplicate of 0001827 resolvedderick MSVC warnings, possible loss of data 

Activities

derick

2021-03-17 08:46

administrator   ~0005725

You're probably right, but I wonder where this issue occurred? Locally, I see no warnings when compiling Xdebug, and I enable a lot of them: https://github.com/xdebug/xdebug/blob/master/config.m4#L38

videoice

2021-03-17 13:54

reporter   ~0005787

Warning(s) comes from MSVC (Microsoft Visual C++ compiler)

derick

2021-03-17 15:25

administrator   ~0005794

Sounds like this a duplicate of 0001827 then, so I'll close this one as such.

Issue History

Date Modified Username Field Change
2020-08-04 14:19 videoice New Issue
2021-03-17 08:46 derick Assigned To => derick
2021-03-17 08:46 derick Status new => feedback
2021-03-17 08:46 derick Note Added: 0005725
2021-03-17 13:54 videoice Note Added: 0005787
2021-03-17 13:54 videoice Status feedback => assigned
2021-03-17 15:25 derick Status assigned => closed
2021-03-17 15:25 derick Resolution open => duplicate
2021-03-17 15:25 derick Note Added: 0005794
2021-03-17 15:25 derick Relationship added duplicate of 0001827