Bugs item #1145178, was opened at 2005-02-21 05:54
Message generated for change (Comment added) made by tanders
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=112694&aid=1145178&group_id=12694
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: agent
Group: freeBSD
Status: Open
Resolution: None
Priority: 5
Submitted By: Zhao Xin (quakelee)
Assigned to: Nobody/Anonymous (nobody)
>Summary: memory value overflow in host/hr_storage.c
Initial Comment:
Patch is here. This fixes reporting memory >= 2G on
i386 platform.
----------------------------------------------------------------------
>Comment By: Thomas Anders (tanders)
Date: 2005-08-19 01:19
Message:
Logged In: YES
user_id=848638
Are you willing to work on improving the patch?
----------------------------------------------------------------------
Comment By: Dave Shield (dts12)
Date: 2005-04-29 14:01
Message:
Logged In: YES
user_id=88893
Unfortunately, on some architectures, both 'physmem' and
'pagesize' are defined as signed values. And there are
definitely
circumstances where phymem does need to take a negative value
(sysconf returns -1 on failure).
So the simple patch you suggest is not sufficient.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=112694&aid=1145178&group_id=12694
|