Yes problem occurs only with correct user/password (self-signed SSL certificate used). In case of incorrect user/password or repository name, it ends with correct error message without segmentation fault.
The problem is when I’m trying to open RA session using svn_client_open_ra_session.
I’m using my build.
Yes problem occurs only with correct user/password (self-signed SSL certificate used). In case of incorrect user/password or repository name, it ends with correct error message without segmentation fault.
The problem is when I’m trying to open RA session using svn_client_open_ra_session.
I’m using my build.
Regards,
Tomek L
I suppose that openssl is not a problem becuase when I used http protocol instead of https the problem is still the same.
Tomek L
From: Daniel Sahlberg <daniel.l...@gmail.com>
Sent: Wednesday, October 20, 2021 11:18 AM
To: Tomasz Lubinski <t.lub...@verocel.pl>
Cc: Subversion <us...@subversion.apache.org>
Subject: Re: Subversion 1.14.1 and serf 1.3.9
Den ons 20 okt. 2021 kl 10:35 skrev Tomasz Lubinski <t.lub...@verocel.pl>:
I’ve checked with OPENSSL 1.1.1l, it seems that it solves problem with segmentation fault. Now I receive message:
Error running context: The server unexpectedly closed the connection.
Tomek L
From: Daniel Sahlberg <daniel.l...@gmail.com>
Sent: Wednesday, October 20, 2021 12:03 PM
To: Tomasz Lubinski <t.lub...@verocel.pl>
Cc: Subversion <us...@subversion.apache.org>
Subject: Re: Subversion 1.14.1 and serf 1.3.9
Den ons 20 okt. 2021 kl 11:58 skrev Tomasz Lubinski <t.lub...@verocel.pl>:
I’ve checked with OPENSSL 1.1.1l, it seems that it solves problem with segmentation fault. Now I receive message:
Error running context: The server unexpectedly closed the connection.
I tried once again, now with svn.exe built from 1.14.1 sources. With OPENSSL 1.1.1l. It seems that it crashes somewhere in zlib.
Logs attached.
I’m using Virtual SVN, server shows accepted connection with code 200.
I’ve found the problem. There is a problem with zlib 1.2.11. I use zlib 1.2.7 (that was used by me some time ago) and it seems that it works OK, now.
Very strange problem with assembly code in zlib 1.2.11.
I’m using Virtual SVN, server shows accepted connection with code 200.
I’ve found the problem. There is a problem with zlib 1.2.11. I use zlib 1.2.7 (that was used by me some time ago) and it seems that it works OK, now.
Very strange problem with assembly code in zlib 1.2.11.
Tomek L
I confirm, I used back zlib 1.2.11 but without ASMV, ASMIN symbols defined. Now it works correctly (even with OPENSSL 3.0).
Regards and thank you for your help,
Tomek L
-----Original Message-----
From: Nathan Hartman <hartman...@gmail.com>
Sent: Thursday, October 21, 2021 5:57 PM
To: Tomasz Lubinski <t.lub...@verocel.pl>
Cc: Subversion <us...@subversion.apache.org>; Johan Corveleyn <jco...@gmail.com>; Daniel Sahlberg <daniel.l...@gmail.com>
Subject: Re: Subversion 1.14.1 and serf 1.3.9
On Thu, Oct 21, 2021 at 8:06 AM Johan Corveleyn <jco...@gmail.com> wrote:
<snip>
> > Den tors 21 okt. 2021 kl 13:39 skrev Tomasz Lubinski <t.lub...@verocel.pl>:
> >> Very strange problem with assembly code in zlib 1.2.11.
<snip>
> Indeed, zlib's assembly code seems to be unreliable on Windows. When I
> build / test (for signing new releases) on Windows, I never use the
> assembly build of zlib anymore (ever since I ran into problems with it
> years ago).
I thought we had that documented somewhere but I can't seem to find it
now. I remember reading a recommendation not to use the assembly build
of zlib because of various issues. It may have been in the mailing
list archives.