This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Broken autoconf mmap test (was Re: 1.7] BUG - GREP slows to a crawl with large number of matches on a single file)


On Nov  8 14:56, Corinna Vinschen wrote:
> Btw., the check for mmap in grep's configure file is broken.  It tries
> to mmap to a fixed address formerly allocated via malloc().  This doesn't
> work on Windows.  An autoconf run with a newer version of autoconf would
> be nice.

I just found that the latest autoconf *still* has this broken test
for mmap, which basically calls

  data2 = malloc (size);
  mmap(data2, ...);

Why has this test never been fixed?  Chuck?


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]