After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 53764 - Glib needs to be 64-bit cleaned
Glib needs to be 64-bit cleaned
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: general
1.3.x
Other All
: Normal enhancement
: ---
Assigned To: gnome_bugs
gnome_bugs
Depends on: 52811
Blocks:
 
 
Reported: 2001-04-27 15:22 UTC by gnome_bugs
Modified: 2011-02-18 15:47 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
Compressed diff file. Generated 18th April 2001 (18.82 KB, application/x-gzip)
2001-04-27 15:27 UTC, gnome_bugs
Details

Description gnome_bugs 2001-04-27 15:22:07 UTC
Glib currently has potential problems if compiled and run on a 64-bit
architecture(e.g., UltraSPARC, Alpha, Itanium).

Due to the interchangeable usage of int, pointer and long types, any
compilation of glib for the LP64 programming model (longs & pointers as
64-bit values) could potentially fail due to invalid data.
Comment 1 gnome_bugs 2001-04-27 15:27:26 UTC
Created attachment 501 [details]
Compressed diff file.  Generated 18th April 2001
Comment 2 gnome_bugs 2001-04-27 15:33:41 UTC
Code changes submitted to gtk-devel-list@gnome.org 18th April 2001 for
inclusion in glib.

This bug is to track that submission.

Mark.Murnane@ireland.sun.com
Comment 3 Owen Taylor 2001-06-20 20:17:52 UTC
Nearly final patch:

 http://mail.gnome.org/archives/gtk-devel-list/2001-June/msg00374.html
Comment 4 Owen Taylor 2001-06-23 14:35:34 UTC
All committed. (Not including fixes for IOChannel, IO
channel changes are blocking on 52811)
Comment 5 Owen Taylor 2001-06-30 15:24:40 UTC
IO Channnel changes are now in CVS