[Bug 253135] OpenSSL KTLS causes regression in svn/svnlite
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Jan 31 18:39:17 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253135
Bug ID: 253135
Summary: OpenSSL KTLS causes regression in svn/svnlite
Product: Base System
Version: CURRENT
Hardware: amd64
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: bin
Assignee: bugs at FreeBSD.org
Reporter: madpilot at FreeBSD.org
CC: jhb at FreeBSD.org
After updating head I noticed a regression in subversion client. both with svn
and svnlite it hangs when trying to connect using https:// scheme. I observe
the client using high CPU and opening and closing connection after connection
(observed using netstat). Triggering this is as easy as:
svn co https://svn.freebsd.org/ports/head ports
I did a full bisect and tracked it down to KTLS, head commit aa906e2a4957
Could not observe anomalous behavior in any other case, only subversion seems
affected.
I further confirmed this by compiling using WITHOUT_OPENSSL_KTLS and after this
subversion client behaves normally.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list