https://bz.apache.org/bugzilla/show_bug.cgi?id=65686

--- Comment #1 from Gary S <g...@cpanel.net> ---
This may not be related;

But after each writev() call, mmap() is called and throws INVAL. An strace of
an active connection to a dummy index.html page: 

7006  mmap(NULL, 7950, PROT_READ, MAP_SHARED, 17, 0) = 0x2aab472b1000
7006  munmap(0x2aab472b1000, 7950)      = 0
7006  writev(13, [{iov_base="\27\3\3
\21\362|k\202\250&S\274\343\272\217\356r\375\322\233G\232Eu1\215B\236sc\321"...,
iov_len=8214}], 1) = 8214
7006  mmap(NULL, 72624, PROT_READ, MAP_SHARED, 17, 0x1f0e) = -1 EINVAL (Invalid
argument)
7006  lseek(17, 7950, SEEK_SET)         = 7950
7006  read(17, "ackground-dim.has-background-dim"..., 8000) = 8000
7006  writev(13,
[{iov_base="\27\3\3\37Q\336\310}\v2b\335B\373\216F\266\200b\2\1\361\375\2608\214\213\3\10\355:n"...,
iov_len=8022}], 1) = 8022
7006  mmap(NULL, 64624, PROT_READ, MAP_SHARED, 17, 0x3e4e) = -1 EINVAL (Invalid
argument)
7006  lseek(17, 15950, SEEK_SET)        = 15950
7006  read(17, "argin-bottom:0;max-width:840px;p"..., 8000) = 8000
7006  writev(13,
[{iov_base="\27\3\3\37Q\n\2076@\364\211\261OsS8\253\321&\201uK\203\5X\t\27\370\253\f\332M"...,
iov_len=8022}], 1) = 8022
7006  mmap(NULL, 56624, PROT_READ, MAP_SHARED, 17, 0x5d8e) = -1 EINVAL (Invalid
argument)

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to