Re: Re: virtual memory problems with Linux 2.4.5
i'm using Suse linux 7.0 with the following files: /usr/lib/libg++-3-libc6.1-2-2.8.1.3.so /lib/libc.so.6 i've upgrade the kernel and various bits and pieces, but not the C libraries. i think there was a discussion about changes to the mmap interface on KT at some time... Mike Original message from: Alexandre Julliard <julliard(a)winehq.com>
Mike McCormack <mike_mccormack(a)start.com.au> writes:
i have found a problem with Wine and the Linux 2.4.5 Kernel. The Kernel no longer return EINVAL when offsets are not page aligned... it simply does the mapping ignoring the lower bits of
the
offset. This small patch fixes that problem.
That's a glibc bug IMO. What version are you using?
-- Alexandre Julliard julliard(a)winehq.com .
------------------------------------------ mailto:Mike_McCormack(a)looksmart.com.au ph +82 16 430 0425 __________________________________________________________________ Get your free Australian email account at http://www.Looksmart.com.au
participants (1)
-
Mike McCormack