Bug 125128 - kcontrole shows wrong memory info >4GB
Summary: kcontrole shows wrong memory info >4GB
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 3
Classification: Red Hat
Component: kdebase
Version: 3.0
Hardware: i686
OS: Linux
medium
low
Target Milestone: ---
Assignee: Than Ngo
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-06-02 21:38 UTC by Gary Lerhaupt
Modified: 2007-11-30 22:07 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-07-12 17:38:46 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Gary Lerhaupt 2004-06-02 21:38:36 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; 
H010818; .NET CLR 1.0.3705)

Description of problem:
For systems with >4GB of memory, kcontrol (KDE graphical memory 
display) only shows 3.5GB of total memory.  Likewise, other memory 
amounts are also wrong.

Version-Release number of selected component (if applicable):
kdebase-3.1.3-5.2

How reproducible:
Always

Steps to Reproduce:
1. install KDE on system with >4GB RAM
2. run kcontrol
3. click on memory tab and note memory info is wrong
    

Actual Results:  3.5 GB total memory

Expected Results:  16GB memory

Additional info:

Interestingly, it appears the maintainer of this project did try to 
account for large memory systems.  In kcontrol/info/memory.h, it 
states:

#ifdef HAVE_LONG_LONG
typedef unsigned long long t_memsize;
#else
typedef unsigned long t_memsize;
#endif

Either HAVE_LONG_LONG is not defined or perhaps later something else 
is not properly reading the memory from the syscall in 
kcontrol/info/memory_linux.cpp.

Comment 1 John Feeney 2007-07-12 17:38:46 UTC
With RHEL3 now in maintenance mode, where only critical customer issues
can be fixed, this bugzilla has been closed as wont fix due to its severity
level and a lack of recent activity. 


Note You need to log in before you can comment on or make changes to this bug.