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_
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
[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
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