RE: JavaHL, 1.9: "Bad file descriptor", "Stream doesn't support thiscapability" errors
From: <bert_at_qqmail.nl>
Date: Thu, 20 Aug 2015 09:28:24 +0200
Hi Thomas,
The Subversion version of the fix is nominated for 1.9.1
Apr just returns EBADF on any attempt to poll on a file or pipe on Windows. This workaround on the Subversion side makes us support polling on pipes. (In Subversion < 1.8 we always assumed that there was no data waiting, because we never bothered to check for an error)
The apr version of the patch is harder than I expected, because the poll function supports many flags of which we can really only implement one new variant, that can’t really be combined with any other flags.
We need one more vote on this, before we can start the release process on 1.9.1.
I would hope we can also get r1696695 in the release, as that problem appears to break Subversion for at least some Linux distributions.
We might want to consider also fixing the polling in 1.8 (and 1.7?), as that would allow exiting much earlier when a commit fails. Currently Subversion (when using svn+ssh:// on Windows) just goes on trying to commit on Windows and only notices that svnserve returned an error when done.
Bert
Sent from Mail for Windows 10
From: Thomas Singer
Hi Bert,
> I'll see if I can properly fix this (preferably in both Subversion and Apr), without reverting to just ignoring errors.
Did you have any success fixing it yet? Is there already a bug entered
-- Best regards, Thomas Singer ============= syntevo GmbH http://www.syntevo.com http://www.syntevo.com/blogReceived on 2015-08-20 09:28:35 CEST |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.