-
evhttp issues "HTTP/1.1 400 Bad Request" response on every connection close, event if sever sent response already.
(gdb) bt
#0 evhttp_send_error (req=0x8025ba3c0, error=400, reason=0x52a6f9 "Bad Request") at http.c:1872
#1 0x0000000000511632 in evhttp_handle_request (req=0x8025ba3c0, arg=0x8020910b0) at http.c:2149
>> #2 0x000000000050eaa8 in evhttp_connection_done (evcon=0x8025b21c0...
2009-12-07 09:34:20 UTC in libevent - an asynchronous event library
-
st-1.4-amd64-stack-align-freebsd-linux.patch limits the fix for the only platforms known to be affected and where the fix is tested.
2009-10-02 06:57:03 UTC in State Threads Library
-
Unfortunately i know nothing about Darwin. I would like to limit the patch using ifdef like:
#if defined(__amd64__) && (defined(FreeBSD) || defined(linux))
Updated patch file will follow.
2009-10-02 06:53:27 UTC in State Threads Library
-
This patch fixes pass variables of double type via stack. E.g. when calling
functions like printf(3). Actual only for AMD64.
st_thread_create() do the stack aligned, but after entering the thread
SP is 8-bytes aligned, but should 16-bytes at least.
Segmentation fault occurs inside function preamble on MOVAPS call.
This patch made for state-threads 1.4, but also applies to 1.8...
2009-08-31 10:58:03 UTC in State Threads Library