Has anyone else seen problems with Nginx with 1.3.11? Everything works perfectly fine with same compile options under 1.3.10... It's a pretty vanilla compile as far as modules... proxy, SSI, SSL and status modules. Using SPDY patch (using the correct patch for each version of Nginx) (and the correct SPDY module compile option on 1.3.11)...
RIght right 1.3.11 starts being used, we get this stuff in the error log:
*** Error in `nginx: worker process': malloc(): memory corruption: 0x00000000009084f0 ***
2013/01/14 14:34:16 [alert] 16599#0: *137 getsockname() failed (9: Bad file descriptor) while SPDY processing, client: 174.70.187.121, server: dpstatic.com, request: "GET /j/tinymce/tiny_mce.js?_v=bba17b4a HTTP/1.1", host: "x.dpstatic.com", referrer: "https://dev.digitalpoint.com/threads/anybody-has-experience-with-ordering-at-answerserp-com-for-yahoo-backlinks.2624660/"
2013/01/14 14:34:16 [alert] 16599#0: *137 getsockname() failed (9: Bad file descriptor) while SPDY processing, client: 174.70.187.121, server: dpstatic.com, request: "GET /j/tinymce/tiny_mce.js?_v=bba17b4a HTTP/1.1", host: "x.dpstatic.com", referrer: "https://dev.digitalpoint.com/threads/anybody-has-experience-with-ordering-at-answerserp-com-for-yahoo-backlinks.2624660/"
*** Error in `nginx: worker process': malloc(): memory corruption: 0x000000000088cc00 ***
Ended up going back to 1.3.10, and everything back to normal...