On Jan 18, 2016, at 8:29 PM, FUJITA Tomonori <[email protected]> wrote: > > Can you debug what exception happened here?
This looks like the switch closed the connection in the middle of a send, and the send_loop didn’t catch it. Do you have to use 3.24, or can you use 3.29 with a patch applied? The patch I have posted (and have been testing with) traps the IOError out of socket send, and properly shuts down the datapath, allowing a subsequent connection from the same datapath to be processed. If you can run 3.29 with a patch, apply the attached patch to a clean 3.29 tree, and let me know your results. Best, Victor -- Victor J. Orlikowski <> vjo@[cs.]duke.edu
stability.patch
Description: stability.patch
------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
