[BUG][FIX] Linux 2GB problem in FFI

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[BUG][FIX] Linux 2GB problem in FFI

Bert Freudenberg-3
This bug is similar to the image segment loading problem when the
object memory spans the 2GB boundary. Ned has fixed that, but FFI uses
the #isInMemory: method which was not fixed.

The attached changeset makes #startOfMemory return an unsigned value
(just like endOfMemory, which Ned fixed), and casts the parameter of
#isInMemory: to unsigned.

- Bert -

unsignedFix-jl.1.cs.gz (616 bytes) Download Attachment