virtual memory problems with Linux 2.4.5

Mike McCormack mike_mccormack at start.com.au
Tue Jun 12 20:39:34 CDT 2001


Hi Marcus,

your patch produced a yes, BUT when i changed the offset value to
0x400, and it failed ... see new patch below.

something strange is going on ... ;-)

Mike

>Could you please apply following check to configure.in, then do:
>	autoconf
>	rm config.cache
>	./configure 
>
>and check whether mmap64 detects as 'no' and check the output of
config.log ?
>
>Ciao, Marcus
>
>Index: configure.in
..

Index: configure.in
===================================================================
RCS file: /home/wine/wine/configure.in,v
retrieving revision 1.208
diff -u -r1.208 configure.in
--- configure.in        2001/06/08 19:34:57     1.208
+++ configure.in        2001/06/13 01:28:16
@@ -538,6 +538,10 @@
                        ) {
                                exit(1);
                        }
+                       if
(-1!=mmap(0,2,PROT_READ|PROT_WRITE,MAP_SHARED,fd,0x400)){
+                               fprintf(stderr,"mapped at non aligned
offset?\n");
+                               exit(2);
+                       }
                        close(fd);
                        fprintf(stderr,"success!\n");
                        exit(0);



------------------------------------------
mailto:Mike_McCormack at looksmart.com.au
ph +82 16 430 0425

__________________________________________________________________
Get your free Australian email account at http://www.Looksmart.com.au





More information about the wine-devel mailing list