Re: [PATCH] Re: the most common seg fault on daedalus

2002-04-11 Thread Cliff Woolley
On Wed, 10 Apr 2002, Greg Ames wrote: > We have another similar looking dump, with this patch on. It's > /usr/local/apache2.0.35c/corefiles/httpd.core.2 > > #0 mmap_cleanup (themmap=0x8153ac0) at mmap.c:98 > #1 0x280cc8f0 in apr_mmap_delete (mm=0x8153ac0) at mmap.c:202 > #2 0x280ad926 in mmap_

Darwin linking and loading

2002-04-11 Thread Jim Jagielski
If people are curious (and it sounds like many are) about the deal with Darwin libraries, check out: http://developer.apple.com/techpubs/macosx/ReleaseNotes/TwoLevelNamespaces.html Very useful... At least with this, an understanding of the various DYLD_* settings will make some sense (man dyl

Re: cvs commit: apr/network_io/unix sendrecv.c

2002-04-11 Thread Jeff Trawick
[EMAIL PROTECTED] writes: > brianp 02/04/10 18:05:40 > > Modified:.CHANGES >network_io/unix sendrecv.c > Log: > If a socket write or sendfile call writes less than the requested > amount of data, do a select to wait for writability on the socket > before

Re: [PATCH] lower CPU for sending data via sendfile()

2002-04-11 Thread Brian Pane
Jeff Trawick wrote: (This should be extended to more than just sendfile(). apr_send() and apr_writev() need it too.) I just checked in the changes for everything except the Solaris sendfilev case. I'll work on that one later today. --Brian