https://bz.apache.org/bugzilla/show_bug.cgi?id=69264
--- Comment #10 from Ruediger Pluem <[email protected]> --- I agree that my proposed patch will not help debugging as I missed the point that the tail is always received. apr_file_write isn't that complicated in our case as the file descriptor is not buffered and blocking. This reduces the code mainly to https://github.com/apache/apr/blob/b4197909d26042ece777727cc6152deeea75a3ab/file_io/unix/readwrite.c#L188-L190 Is it possible for you to do an strace at least on a cat as piped logger when you trigger the issue? -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
