Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Message-ID: <002701c0aa26$d372d010$0200a8c0@voyager> From: "Trevor Forbes" To: References: <20010307200848 DOT A32670 AT redhat DOT com> <20010307213711 DOT E32721 AT redhat DOT com> <3AA79E39 DOT BC915295 AT yahoo DOT com> <20010308125701 DOT A4371 AT redhat DOT com> <3AA7CCBA DOT E84FD16E AT yahoo DOT com> <20010308133552 DOT A878 AT redhat DOT com> <3AA7E05A DOT BF9F2535 AT yahoo DOT com> <20010310184508 DOT A16745 AT redhat DOT com> Subject: Re: Outstanding issues with current DLL? Date: Sun, 11 Mar 2001 21:58:47 +0930 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Note-from-DJ: This may be spam Well, I went round and round in circles until I realised that going back though the patches by doing a cvs co -D XXX winsup was just not going to work, at least not in my life time. My computer is just not fast enough and it "seems" like the old dll is persistent in memory after I copy a new one to /bin and run it - Is this possible? Is there a way to eject the old dll other than reboot? Anyway, I updated my cvs and removed tty from environment which seems to help alot. I built the latest cvs using 1.1.8 dll and the following error was found by the test suite devzero.c test fails at approx line 75 (mmap) with "address out of bounds" fd = open("/dev/zero", O_RDWR); v = (char *)mmap(0, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE, fd, 0); if (v == (char *)-1) { fprintf(stderr, "mmap r/w /dev/zero failed\n"); perror("The error was"); exit(1); } I tried to tracing it but Gdb just "spat the dummy" and used up all 500M of my pagefile. NOTE, I am not asking anyone to do anything as it could be my setup, I am just reporting the error just in case its usefull.... Regards Trevor