[Bug 523715] Review Request: logiweb - a system for electronic distribution of mathematics

bugzilla at redhat.com bugzilla at redhat.com
Sat Feb 20 23:34:23 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=523715

--- Comment #32 from Klaus Grue <grue at diku.dk> 2010-02-20 18:34:18 EST ---
Once again sorry the package does not just build smoothly.

I will look into this problem. I noticed one thing, however, in
http://koji.fedoraproject.org/koji/taskinfo?taskID=2001323

> In bytes:
> info.totalram      2044669
> info.mem_unit      4096
> In cells:
> info.totalram      170389
> info.mem_unit      4096

Since 2044669/170389=12 it means that type 'cell' in lgwam.c
is 12 bytes. A 'cell' consists of three pointers, so one
pointer is 4 bytes or 32 bits which is bad when the computer
has 8 gigabyte.

For pointers I do not use 'real' pointers. Rather, I use
uintptr_t from stdint.h, where a uintptr_t is the type of
an unsigned integer large enough to hold a pointer.

So the problem could be in stdint.h.

I will make a new version which makes a sanity check on
uintptr_t.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list